Page 1 of 1

cant dial long distance call

PostPosted: Thu Jun 04, 2009 2:04 pm
by manickam
hi all

i've installed vicidialnow but i always get "i'm sorry this is not a valid extension please try again" i try dialing towards france
here's what i put in extensions :

exten => _901133NXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _901133NXXXXXXXXX,2,Dial(${siptrunk}/${EXTEN:1},,To)
exten => _901133NXXXXXXXXX,3,Hangup

any ideas

PostPosted: Thu Jun 04, 2009 4:24 pm
by mflorell
Please post Asterisk CLI output of this happening.

PostPosted: Sat Jun 06, 2009 9:43 am
by gardo
Please read the guidelines first before posting. Specifically:

Op3r wrote:Additional: Simplifying the support for people

When Requesting for support please include the FF.

1) Version of VICIDIAL
2) loadavg
3) Server Specs
4) Codecs used
5) VOIP or PSTN
6) OS

last but not the least:

Did you really follow the SCRATCH_INSTALL Document? Did you read the manuals? READ IT FIRST!

PostPosted: Mon Jun 08, 2009 8:37 am
by manickam
-- Executing MeetMe("Local/8600051@default-372b,2", "8600051|F") in new stack
> Channel Local/8600051@default-372b,1 was answered.
-- Executing AGI("Local/8600051@default-372b,1", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("Local/8600051@default-372b,1", "/01133877665505||To") in new stack
Jun 8 09:12:40 WARNING[11149]: channel.c:2621 ast_request: No channel type registered for ''
Jun 8 09:12:40 NOTICE[11149]: app_dial.c:1076 dial_exec_full: Unable to create channel of type '' (cause 66 - Channel not implemented)
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing Hangup("Local/8600051@default-372b,1", "") in new stack
== Spawn extension (default, 901133877665505, 3) exited non-zero on 'Local/8600051@default-372b,1'
-- Executing DeadAGI("Local/8600051@default-372b,1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----66-----CHANUNAVAIL----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-372b,2'
-- Executing DeadAGI("Local/8600051@default-372b,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0

this is the asterisk cli output, i'm using the latest version of vicidialnow

PostPosted: Mon Jun 08, 2009 8:49 am
by mcargile
In your dial string:

Code: Select all
Dial(${siptrunk}/${EXTEN:1},,To)


the dialplan variable ${siptrunk} does not have a value. Somewhere earlier in the file there should be a line similar to this:

siptrunk=SIP/SOMEPROVIDER

where SOMEPROVIDER matches and entry in sip.conf. Here is an example of what would be in sip.conf:

Code: Select all
[SOMEPROVIDER]
type=friend
context=trunkinbound
username=myuser
secret=strongpassword
host=ip.or.hostname.of.provider.com
insecure=very
disallow=all
allow=ulaw
dtmfmode=RFC2833
qualify=no