Asterisk
2006-May-04 01:53 UTC
[Asterisk-Users] SPA941 SPA942 BUG. auto answer does not work.
Hello all, I want to report a BUG with the Linksys SPA94X so it is general knowledge and that we can all make noise about it so it will get fixed sooner.. The handsets do not work with the SIP flag to make them AUTO-ANSWER. (As documented is should) Ie, you cannot use them with intercom or Page features. This works with the Sipura841 fine. So linksys broke it. Um.. interesting is it not, considering it works with there SPA9000 unit... sounds a bit fishy to me.. So any Linksys owners using Asterisk, do pass on some discontentment, and Email linksys tech support at _sipura-support@external.cisco.com_ <mailto:sipura-support@external.cisco.com> And tell them you have this issue.. James
Hadley Rich
2006-May-04 02:06 UTC
[Asterisk-Users] SPA941 SPA942 BUG. auto answer does not work.
On Thursday 04 May 2006 20:53, Asterisk wrote:> The handsets do not work with the SIP flag to make them AUTO-ANSWER. (As > documented is should) > Ie, you cannot use them with intercom or Page features.Works fine here; SIPAddHeader(Call-Info:\;answer-after=0) hads -- You buttered your bread, now lie in it.
John Novack
2006-May-04 18:01 UTC
[Asterisk-Users] SPA941 SPA942 BUG. auto answer does not work.
Asterisk wrote:> Hello all, > I want to report a BUG with the Linksys SPA94X so it is general > knowledge and that we can all make noise about it so it will get fixed > sooner.. > > The handsets do not work with the SIP flag to make them AUTO-ANSWER. > (As documented is should) > Ie, you cannot use them with intercom or Page features. > > This works with the Sipura841 fine. So linksys broke it. Um.. > interesting is it not, considering it works with there SPA9000 > unit... sounds a bit fishy to me.. > > So any Linksys owners using Asterisk, do pass on some discontentment, > and Email linksys tech support at > _sipura-support@external.cisco.com_ > <mailto:sipura-support@external.cisco.com> > And tell them you have this issue.. > > > James >Curious, as I tried to get this to work with the 841, and though the phone does auto answer, the called or paged party hears dial tone as well as the page, just as if one went off hook by pressing the speaker button. The Pager does NOT hear dial tone. I sent support some information, but so far no help. They asked for more and I have yet to get back to them Curious, very curious.> > _______________________________________________ > --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 > >
Asterisk
2006-May-04 22:43 UTC
[Asterisk-Users] SPA941 SPA942 BUG. auto answer does not work.
FIXED. Found and fixed the problem. Teach me to cut code from AAH 2.8 Issue was.. exten => s,1,Set(__SIPADDHEADER=Call-Info: answer-after=0) THIS DOES NOW WORK. exten => s,1,Set(__SIPADDHEADER=Call-Info:\;answer-after=0) THIS DOES. Strange what a type can do. Also strange why the other worked on some other handsets, but not yours.. YAY! James Hadley Rich wrote:> On Thursday 04 May 2006 20:53, Asterisk wrote: > >> The handsets do not work with the SIP flag to make them AUTO-ANSWER. (As >> documented is should) >> Ie, you cannot use them with intercom or Page features. >> > > Works fine here; > > SIPAddHeader(Call-Info:\;answer-after=0) > > hads > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060504/9ab4a80a/attachment.htm