Hello,
Please I need help with setting up inbound call to work in goautodial that I installed on vmware. I have been trying to get it right for days now but all to no avail.
Here are some of the details
[Voipswitch]
disallow=all
allow=gsm
allow=ulaw
allow=alaw
allow=g729
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
trunkstyle = voip
nat=yes
host=196.216.253.39
username=lafarge
secret=lafargepw123
insecure =invite
(outbound)
exten => _X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _X.,2,Dial(SIP/${EXTEN:0}@Voipswitch,,tTo)
exten => _X.,3,Hangup
(inbound)
exten => DID1,1,AGI(agi://127.0.0.1:4577/call_log)
exten => DID1,2,Answer
exten => DID1,3,AGI(agi-VDAD_ALL_inbound.agi,CIDLOOKUPRL-----LB-----InGroup1-----DID1-----Closer-----park----------LIST_ID-----1)
exten => DID1,4,Hangup
I am trunked to voipswitch provide. I can call out to GSM numbers from an extension, but I can't get calls to come in. When I checked the voipswitch all I see when trying to call in is "Destinition ended, got reason: 404 not found.
Your response will be a motivation for me.
Thanks.