I have configured my carrier settings as below,
[100]
disallow=all
allow=ulaw
allow=g729
type=friend
dtmfmode=rfc2833
qualify=yes
insecure=invite,port
nat=force_rport,comedia
fromuser=xxx.xxx.xxx.xxx
host=xxx.xxx.xxx.xxx
canreinvite=no
port=5060
Global Stirng : VoiPHola=SIP/100
Dial Entry Plan
exten => _1.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1.,2,Dial(${100}/3000#${EXTEN:1},,tTo)
exten => _1.,3,Hangup
When I logged in as Agent, there is no calls outgoing and after sometime the Dial Timeout error comes at agent screen... What is causing the issue?