sip_general_additional.conf

Hello,
I have problem with g729. In sip_general_additional.conf I have this

; do not edit this file, this is an auto-generated file by freepbx
; all modifications must be done from the web gui

vmexten=*97
disallow=all
allow=ulaw
allow=alaw
context=from-sip-external
callerid=Unknown
notifyringing=yes
notifyhold=yes
limitonpeers=yes
tos_sip=cs3
tos_audio=ef
tos_video=af41
When I insert allow=g721 it`s OK but after few seconds free PBX change sip_general_additional.conf and disallow g729

You will probably need to put your allow=g721 line in the /etc/asterisk/sip_general_custom.conf file (worth a try, anyway). Don’t forget to reload Asterisk (or at least sip) afterwards.

But I am wondering why the vmexten=*97 is showing up in sip_general_additional.conf on your system… don’t see anything like that on ours. Oh, well.

wiseoldowl,

it’s in mine… :wink:

You are also correct that he should add that in the sip_general_custom.conf file.