Project

General

Profile

Can't receive inbound call in GoAutodial 3.0

Added by Dagbégnon MARTIN over 8 years ago

Hello everyone.
I'm in trouble with my call-center.
I can't receive inbound call.
When a call is made to the call-center, it is cut off after 1 ring and in the asterisk cli, i have:
[Jan 26 17:38:19] WARNING[3983]: chan_sip.c:9289 check_auth: username mismatch, have <8009>, digest has <8006>
[Jan 26 17:38:19] NOTICE[3983]: chan_sip.c:15495 handle_request_invite: Failed to authenticate user "95925558" <sip:95925558@192.168.10.12>;tag=as15166ecd

I have to specify that in the line of the notice above,"95925558" is the number which is calling the center (the number of the client).

Here is the parameter of my system
GoAutodial version 3.0
Asterisk 1.4.39.1

I hope that you can help me to fix that.
Thank you in advance


Replies (6)

RE: Can't receive inbound call in GoAutodial 3.0 - Added by striker 247 over 8 years ago

how you configured your voip for the inbound call.
is it SIP registration type
or
IP based landing.

post more details about your inbound carrier setup.

br
striker
www.striker24x7.blogspot.com

RE: Can't receive inbound call in GoAutodial 3.0 - Added by Dagbégnon MARTIN over 8 years ago

Hi striker.
Thanks for your reply.

I'm using a SIP registration type for the inbound call.
I have an OpenVox GSM gateway connected to my GoAutodial server.

Here is my inbound carrier setup:
[Account entry]
host=192.168.10.12
disallow=all
allow=gsm
allow=ulaw
type=friend
insecure=very
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
nat=yes

[dialplan entry]
exten =>_4575527172.,1,AGI
exten =>_4575527172.,2,Dial(SIP/${EXTEN:10}@001,,tTo)
exten =>_4575527172.,3,Hangup

Thank for your help....

RE: Can't receive inbound call in GoAutodial 3.0 - Added by striker 247 over 8 years ago

try this and post your cli log

[Account entry]
host=192.168.10.12
fromdomain=192.168.10.12
disallow=all
allow=gsm
allow=ulaw
type=friend
insecure=invite
dtmfmode=rfc2833
context=trunkinbound
qualify=yes

striker
www.striker24x7.blogspot.com

RE: Can't receive inbound call in GoAutodial 3.0 - Added by Dagbégnon MARTIN over 8 years ago

Hi Striker.
I have tried what you suggested and the result are the same. the call don't pass.
here is the cli log:
[Jan 28 07:55:07] Manager 'sendcron' logged on from 127.0.0.1
[Jan 28 07:55:07] Manager 'sendcron' logged off from 127.0.0.1
[Jan 28 07:55:09] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:09] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:12] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:12] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:27] WARNING3470: chan_sip.c:9289 check_auth: username mismatch, have <8009>, digest has <8003>
[Jan 28 07:55:27] NOTICE3470: chan_sip.c:15495 handle_request_invite: Failed to authenticate user "96082788" <sip:>;tag=as3ae0f716
[Jan 28 07:55:34] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:34] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:42] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:55:42] -- Got SIP response 489 "Bad event" back from 192.168.10.12
[Jan 28 07:56:01] Parsing '/etc/asterisk/manager.conf': [Jan 28 07:56:01] Found
[Jan 28 07:56:01] Manager 'sendcron' logged on from 127.0.0.1
[Jan 28 07:56:01] == Parsing '/etc/asterisk/manager.conf': [Jan 28 07:56:01] Found

On another side, on my GSM gateway, in the call routing rules (you can see it on the picture linked), when i specify an arbitrary Caller ID number, the inbound call can pass but in the agent web client of GoAutodial, the phone number of the caller is write in the field "comments" rather in the field "phone"; which distorts the inbound call report and the name of the recordings files.
Hope you can help me more.
Thanks

Screenshot__93_.png (32.7 KB) Screenshot__93_.png screenshot of the call routing rules

RE: Can't receive inbound call in GoAutodial 3.0 - Added by striker 247 over 8 years ago

share me the make and model no of your gsm gateway, i can check the manual for the same.

meanwile try this

go to vi /etc/asterisk/sip.conf

set
allowguest=yes

and reload the asterisk, then try the inbound call.

br
striker
www.striker24x7.blogspot.com

RE: Can't receive inbound call in GoAutodial 3.0 - Added by Dagbégnon MARTIN over 8 years ago

Hi Striker.
Here is the information about my gsm gateway:
Make: OpenVox
Model: VS-GW1600-20G

In my sip.conf, i have had allowguest=yes.
I have kept the carrier setup that you have suggested above, reloaded and tried inbound call. Unfortunately i get the same error.

Thanks for your help.

    (1-6/6)
    Go to top