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";
Member Since:
2006-09-26