Hello, I using a sip provider and want change the configuration to IAX
Thats my current configuration
extensions.conf:
; Germany
exten => _90049.,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _90049.,2,Dial(SIP/${EXTEN:1}@SIPtrunk,55,tTo)
exten => _90049.,3,Hangup
sip.conf :
; register SIP account on remote machine if using SIP trunks
register => 137951:123456@sip.provider.de
;
; setup account for SIP trunking:
[SIPtrunk]
disallow=all
; allow=ulaw
allow=alaw
type=friend
username=137951
secret=123456
host=sip.provider.de
dtmfmode=inband
qualify=1000
---------------------------
the Iax Account is 137952
Thanks alot