Addheader to sip call

Hello,

I’m trying to setup Zoiper Autoanswer function to my extension number 4321 but i cannot understand how to do it.

Zoiper (premium version) is installed in the PC 192.168.1.22 and work correctly with extension number 4321 configured.

My Freepbx server is running with IP 192.168.1.207.

core show version:
Asterisk 16.4.1 built by mockbuild @ jenkins7 on a x86_64 running Linux on 2019-09-09 18:25:58 UTC

Current PBX Version: 14.0.13.4
Current System Version: 12.7.6-1904-1.sng7

Zoiper website say this:


To send an accept request to Zoiper, you need to add the auto-answer header in the extensions.conf of your Asterisk.

Example:
exten => 100,1,Dial(SIP/kbell)

will become:
exten => 100,1,SIPAddHeader(Call-Info:< sip: >;answer-after=0)
exten => 100,n,Dial(SIP/kbell)

The syntax might differ if you are not using Asterisk.
*AS A NEW USER WEBSITE DON’T ALLOW ME TO POST CODE!!! WTH!!!
“< sip: >” doesn.'t has space but if i remove space website doesn’t let me post it!!


extensions.conf in not writable from gui but anyway i cannot find “exten => 100,1,Dial(SIP/kbell)” inside the file.

Please can someone can help me doing this configuration?

Thanks in advance

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.