Good Day everyone. Does anyone have any experience editing the 11xxdialplain.txt file for the 1100/1200 series telephones. I have edited the file but still need to press send to allow calls to go out. Please see my file below:
/* ------------------------------------------------------------------- */
/* */
/* Avaya 1100-series IP Deskphone Dial Plan */
/* */
/* ------------------------------------------------------------------- */
/* Domain used in the dialed URL of the SIP INVITE message */
$n="192.168.42.3"
$t=300
%%
/* DIGITMAP: 12 digits starting with 9 followed by an initial 1 */
(9[1]x{10})|(9[1]x{10})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: 7 digits starting with 9 */
(9[2-9]x{5})|(9[2-9]x{5})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: Extensions beginning with 6 (Telephone Users)*/
(6x{3})|(6x{3})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: 911 Emergency */
(911|911)# && sip:$$@$n;user=phone && t=300 ***911 dialing***
/* DIGITMAP: 9911 Emergency */
(9911|9911)# && sip:$$@$n;user=phone && t=300 ***9911 dialing***
/* End of Dial Plan */
/* ------------------------------------------------------------------- */
/* */
/* Avaya 1100-series IP Deskphone Dial Plan */
/* */
/* ------------------------------------------------------------------- */
/* Domain used in the dialed URL of the SIP INVITE message */
$n="192.168.42.3"
$t=300
%%
/* DIGITMAP: 12 digits starting with 9 followed by an initial 1 */
(9[1]x{10})|(9[1]x{10})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: 7 digits starting with 9 */
(9[2-9]x{5})|(9[2-9]x{5})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: Extensions beginning with 6 (Telephone Users)*/
(6x{3})|(6x{3})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: 911 Emergency */
(911|911)# && sip:$$@$n;user=phone && t=300 ***911 dialing***
/* DIGITMAP: 9911 Emergency */
(9911|9911)# && sip:$$@$n;user=phone && t=300 ***9911 dialing***
/* End of Dial Plan */