Project

General

Profile

Matrix SETU VG* GSM Gateway Inbound Configuration in Goautodial

Added by R R over 8 years ago

Right now I'm in need of small help from you, hope you will respond quickly as I've to take the system live by monday.

At present I have Matrix SETU VG8 GSM Gateway. I'm able to make outbound calls successfully with GOautodial. But inbound is not coming.

Receiving following error
"chan_sip.c:15566 handle_request_invite: Call from 'MobGT1' to extension '192.168.1.113' rejected because extension not found."

(192.168.1.113 is the GOautodial machine ip)

At Matrix the SIP Trunk Mode is configured to Peer-to-Peer

In GOautodial my Carrier Settings are:

Registration String is blank

Account Entry is
[MobGT1]
allow=gsm
allow=ulaw
allow=g729
type=peer
insecure=very
dtmfmode=rfc2833
context=trunkinbound
host=192.168.1.51

Dial plan Entry is
exten => _91.,1,AGI
exten => _91.,2,Dial(SIP/${EXTEN:2}@MobGT1,,tTo)
exten => _91.,3,Hangup

Can you please tell me what am I missing for inbound calls receiving? Please let me know.


Replies (2)

RE: Matrix SETU VG* GSM Gateway Inbound Configuration in Goautodial - Added by striker 247 over 8 years ago

do below changes

[MobGT1]
allow=gsm
allow=ulaw
allow=g729
type=friend
insecure=very
dtmfmode=rfc2833
fromuser=MobGT1
context=trunkinbound
host=192.168.1.51

try the below dialplan in extensions.conf

[trunkinbound]
exten => _.,1,AGI

if your call is not landing under trunkinbound context ,try the below dialplan in [default] context
[default]

exten => _192.,1,AGI

better in your gsm gateway target to number instead of IP.

br
striker
www.striker24x7.blogspot.com

RE: Matrix SETU VG* GSM Gateway Inbound Configuration in Goautodial - Added by striker 247 over 8 years ago

do below changes

[MobGT1]
allow=gsm
allow=ulaw
allow=g729
type=friend
insecure=very
dtmfmode=rfc2833
fromuser=MobGT1
context=trunkinbound
host=192.168.1.51

try the below dialplan in extensions.conf

[trunkinbound]

exten => _.,1,AGI(agi-DID_route.agi) 


if your call is not landing under trunkinbound context ,try the below dialplan in [default] context
[default]

exten => _192.,1,AGI(agi-DID_route.agi)

better in your gsm gateway target to number instead of IP.

br
striker
www.striker24x7.blogspot.com

    (1-2/2)
    Go to top