[Asterisk-Users] Avaya 4610sw SIP setup problem

Tom Lynn tom at tomlynn.com
Mon Jul 3 18:57:26 MST 2006


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 at 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 Avayaboot 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 at lists.digium.com [mailto:
> asterisk-users-bounces at 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
> 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
> >
> >
> >
>
> _______________________________________________
> --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/9b76b57c/attachment.htm


More information about the asterisk-users mailing list