Hi,
Here is our carrier setup and dial plan entry. Just for clarification, this carrier and dial plan entry was provided by our SIP provider.
We don't have Registration and Global string as this is only optional according to them... would it be possible that this will be the issue for not having audio during calls???
[carrier]
type=friend
host=xxx.xxx.xxx.xxx
canreinvite=no
disallow=all
allow=g729
allow=ulaw
dtmfmode=rfc2833
qualify=yes
nat=no
context=trunkinbound
exten => _91NXXNXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,n,Dial(SIP/${EXTEN:1}@carrier,60,tTor)
exten => _91NXXNXXXXXX,n,Hangup
Thanks,