UNREACHABLE TRUNK
Added by dimaz faisal over 8 years ago
Hi,
I have some trouble while integrating FreePBX and goautodial.
I created extension in FreePBX and goautodial, and trying to make a call each other (trunk call)
The extensions from goautodial could calling extension in the freepbx
goautodial (ext) : 19999
freepbx (ext) : 2727001
goautodial (ext) --> freepbx (ext) (ringing)
freepbx (ext) --> goautodial (ext) (cant make a call)
the configuration
In goautodial
register => goautodial:[email protected]:5060/goautodial
[goautodial]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=192.168.1.19
username=goautodial
secret=goautodial
exten => _27.,1,AGI
exten => _27.,2,Dial(SIP/${EXTEN}@goautodial,,tTo)
exten => _27.,3,Hangup
In FreePBX:
Trunk
Dial Rules
19XXX
[goautodial]
host=192.168.1.24
type=friend
disallow=all
allow=ulaw&alaw
qualify=yes
context=from-internal
permit=0.0.0.0/0.0.0.0
nat=yes
outboundroutes
dialpattern : 19XXX
trunk sequence : SIP/goautodial
Is there anything wrong with my configuration?or missconfig on there?
Could someone help me?
Replies (1)
RE: UNREACHABLE TRUNK - Added by isravel raja about 8 years ago
Dude in Goautodial, Freepbx calls are landing to Trunkinbound.. Change the context to default from trunkinbound in goautodial peer settings