Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working 11xxdialplan.txt for Nortel SIP phones 1120e 1140e 1220 1230 1240 1

Status
Not open for further replies.

atcom

IS-IT--Management
Aug 20, 2005
409
CA
Hi all, just thought I would post a successful dial plan file as a number of the examples I viewed on here didn't work.
Code:
I think a number of them were missing the $$ in sip:$$@$n

Code:
/* ------------------------------------------------------------------- */
/* */
/* Avaya 1100-series IP Deskphone Dial Plan */
/* */
/* ------------------------------------------------------------------- */
/* Domain used in the dialed URL of the SIP INVITE message */
$n="192.168.100.10"
$t=300
%%
/* DIGITMAP: 11 digits starting with 1 */
(1[2-9]x{9})|(1[2-9]x{9})# && sip:$$@$n;user=phone && t=300
 

/* DIGITMAP: 10 digits starting with 555 */ 
(555[2-9]x{6})|(555[2-9]x{6})# && sip:$$@$n;user=phone && t=300  


/* DIGITMAP: Extensions beginning with 2 (Telephone Users)*/
(2x{2})|(2x{2})# && sip:$$@$n;user=phone && t=300

 
/* DIGITMAP: Extensions beginning with 7 */ 
(7x{2})|(7x{2})# && sip:$$@$n;user=phone && t=300


/* DIGITMAP: Parking beginning with 10 */
(1[0]x{1})|(1[0]x{1})# && sip:$$@$n;user=phone && t=300 


/* DIGITMAP: 911 Emergency */ 
(911|911)# && sip:$$@$n;user=phone && t=300  


/* DIGITMAP: 9911 Emergency */
(9911|9911)# && sip:$$@$n;user=phone && t=300	***9911 dialing***


/* End of Dial Plan */

-----------------------------------
4771494_orig.jpg

Calgary Telephone Systems, Avaya LG Asterisk (FreePBX) VOIP & TDM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top