Brian Elton
2004-Jul-27 19:50 UTC
[Asterisk-Users] Successfully Using $135 Avaya sip phone
I think I am the first to use the $135 Avaya 4602 SIP phone, but I need some support from the community to fix one problem I have with it. The phone stops working after about 20-30mins if I have mailbox=context in Asterisk; when I do have mailbox=contect in asterisk the sip debug returns "481 extension does not exist." Anyone willing to help me figure out why? I.E. Is it an Asterisk issue? Is it a configuration issue on my side? Is it a bug with the phone? Any help would be greatly appreciated and it would open the way for an excellent, economically priced phone to the Asterisk community. --Asterisk CVS-HEAD-05/25/04-15:08:06
James W. Brinkerhoff
2004-Jul-27 20:11 UTC
[Asterisk-Users] Successfully Using $135 Avaya sip phone
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 27 July 2004 10:50 pm, Brian Elton wrote:> I think I am the first to use the $135 Avaya 4602 SIP phone, but I > need some support from the community to fix one problem I have with > it. > > The phone stops working after about 20-30mins if I have > mailbox=context in Asterisk; when I do have mailbox=contect in > asterisk the sip debug returns "481 extension does not exist." > > Anyone willing to help me figure out why? > > I.E. Is it an Asterisk issue? Is it a configuration issue on my side? > Is it a bug with the phone? > > Any help would be greatly appreciated and it would open the way for an > excellent, economically priced phone to the Asterisk community.I believe it's supposed to be mailbox=exten@context so if you had [mycontext] 1001=>...... in your voicemail.conf that would be 1001@mycontext - -jwb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBBxl3HyXYB+SEybkRAkjKAJ9v8cga7YfVm0JomU7daojU8afmRACffKQZ RVF7C2Eu27ivPmGCPDpAmUQ=x9Kl -----END PGP SIGNATURE-----
Kevin P. Fleming
2004-Jul-28 13:48 UTC
[Asterisk-Users] Successfully Using $135 Avaya sip phone
Brian Elton wrote:> I think I am the first to use the $135 Avaya 4602 SIP phone, but I > need some support from the community to fix one problem I have with > it. > > The phone stops working after about 20-30mins if I have > mailbox=context in Asterisk; when I do have mailbox=contect in > asterisk the sip debug returns "481 extension does not exist." > > Anyone willing to help me figure out why?I am just about to purchase one of these phones for testing myself, so I'm glad you have narrowed down the problem to this particular setting. Has Avaya been helpful at all in debugging these issues, or have you been approaching it as if it is an Asterisk problem?
Andy Powell
2004-Jul-28 15:23 UTC
[Asterisk-Users] Successfully Using $135 Avaya sip phone
Brian Elton wrote:>> The phone stops working after about 20-30mins if I have >> mailbox=context in Asterisk; when I do have mailbox=contect in >> asterisk the sip debug returns "481 extension does not exist." >> >> Anyone willing to help me figure out why?what do you mean : mailbox=context (or contect) this should be mailbox=number@context or mailbox=number to use the default context. eg: mailbox=1234@sales where sales is a context in voicemail.conf Andy
Brian Elton
2004-Jul-28 21:16 UTC
[Asterisk-Users] Successfully Using $135 Avaya sip phone
I have: mailbox=1234@sales I emailed support@avaya.com about it, they said that I need to open a trouble ticket and go through the standard escalation process which means they want the sold-to number of my Avaya switch...well, what I have tried to explain to them a dozen times is that I am not using it with an Avaya switch, and if their SIP phone was intended to meet SIP standards they should try to help me fugure out why its not working properly. Let me know how it goes when you get yours. I am pleased with the overall quality of mine aside from this one issue...again, it may not be Avaya, it may not be Asterisk, it may just be something in my configuration. On Thu, 29 Jul 2004 00:23:00 +0200, Andy Powell <andy@beagles-den.demon.co.uk> wrote:> > Brian Elton wrote: > > >> The phone stops working after about 20-30mins if I have > >> mailbox=context in Asterisk; when I do have mailbox=contect in > >> asterisk the sip debug returns "481 extension does not exist." > >> > >> Anyone willing to help me figure out why? > > > what do you mean : > > mailbox=context (or contect) > > this should be > > mailbox=number@context > > or > > mailbox=number > > to use the default context. > > eg: > > mailbox=1234@sales > > where sales is a context in voicemail.conf > > > Andy > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
OT: how/where can you buy one of these SIP phones?
Nicholas Bachmann
2004-Jul-31 14:27 UTC
[Asterisk-Users] Successfully Using $135 Avaya sip phone
Brian Elton wrote:>I think I am the first to use the $135 Avaya 4602 SIP phone, but I >need some support from the community to fix one problem I have with >it. > >The phone stops working after about 20-30mins if I have >mailbox=context in Asterisk; when I do have mailbox=contect in >asterisk the sip debug returns "481 extension does not exist." > >Anyone willing to help me figure out why? > >I have two debugging suggestions for you: 1) Upgrade to latest CVS 2) Try using ethereal to look at the SIP packets going back and forth before the phone stops working Nick