Re: [asterisk-users] Cisco SPA 5xx/3xx/9xx phones don't respond to SIPAddHeader(Call-Info: answer-after=0)

2013-04-09 Thread adamk
On 3/21/2013 6:58 PM, Optical Phoenix wrote: the sip string should be Call-Info:\;answer-after=0. I have not tested this yet however. I can confirm this, exten = 1234,n,SIPAddHeader(Call-Info:\;answer-after=0) is working with a SPA504 phone. regards adam --

Re: [asterisk-users] Cisco SPA 5xx/3xx/9xx phones don't respond to SIPAddHeader(Call-Info: answer-after=0)

2013-03-21 Thread Optical Phoenix
On Thu, Mar 21, 2013 at 2:48 PM, Carlos Alvarez car...@televolve.comwrote: All other phones we work with will auto-answer when we do this: [macro-paging1way] exten = s,1,SIPAddHeader(Call-Info: answer-after=0) exten = s,n,Page(${PAGINGLIST}) exten = s,n, Hangup The SPA phones simply ring.

Re: [asterisk-users] Cisco SPA 5xx/3xx/9xx phones don't respond to SIPAddHeader(Call-Info: answer-after=0)

2013-03-21 Thread Carlos Alvarez
On Thu, Mar 21, 2013 at 11:58 AM, Optical Phoenix opticalphoe...@gmail.comwrote: Hi Carlos, According to this site, http://community.linksys.com/t5/VoIP-Phones/SPA942-auto-answer-page-intercom-beeping-loudly/td-p/215064the sip string should be Call-Info:\;answer-after=0. I have not