can not get audio on sip/soft phone apps for iPhone, Bria, media 5, 3cxPhone. external only. Everything works if I am on the local network.
I can make and send calls but there no audio.
Everything works internal and externa for X-Lite on my mac.
sip.conf
[101]
type=friend
username=100
secret=1234
host=dynamic
context=internal
callerid=Iphone
canreinvite=no
reinvite=no
qualify=1000
nat=yes
mailbox=100@default
; allow codec
allow=all
;allow=ulaw
;allow=alaw
;allow=g723.1
;allow=g729
;allow=ilbc
;allow=gsm
extension.conf
[general]
static=yes
writeprotect=yes
priorityjumping=no
autofallthrough=no
[globals]
OFFICE_OPEN_OVERRIDE=
;include trunks.include
DIALOUT=9
INTERNATIONAL-PREFIX=011
RINGTIME=30
TL_DASH=-
TL_MULTI=1
OPERATOR=0
RECORDING_FORMAT=WAV
TL_ENABLE_MAXCALLS_CHECK=0
autofallthrough=yes
[default]
exten => s,1,Verbose(1|Unrouted call handler)
exten => s,n,Answer()
exten => s,n,Wait(1)
exten => s,n,Playback(tt-weasels)
exten => s,n,Hangup()
[incoming_calls]
[internal]
exten => s,1,Verbose(1|Echo test application)
exten => s,n,Echo()
exten => s,n,Hangup()
exten => 101,1,Log(NOTICE,“101 ACCOUNT”)
exten => 101,n,Dial(SIP/101,120,Tt)
exten => 102,1,Log(NOTICE,“102 ACCOUNT”)
exten => 102,n,Dial(SIP/102,120,Tt)
[phones]
include => internal
include => default
[callme]
exten => s,1,Verbose(1|Echo test application)
exten => s,n,Echo()
exten => s,n,Hangup()
exten => 101,1,Log(NOTICE,“101 ACCOUNT”)
exten => 101,n,Dial(SIP/101,120,Tt)
exten => 102,1,Log(NOTICE,“102 ACCOUNT”)
exten => 102,n,Dial(SIP/102,120,Tt)