Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem is that the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply ignored. The phone does take into account other values (WEB PROXY, etc), but it keps displaying "Registering..." for ever. When I check the IP adresses, the SIP Proxy and Registrar fields are empty. This is not a network problem, I have made traces using Ethereal and I can see the right .txt file being transferred. Other settings in the file are applied too, just the SIP proxy and registrar are empty... I have tried specifying them with and without quotes, by hostname, by IP address, ... Nada. It is all the more frustrating that everybody seems to have it working easily! Please help. Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN "sip.mycompany.com" SET SIPPROXYSRVR "204.140.111.219" SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya.com IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support.avaya.com/elmodocs2/avayaip/4630/index.htm SET PHNEMERGNUM 112 goto END -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060627/6da5aaa4/attachment.htm
Which version of firmware are you using? On 6/27/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote:> > Hi all, > > I've been pulling my hair out for two days over this problem? I did *a > lot* of Googling around, I searched the list archives to no avail - no one > has the same problem! > > I have two Avaya 4610sw phones. I installed the latest SIP firmware using > the TFTP server. So far everything looks good. Each time the phone boots, it > retrieves the 46xxsettings.txt from the TFTP server. My problem is that > the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply ignored. The phone > does take into account other values (WEB PROXY, etc), but it keps displaying > "Registering?" for ever. When I check the IP adresses, the SIP Proxy and > Registrar fields are empty. > > This is not a network problem, I have made traces using Ethereal and I can > see the right .txt file being transferred. Other settings in the file are > applied too, just the SIP proxy and registrar are empty? I have tried > specifying them with and without quotes, by hostname, by IP address, ? Nada. > > It is all the more frustrating that everybody seems to have it working > easily! Please help. > > Here is the contents of my 46xxsettings.txt file : > > SET DOMAIN mycompany.com > SET DNSSRVR 204.140.111.43 > SET PHNCC 352 > SET PHNDPLENGTH 4 > SET PHNIC 00 > SET PHNOL 0 > SET SYSLANG English > SET APPSTAT 1 > SET RESTORESTAT 1 > SET AGCHAND 0 > SET AGCHEAD 0 > SET AGCSPKR 0 > SET SNTPSRVR "204.140.111.200" > SET DSTOFFSET "1" > SET DSTSTART "1SunApr2L" > SET DSTSTOP "LSunOct2L" > SET GMTOFFSET "-5:00" > SET DATESEPARATOR "/" > SET DATETIMEFORMAT "3" > SET DIALPLAN "[234]xxx|55xxxx" > SET DIALWAIT "3" > SET MUSICSRVR "" > SET MWISRVR "" > SET PHNNUMOFSA "3" > SET REGISTERWAIT 120 > SET SIPDOMAIN "sip.mycompany.com" > SET SIPPROXYSRVR "204.140.111.219" > SET SIPPORT "5070" (this is not a typo) > SET SIPREGISTRAR "204.140.111.219" > SET SP_DIRSRVR 10.1.1.1 > SET SP_DIRSRVRPORT 389 > SET SP_DIRTOPDN ou=People,o=avaya.com > IF $MODEL4 SEQ 4602 goto SETTINGS4602 > IF $MODEL4 SEQ 4610 goto SETTINGS4610 > IF $MODEL4 SEQ 4620 goto SETTINGS4620 > IF $MODEL4 SEQ 4621 goto SETTINGS4621 > IF $MODEL4 SEQ 4622 goto SETTINGS4622 > IF $MODEL4 SEQ 4625 goto SETTINGS4625 > IF $MODEL4 SEQ 4630 goto SETTINGS4630 > goto END > goto END > SET WMLHOME *http://support.avaya.com/elmodocs2/avayaip/4620/home.wml*<http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> > SET WMLPROXY 204.140.111.249 > SET WMLPORT 3128 > goto END > goto END > goto END > goto END > goto END > SET WEBHOME *http://support.avaya.com/elmodocs2/avayaip/4630/index.htm*<http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> > SET PHNEMERGNUM 112 > goto END > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060627/7b2ee751/attachment.htm
Hi Tom, Thank you for your interest in my problem, I really am desperate about this thing... I have tried several versions one after another, and now I'm using the one released on 04.07.2006 (SIP release 2.2.2). Thanks, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 28 June 2006 05:35 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Which version of firmware are you using? On 6/27/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem is that the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply ignored. The phone does take into account other values (WEB PROXY, etc), but it keps displaying "Registering..." for ever. When I check the IP adresses, the SIP Proxy and Registrar fields are empty. This is not a network problem, I have made traces using Ethereal and I can see the right .txt file being transferred. Other settings in the file are applied too, just the SIP proxy and registrar are empty... I have tried specifying them with and without quotes, by hostname, by IP address, ... Nada. It is all the more frustrating that everybody seems to have it working easily! Please help. Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN "sip.mycompany.com" SET SIPPROXYSRVR "204.140.111.219" SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya .com <http://avaya.com> IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support.avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060628/761fdd61/attachment.htm
Hi Tom, Thank you for your interest in my problem, I really am desperate about this thing... I have tried several versions one after another, and now I'm using the one released on 04.07.2006 (SIP release 2.2.2). Thanks, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 28 June 2006 05:35 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Which version of firmware are you using? On 6/27/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem is that the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply ignored. The phone does take into account other values (WEB PROXY, etc), but it keps displaying "Registering..." for ever. When I check the IP adresses, the SIP Proxy and Registrar fields are empty. This is not a network problem, I have made traces using Ethereal and I can see the right .txt file being transferred. Other settings in the file are applied too, just the SIP proxy and registrar are empty... I have tried specifying them with and without quotes, by hostname, by IP address, ... Nada. It is all the more frustrating that everybody seems to have it working easily! Please help. Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN "sip.mycompany.com" SET SIPPROXYSRVR "204.140.111.219" SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya .com <http://avaya.com> IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support.avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060628/40964db5/attachment.htm
I just tried serving the files off Apache, port 80, no change... Most parameters are taken into account by the phone, except for SIP proxy and SIP registrar... Coud someone post an excerpt from their 46xxsettings.txt where I could see the format they use? Thank you in advance, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 29 June 2006 00:33 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem I too am using 2.2.2, but I'm loading my config files via HTTP. I was having some difficulty when I was using TFTP. Things were not as reliable for me, so I switched to HTTP. I've been stable since. On 6/28/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi Tom, Thank you for your interest in my problem, I really am desperate about this thing... I have tried several versions one after another, and now I'm using the one released on 04.07.2006 (SIP release 2.2.2). Thanks, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 28 June 2006 05:35 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Which version of firmware are you using? On 6/27/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem is that the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply ignored. The phone does take into account other values (WEB PROXY, etc), but it keps displaying "Registering..." for ever. When I check the IP adresses, the SIP Proxy and Registrar fields are empty. This is not a network problem, I have made traces using Ethereal and I can see the right .txt file being transferred. Other settings in the file are applied too, just the SIP proxy and registrar are empty... I have tried specifying them with and without quotes, by hostname, by IP address, ... Nada. It is all the more frustrating that everybody seems to have it working easily! Please help. Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN " sip.mycompany.com <http://sip.mycompany.com> " SET SIPPROXYSRVR "204.140.111.219 " SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o= avaya .com <http://avaya.com> IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support. avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060629/34de59e2/attachment.htm
Hi I tried that too, but the only useful thing I can change (besides the IP settings of the phone itself) is the "CallSv" parameter; I set it to the IP of the SIP registrar/proxy but it still doesn't work... Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Henk Sent: 29 June 2006 21:16 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Avaya 4610sw SIP setup problem Did you try to manually to change the parameters of the phone? When you power the phone up then are you able to enter manually the parameter when you hit *. I am using a 4610 with Release 2.2 but I am not using the capability to upload the settings from the server. Henk ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Herchi Silviu Sent: donderdag 29 juni 2006 15:55 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Avaya 4610sw SIP setup problem I just tried serving the files off Apache, port 80, no change... Most parameters are taken into account by the phone, except for SIP proxy and SIP registrar... Coud someone post an excerpt from their 46xxsettings.txt where I could see the format they use? Thank you in advance, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 29 June 2006 00:33 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem I too am using 2.2.2, but I'm loading my config files via HTTP. I was having some difficulty when I was using TFTP. Things were not as reliable for me, so I switched to HTTP. I've been stable since. On 6/28/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi Tom, Thank you for your interest in my problem, I really am desperate about this thing... I have tried several versions one after another, and now I'm using the one released on 04.07.2006 (SIP release 2.2.2). Thanks, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 28 June 2006 05:35 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Which version of firmware are you using? On 6/27/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi all, I've been pulling my hair out for two days over this problem... I did *a lot* of Googling around, I searched the list archives to no avail - no one has the same problem! I have two Avaya 4610sw phones. I installed the latest SIP firmware using the TFTP server. So far everything looks good. Each time the phone boots, it retrieves the 46xxsettings.txt from the TFTP server. My problem is that the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply ignored. The phone does take into account other values (WEB PROXY, etc), but it keps displaying "Registering..." for ever. When I check the IP adresses, the SIP Proxy and Registrar fields are empty. This is not a network problem, I have made traces using Ethereal and I can see the right .txt file being transferred. Other settings in the file are applied too, just the SIP proxy and registrar are empty... I have tried specifying them with and without quotes, by hostname, by IP address, ... Nada. It is all the more frustrating that everybody seems to have it working easily! Please help. Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN " sip.mycompany.com <http://sip.mycompany.com> " SET SIPPROXYSRVR "204.140.111.219 " SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o= avaya .com <http://avaya.com> IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support. avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060630/04cda6b1/attachment.htm
Is the text shown below the ENTIRE file? It looks like all of the settings for the individial phone models are missing. I'm not sure what the consequences of branching to the 4610 section will be if it doesn't exist. Also, I don't use the SP_DIRSRVR values. What happens if those three entries are removed? SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya.com I can't find these three entries anywhere in my 46xx settings file. I also cannot find them in the lan admin guide from the manufacturer. They seem to be somewhat like the ldap options for the 4630 phone, but those didn't have a leading SP_ prefix on the variable name. Why don't you comment them out and see what happens? Tom> Here is the contents of my 46xxsettings.txt file : > > SET DOMAIN mycompany.com > SET DNSSRVR 204.140.111.43 > SET PHNCC 352 > SET PHNDPLENGTH 4 > SET PHNIC 00 > SET PHNOL 0 > SET SYSLANG English > SET APPSTAT 1 > SET RESTORESTAT 1 > SET AGCHAND 0 > SET AGCHEAD 0 > SET AGCSPKR 0 > SET SNTPSRVR "204.140.111.200" > SET DSTOFFSET "1" > SET DSTSTART "1SunApr2L" > SET DSTSTOP "LSunOct2L" > SET GMTOFFSET "-5:00" > SET DATESEPARATOR "/" > SET DATETIMEFORMAT "3" > SET DIALPLAN "[234]xxx|55xxxx" > SET DIALWAIT "3" > SET MUSICSRVR "" > SET MWISRVR "" > SET PHNNUMOFSA "3" > SET REGISTERWAIT 120 > SET SIPDOMAIN "sip.mycompany.com" > SET SIPPROXYSRVR "204.140.111.219" > SET SIPPORT "5070" (this is not a typo) > SET SIPREGISTRAR "204.140.111.219" > SET SP_DIRSRVR 10.1.1.1 > SET SP_DIRSRVRPORT 389 > SET SP_DIRTOPDN ou=People,o=avaya.com > IF $MODEL4 SEQ 4602 goto SETTINGS4602 > IF $MODEL4 SEQ 4610 goto SETTINGS4610 > IF $MODEL4 SEQ 4620 goto SETTINGS4620 > IF $MODEL4 SEQ 4621 goto SETTINGS4621 > IF $MODEL4 SEQ 4622 goto SETTINGS4622 > IF $MODEL4 SEQ 4625 goto SETTINGS4625 > IF $MODEL4 SEQ 4630 goto SETTINGS4630 > goto END > goto END > SET WMLHOME *http://support.avaya.com/elmodocs2/avayaip/4620/home.wml*<http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> > SET WMLPROXY 204.140.111.249 > SET WMLPORT 3128 > goto END > goto END > goto END > goto END > goto END > SET WEBHOME *http://support.avaya.com/elmodocs2/avayaip/4630/index.htm*<http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> > SET PHNEMERGNUM 112 > goto END > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060701/04387c58/attachment.htm
Hi, I had edited out all lines starting with a #, which is ot right, as the marker for comments is ##... See below for the entire file. I just tried the configuration through DHCP, by setting the 176 option to point to the right TFTP server and also to the right SIP proxy. The Avaya boot test application is not complaining, but the phones ... do I need to say it? *sigh* SET DOMAIN "company.com" SET DNSSRVR "204.140.111.43" SET PHNCC "352" SET PHNDPLENGTH "4" SET PHNIC "00" SET PHNOL "0" SET SYSLANG "English" SET APPSTAT "1" SET RESTORESTAT "1" SET AGCHAND "0" SET AGCHEAD "0" SET AGCSPKR "0" SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET SIPDOMAIN "slt05.company.agn" SET SIPPROXYSRVR "204.140.111.219" SET SIPPORT "5070" SET SIPREGISTRAR "204.140.111.219" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT "120" SET SP_DIRSRVR "10.1.1.1" SET SP_DIRSRVRPORT "389" SET SP_DIRTOPDN "ou=People,o=avaya.com" IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END # SETTINGS4602 goto END # SETTINGS4610 SET WMLHOME "http://support.avaya.com/elmodocs2/avayaip/4620/home.wml" SET WMLPROXY "204.140.111.246" SET WMLPORT "3128" goto END # SETTINGS4620 goto END # SETTINGS4621 goto END # SETTINGS4622 goto END # SETTINGS4625 goto END # SETTINGS4630 SET WEBHOME http://support.avaya.com/elmodocs2/avayaip/4630/index.htm SET PHNEMERGNUM 112 goto END # END ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 01 July 2006 18:18 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Is the text shown below the ENTIRE file? It looks like all of the settings for the individial phone models are missing. I'm not sure what the consequences of branching to the 4610 section will be if it doesn't exist. Also, I don't use the SP_DIRSRVR values. What happens if those three entries are removed? SET SP_DIRSRVR 10.1.1.1 <http://10.1.1.1/> SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya .com <http://avaya.com/> I can't find these three entries anywhere in my 46xx settings file. I also cannot find them in the lan admin guide from the manufacturer. They seem to be somewhat like the ldap options for the 4630 phone, but those didn't have a leading SP_ prefix on the variable name. Why don't you comment them out and see what happens? Tom Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN "sip.mycompany.com" SET SIPPROXYSRVR "204.140.111.219" SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya .com <http://avaya.com> IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support.avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060703/25080f9d/attachment.htm
Hi, You can call me by my first name (Silviu) :)) I have made the changes to the settings file, I have removed the LDAP-related settings - nothing changes... The file is still taken into account, as other changes affect the phone, but the SIP fields stay desperately blank... I don't think I'll wait for the next firmware release, I'm currently evaluating several Siemens optiPoint phones (SIP) which look good so far. I have to get things moving, the customer won't wait forever for the Avaya phones to work.c However I'm a bit disappointed to leave things as they are, I have a feeling of ... failure? I guess I'll still try some thing or another in my (inexistent) spare time. Thanks for your help, Silviu ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 04 July 2006 03:57 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Herchi, I want you to re-read my last e-mail very carefully. Your response does not mention at all my guess that the three SP_DIRSRVR variables may be giving you trouble. I'm still interested in knowing what happens if you remove them from your settings file. Also, I have heard a rumour that there will be a new firmware release on July 10th. Actually, I just clicked the feedback button on their web page for the firmware download and asked. They responded on the first business day (unusual for Avaya), indicating 7/10 is the approximate release date. So there you have my source.... Let me know .... On 7/3/06, Herchi Silviu <Silviu.Herchi@arcelor.com> wrote: Hi, I had edited out all lines starting with a #, which is ot right, as the marker for comments is ##... See below for the entire file. I just tried the configuration through DHCP, by setting the 176 option to point to the right TFTP server and also to the right SIP proxy. The Avaya boot test application is not complaining, but the phones ... do I need to say it? *sigh* SET DOMAIN "company.com" SET DNSSRVR "204.140.111.43" SET PHNCC "352" SET PHNDPLENGTH "4" SET PHNIC "00" SET PHNOL "0" SET SYSLANG "English" SET APPSTAT "1" SET RESTORESTAT "1" SET AGCHAND "0" SET AGCHEAD "0" SET AGCSPKR "0" SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET SIPDOMAIN "slt05.company.agn" SET SIPPROXYSRVR "204.140.111.219" SET SIPPORT "5070" SET SIPREGISTRAR "204.140.111.219" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT "120" SET SP_DIRSRVR "10.1.1.1" SET SP_DIRSRVRPORT "389" SET SP_DIRTOPDN "ou=People,o=avaya.com <http://avaya.com> " IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END # SETTINGS4602 goto END # SETTINGS4610 SET WMLHOME " http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> " SET WMLPROXY "204.140.111.246" SET WMLPORT "3128" goto END # SETTINGS4620 goto END # SETTINGS4621 goto END # SETTINGS4622 goto END # SETTINGS4625 goto END # SETTINGS4630 SET WEBHOME http://support.avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END # END ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tom Lynn Sent: 01 July 2006 18:18 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Avaya 4610sw SIP setup problem Is the text shown below the ENTIRE file? It looks like all of the settings for the individial phone models are missing. I'm not sure what the consequences of branching to the 4610 section will be if it doesn't exist. Also, I don't use the SP_DIRSRVR values. What happens if those three entries are removed? SET SP_DIRSRVR 10.1.1.1 <http://10.1.1.1/> SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o=avaya .com <http://avaya.com/> I can't find these three entries anywhere in my 46xx settings file. I also cannot find them in the lan admin guide from the manufacturer. They seem to be somewhat like the ldap options for the 4630 phone, but those didn't have a leading SP_ prefix on the variable name. Why don't you comment them out and see what happens? Tom Here is the contents of my 46xxsettings.txt file : SET DOMAIN mycompany.com SET DNSSRVR 204.140.111.43 SET PHNCC 352 SET PHNDPLENGTH 4 SET PHNIC 00 SET PHNOL 0 SET SYSLANG English SET APPSTAT 1 SET RESTORESTAT 1 SET AGCHAND 0 SET AGCHEAD 0 SET AGCSPKR 0 SET SNTPSRVR "204.140.111.200" SET DSTOFFSET "1" SET DSTSTART "1SunApr2L" SET DSTSTOP "LSunOct2L" SET GMTOFFSET "-5:00" SET DATESEPARATOR "/" SET DATETIMEFORMAT "3" SET DIALPLAN "[234]xxx|55xxxx" SET DIALWAIT "3" SET MUSICSRVR "" SET MWISRVR "" SET PHNNUMOFSA "3" SET REGISTERWAIT 120 SET SIPDOMAIN " sip.mycompany.com <http://sip.mycompany.com> " SET SIPPROXYSRVR "204.140.111.219 " SET SIPPORT "5070" (this is not a typo) SET SIPREGISTRAR "204.140.111.219" SET SP_DIRSRVR 10.1.1.1 SET SP_DIRSRVRPORT 389 SET SP_DIRTOPDN ou=People,o= avaya .com <http://avaya.com> IF $MODEL4 SEQ 4602 goto SETTINGS4602 IF $MODEL4 SEQ 4610 goto SETTINGS4610 IF $MODEL4 SEQ 4620 goto SETTINGS4620 IF $MODEL4 SEQ 4621 goto SETTINGS4621 IF $MODEL4 SEQ 4622 goto SETTINGS4622 IF $MODEL4 SEQ 4625 goto SETTINGS4625 IF $MODEL4 SEQ 4630 goto SETTINGS4630 goto END goto END SET WMLHOME http://support.avaya.com/elmodocs2/avayaip/4620/home.wml <http://support.avaya.com/elmodocs2/avayaip/4620/home.wml> SET WMLPROXY 204.140.111.249 SET WMLPORT 3128 goto END goto END goto END goto END goto END SET WEBHOME http://support. avaya.com/elmodocs2/avayaip/4630/index.htm <http://support.avaya.com/elmodocs2/avayaip/4630/index.htm> SET PHNEMERGNUM 112 goto END _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060704/eb49ce0e/attachment.htm