Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
exten=> s,1,AGI(agi://127.0.0.1:4577/call_log)
exten=> s,n,NoOp(No Dial Pattern Matches This Extension)
exten=> s,n,Hangup
_8NXXXXXX
81?
williamconley wrote:If you have put that default "s" dialplan in place and tried again, you should be getting a dial attempt in the CLI showing that there's no pattern match. This would confirm my suspicion that you have a mismatch between what you're dialing and what your system expects. The number dialed must match an existing pattern or asterisk won't even attempt to dial. So the "s" being active will catch and SHOW that mismatch, confirming my assertion.
But I don't see a CLI sample from after you added the new dialplan.
This is how dialplans match to "number dialed":
Accepted:
- Code: Select all
_8NXXXXXX
_ = is dropped. It's ONLY there to signal "pattern, not literal". This is otherwise ignored.
8 = This must be the first digit dialed.
N = The second digit dialed may be 2-9, not 0 or 1
XXXXXX = The third through eighth digits can be any digit 0-9.
Total must be exactly eight digits and follow all the above rules to match this dial pattern.
Sent:
- Code: Select all
81?
8 = (dial prefix: Supplied in the campaign, noted in the Manual Dial text around the 3rd line)
1 = (or 0, or nothing, supplied by the Dial Code in the Vicidial Lead Record or Omitted if the "Omit dial code" option is "Y" in the campaign, also in the "Dial Code" field on the agent screen during manual dial)
? Plus whatever the actual number you entered into the Phone Number field on the agent screen during manual dial.
Note that your pattern does NOT allow 1 or 0 to be the 2nd digit in the phone number. So ... "omit dial code" in the campaign and blanking the dial code field during manual dial may be wise.
This would be visible if the "s" Generic carrier were present to catch the "no pattern matches" entry/attempt. You may also see more details if you turn on debug mode and/or check the "vicidial_manager" table.
If your head explodes, take it one thing at a time. You'll get there.
scopor wrote:Thanks for the correction William. In /etc/astguiclient.conf the asterisk version is 11 and in admin->Servers 11.25.3-vici. The only control that is available when I make a manual dial using the phone number not the override is hangup. Is there anything else I can possibly check?
Enter the Asterisk version that you are installing VICIDIAL for
(value should be only one of the options below:)
1.2
1.4
1.8
11.X
13.X
williamconley wrote:scopor wrote:Thanks for the correction William. In /etc/astguiclient.conf the asterisk version is 11 and in admin->Servers 11.25.3-vici. The only control that is available when I make a manual dial using the phone number not the override is hangup. Is there anything else I can possibly check?
From "perl install.pl":
- Code: Select all
Enter the Asterisk version that you are installing VICIDIAL for
(value should be only one of the options below:)
1.2
1.4
1.8
11.X
13.X
11 does not appear in the list. 11.X, however does. You may try that and see if you have luck. You may have to rebuild your .conf files (create a new phone or deactivate that new carrier and wait a minute for the reload before re-activating it)
williamconley wrote:I'm saying "11" isn't an option and as such should not be there.
It should be one of the options listed during the install process, which has 11.X not 11. This may have had minor impact during the install (such as choosing which of the sample ".conf" files for that version of asterisk to copy during installation) and other minor impact after install during regular operations (such as writing "-vicidial.conf" files based on the asterisk version).
You may want to re-run the install.pl script with the proper option in place AND select the option to load the sample conf files to be sure. Which will also require re-editing the externip value in sip.conf, plus a reboot and will require verifying that the .conf files are rewritten after all that is done (ie: change a phone or carrier and make sure those changes are reflected in the newly created conf files).
scopor wrote:Thanks man. Will give it a shot and let you know how it goes.
scopor wrote:However after rerunning the install.pl ...
perl install.pl --copy_sample_conf_files --asterisk_version=11.X
thephaseusa wrote:In that screenshot you are trying to call a number (336)602-8. Is that a valid phone number?
scopor wrote:I checked all my permissions and I do have permission..
Users browsing this forum: Google [Bot] and 153 guests