hypnotic101
Technical User
Ok I have some issues getting this file to load to the phone. Basically I have tried 2 different tftp server, but I'm back to using the one build in with ip manager. Config for 11040eSIP.cfg is:
[DEVICE_CONFIG]
DOWNLOAD_MODE AUTO
VERSION 000001
PROTOCOL HTTP
FILENAME 11xxsettings.txt
[FW]
DOWNLOAD_MODE AUTO
VERSION SIP1140e04.01.13.00
PROTOCOL HTTP
FILENAME SIP1140e04.01.13.00.bin
[DIALING_PLAN]
DOWNLOAD_MODE FORCE
VERSION 000001
PROTOCOL HTTP
FILENAME 11xxdialplan.txt
Config for 11xxdialplan.txt is as follows:
/* ------------------------------------------------------------------- */
/* */
/* Avaya 1100-series IP Deskphone Dial Plan */
/* */
/* ------------------------------------------------------------------- */
/* Domain used in the dialed URL of the SIP INVITE message */
$n="192.168.99.71"
$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: 11 digits starting with 9 */
(9[2-9]x{9})|(9[2-9]x{9})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: Extensions beginning with 4 (Telephone Users)*/
/* (4x{3})|(4x{3})# && sip:$$@$n;user=phone && t=300*/
/* DIGITMAP: Extensions beginning with 5 (Telephone Users)*/
/* (5x{2})|(5x{2})# && sip:$$@$n;user=phone && t=300*/
/* DIGITMAP: Extensions beginning with 2 (Telephone Users)*/
(2x{3})|(2x{3})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: Extensions beginning with 8 */
/*(8x{3})|(8x{3})# && sip:$$@$n;user=phone && t=300*/
/* DIGITMAP: Extensions beginning with 1 */
/*(1x{2})|(1x{2})# && 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
/* End of Dial Plan */
I have commented out most of the dial for extension except 2xxx. Trying to get passed having to press the send button but whatever I try doesn't seem to be working. Is there a way to tell if the phone downloaded the dialplan. From the log files of the tftp it doesn't even request the dialplan file at all. I tried ssh'ing in the phone to see what I can see and I do see a dialingplan.dplan in there but not sure if that has anything to do with what I'm trying to accomplish.
[DEVICE_CONFIG]
DOWNLOAD_MODE AUTO
VERSION 000001
PROTOCOL HTTP
FILENAME 11xxsettings.txt
[FW]
DOWNLOAD_MODE AUTO
VERSION SIP1140e04.01.13.00
PROTOCOL HTTP
FILENAME SIP1140e04.01.13.00.bin
[DIALING_PLAN]
DOWNLOAD_MODE FORCE
VERSION 000001
PROTOCOL HTTP
FILENAME 11xxdialplan.txt
Config for 11xxdialplan.txt is as follows:
/* ------------------------------------------------------------------- */
/* */
/* Avaya 1100-series IP Deskphone Dial Plan */
/* */
/* ------------------------------------------------------------------- */
/* Domain used in the dialed URL of the SIP INVITE message */
$n="192.168.99.71"
$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: 11 digits starting with 9 */
(9[2-9]x{9})|(9[2-9]x{9})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: Extensions beginning with 4 (Telephone Users)*/
/* (4x{3})|(4x{3})# && sip:$$@$n;user=phone && t=300*/
/* DIGITMAP: Extensions beginning with 5 (Telephone Users)*/
/* (5x{2})|(5x{2})# && sip:$$@$n;user=phone && t=300*/
/* DIGITMAP: Extensions beginning with 2 (Telephone Users)*/
(2x{3})|(2x{3})# && sip:$$@$n;user=phone && t=300
/* DIGITMAP: Extensions beginning with 8 */
/*(8x{3})|(8x{3})# && sip:$$@$n;user=phone && t=300*/
/* DIGITMAP: Extensions beginning with 1 */
/*(1x{2})|(1x{2})# && 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
/* End of Dial Plan */
I have commented out most of the dial for extension except 2xxx. Trying to get passed having to press the send button but whatever I try doesn't seem to be working. Is there a way to tell if the phone downloaded the dialplan. From the log files of the tftp it doesn't even request the dialplan file at all. I tried ssh'ing in the phone to see what I can see and I do see a dialingplan.dplan in there but not sure if that has anything to do with what I'm trying to accomplish.