Click2Dial Click2Call Won't Dail External Number

playyas4u
Posts: 74
Member Since:
2006-09-26

I am having an issue with the Click2Dial script from nerdvittles. The script will place an external call to my cell phone that I defined in the script, but when it tries to call the number from the web page I get "Call can not be completed". I think my issue is that the second call is not putting a 9 before the number. How do I fix this or specify a prefix or trunk to use? A portion of the script is below. Thanks.

#specify the channel (extension) you want to receive the call requests with
#e.g. SIP/XXX, IAX2/XXXX, ZAP/XXXX, local/1NXXNXXXXXX@from-internal, etc
$strChannel = "local/91234567890nal";Use this for your cell phone Number;

#specify the context to make the outgoing call from. By default, AAH uses from-internal
#Using from-internal will make you outgoing dialing rules apply
$strContext = "from-internal";



orionvoip
Posts: 41
Member Since:
2007-08-07
I notice that you

I notice that you have:

$strChannel = "local/91234567890nal";

Is that a typo? It should be in the form:

$strChannel = "local/9NXXNXXXXXX@from-internal";Use this for your cell phone Number;



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.