Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-14 Thread Larry Moore
I have the following in my intercom macro in extensions.ael; SIPAddHeader(Alert-Info: Ring Answer); SIPAddHeader(Call-Info:\;Answer-After=0); SIPAddHeader(P-Auto-Answer: normal); If memory serves me, respectively they are for the following vendors; Grandstream Linksys/Cisco SPA Yealink

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-14 Thread Doug Lytle
Larry Moore wrote: If memory serves me, respectively they are for the following vendors; And Polycom: exten = s,n,SIPAddHeader(Alert-Info: Ring Answer) Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-14 Thread Ron Bergin
upendra wrote: Hi, I am trying to write dial plan for sip to auto answer (auto attend) the incoming call to the sip phone. - If i call from sip1 to sip2 then sip2 should automatically answer the call and play some sound file. I am trying to do this but as new to the asterisk dial plan

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-14 Thread Steve Edwards
upendra wrote: - If i call from sip1 to sip2 then sip2 should automatically answer the call and play some sound file. On Sat, 14 Jul 2012, Ron Bergin wrote: Unless I'm misunderstanding your needs, wouldn't this do what you want? exten = 1234,1,Answer exten = 1234,n,Playback(soundfile)

[asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-13 Thread upendra
Hi, I am trying to write dial plan for sip to auto answer (auto attend) the incoming call to the sip phone. - If i call from sip1 to sip2 then sip2 should automatically answer the call and play some sound file. I am trying to do this but as new to the asterisk dial plan configuration , so not

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-13 Thread Zohair Raza
try with SipAddHeader(uri=answer-after=0) check syntax for Addheader Regards, Zohair Raza On Fri, Jul 13, 2012 at 1:42 PM, upendra uppi...@gmail.com wrote: Hi, I am trying to write dial plan for sip to auto answer (auto attend) the incoming call to the sip phone. - If i call from sip1

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-13 Thread upendra
Hi, thanks , i need to put this in the sip context... regards Upendra. On Fri, Jul 13, 2012 at 3:15 PM, Zohair Raza engineerzuhairr...@gmail.comwrote: try with SipAddHeader(uri=answer-after=0) check syntax for Addheader Regards, Zohair Raza On Fri, Jul 13, 2012 at 1:42 PM,

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-13 Thread Zohair Raza
In dialplan http://www.voip-info.org/wiki/view/Asterisk+cmd+SipAddHeader Regards, Zohair Raza On Fri, Jul 13, 2012 at 1:50 PM, upendra uppi...@gmail.com wrote: Hi, thanks , i need to put this in the sip context... regards Upendra. On Fri, Jul 13, 2012 at 3:15 PM, Zohair Raza

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-13 Thread Jared Baxley
You also have to send the alert info you particular phone needs to make it autoanswer. On Jul 13, 2012 4:53 AM, upendra uppi...@gmail.com wrote: Hi, thanks , i need to put this in the sip context... regards Upendra. On Fri, Jul 13, 2012 at 3:15 PM, Zohair Raza

Re: [asterisk-users] How to set SIP to auto answer in the dial plan .

2012-07-13 Thread upendra
Hi, its not working for me ! let me know anyone having sample dialplan so that i can use for test 1 sip call answer. regards Upendra On Fri, Jul 13, 2012 at 9:57 PM, Jared Baxley jared.bax...@gmail.comwrote: You also have to send the alert info you particular phone needs to make it