I’m running the Zoiper Biz 2.35 softphone on Windows, connected on the local network to Asterisk 1.6.2.13.
What I’m trying to do is get Zoiper to automatically pick-up an incoming call by adding a SIP Header.
I have set the “Accept server-side auto answer” option in the Zoiper settings and have tried using a dialplan with a couple of different SIPAddHeader options but Zoiper will not automatically answer the call (unless, of course, I manually set it to do so on the Zoiper interface).
I am fairly new to Asterisk, so any support is appreciated. This is the dialplan I have tried unsuccessfully:
[zoiperautopickup]
exten => s,1,SIPAddHeader(Call Info: Answer-After=0)
exten => s,n,SIPAddHeader(Alert-Info: info=alert-autoanswer)
exten => s,n,Dial(DAHDI/g0/0212341234,20)
This calls the Zoiper phone and waits be picked up before making the outgoing call. I was hoping it would automatically answer the Zoiper phone and then make the outgoing call (so I don’t need to do anything).
If anyone had experience or guidance on how to get the Zoiper softphone to auto-answer, without manually setting it to do so on the Zoiper interface, your help would be greatly appreciated.
Thanks,
Mark