Manual dial doesn't work in specific phone numbers

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Manual dial doesn't work in specific phone numbers

Postby dhijrwn » Thu Apr 15, 2021 2:24 am

Hi guys,

when im trying to manual dial in agent web client this number format
dial code: 1
phone number: 87735052XX

it doesn't dial, i dont hear the ringing sound and i dont see any logs in asterisk.

but when i tried to manual dial it using soft phone i see logs and it can dial.

-----

but itried to dial some other number and it can successfully dial
dial code: 1
phone number: 71493312XX
phone number: 95432976XX
phone number: 80329738XX

it can dial and i see logs in asterisk
-----
carrier dial plan
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${TRUNKA}/${EXTEN:1},,tTor)
exten => _91NXXNXXXXXX,3,Hangup
Cluster setup i7-9700 cpu @ 3.00ghz 32GB ram 1xDB WEB ARCH 11xTEL 4core
ViciBox v.9.0.3 ISO VERSION:2.14-853a BUILD: 220328-1420
SVN: 3595 DB Schema: 1657 | Asterisk 13.29.2-vici
Zoiper 5 | VICIPhone| No Digium/Sangoma Hardware
dhijrwn
 
Posts: 149
Joined: Tue Jan 07, 2020 6:12 am

Re: Manual dial doesn't work in specific phone numbers

Postby mflorell » Thu Apr 15, 2021 6:39 am

Since that number is a Toll-Free number, if you are also using a Toll-Free number for your CallerID, it most likely will not dial since you cannot dial a toll-free number from a toll-free number.

If that is not your issue, then you should post the Asterisk CLI output from your dialing attempts.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Manual dial doesn't work in specific phone numbers

Postby dhijrwn » Thu Apr 15, 2021 8:01 am

mflorell wrote:Since that number is a Toll-Free number, if you are also using a Toll-Free number for your CallerID, it most likely will not dial since you cannot dial a toll-free number from a toll-free number.

If that is not your issue, then you should post the Asterisk CLI output from your dialing attempts.


Hi Matt, thank you for replying.
I'm not using a toll-free number for the callerID, this is the callerid campaign i have set 12093624XXX.
So when i tried to call the toll free number, it doesn't show any logs in asterisk, and no ring at all.
Cluster setup i7-9700 cpu @ 3.00ghz 32GB ram 1xDB WEB ARCH 11xTEL 4core
ViciBox v.9.0.3 ISO VERSION:2.14-853a BUILD: 220328-1420
SVN: 3595 DB Schema: 1657 | Asterisk 13.29.2-vici
Zoiper 5 | VICIPhone| No Digium/Sangoma Hardware
dhijrwn
 
Posts: 149
Joined: Tue Jan 07, 2020 6:12 am

Re: Manual dial doesn't work in specific phone numbers

Postby mflorell » Thu Apr 15, 2021 8:40 am

Well there goes the easy reason it could be happening, now you're just left with dialplan debugging.

First, you will need to check the vicidial_manager MySQL table and see what the exact extension and channels that were used for that call were.

Then, you will have to look through your extensions.conf and extensions-vicidial.conf and see if there are any entries that will match what was dialed.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Manual dial doesn't work in specific phone numbers

Postby dhijrwn » Thu Apr 15, 2021 11:37 am

mflorell wrote:Well there goes the easy reason it could be happening, now you're just left with dialplan debugging.

First, you will need to check the vicidial_manager MySQL table and see what the exact extension and channels that were used for that call were.

Then, you will have to look through your extensions.conf and extensions-vicidial.conf and see if there are any entries that will match what was dialed.


Hi Matt.

this is the query result when i dialed the toll free number. no ring no logs in asterisk -r

1193 | | 2021-04-15 13:01:35 | SENT | N | 192.168.3.8 | | Originate | M4151301350000000011 | Exten: 99918773505288 | Context: default | Channel: Local/8600051@default | Priority: 1 | Callerid: "M4151301350000000011" <12093624749> | Timeout: 60000 |

the channel field is empty.


and then the extensions-vicidial.conf has this end of file message ; END OF FILE Last Forced System Reload: 2021-04-09 10:54:05

i see the dial plan entry
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,2,Dial(${TRUNKA}/${EXTEN:1},,tTor)
exten => _91NXXNXXXXXX,3,Hangup
Cluster setup i7-9700 cpu @ 3.00ghz 32GB ram 1xDB WEB ARCH 11xTEL 4core
ViciBox v.9.0.3 ISO VERSION:2.14-853a BUILD: 220328-1420
SVN: 3595 DB Schema: 1657 | Asterisk 13.29.2-vici
Zoiper 5 | VICIPhone| No Digium/Sangoma Hardware
dhijrwn
 
Posts: 149
Joined: Tue Jan 07, 2020 6:12 am

Re: Manual dial doesn't work in specific phone numbers

Postby mflorell » Thu Apr 15, 2021 4:05 pm

Looks like it's dialing "99918773505288" in the dialplan, and what you have posted would not match that.

You would need something more like this:

exten => _9991NXXNXXXXXX,2,Dial(${TRUNKA}/${EXTEN:3},,tTor)
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Manual dial doesn't work in specific phone numbers

Postby dhijrwn » Fri Apr 16, 2021 12:36 am

mflorell wrote:Looks like it's dialing "99918773505288" in the dialplan, and what you have posted would not match that.

You would need something more like this:

exten => _9991NXXNXXXXXX,2,Dial(${TRUNKA}/${EXTEN:3},,tTor)


Woa! That's fixed the problem, Thank you so much Matt.

i added a new entry to catch that exten.
exten => _9991NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9991NXXNXXXXXX,2,Dial(${TRUNKA}/${EXTEN:3},,tTor)
exten => _9991NXXNXXXXXX,3,Hangup

---

another thing i noticed.
so when i tried to dial that toll free phone number i see the customer information that the DialCode field sets to 991. but when i tried to call normal phone number, it just populated to DialCode 1

both my dial prefix and manual dial prefix is set to 9 in campaign.
Cluster setup i7-9700 cpu @ 3.00ghz 32GB ram 1xDB WEB ARCH 11xTEL 4core
ViciBox v.9.0.3 ISO VERSION:2.14-853a BUILD: 220328-1420
SVN: 3595 DB Schema: 1657 | Asterisk 13.29.2-vici
Zoiper 5 | VICIPhone| No Digium/Sangoma Hardware
dhijrwn
 
Posts: 149
Joined: Tue Jan 07, 2020 6:12 am


Return to Support

Who is online

Users browsing this forum: Bing [Bot] and 78 guests