Page 1 of 1

HELP ME PLEASE.............

PostPosted: Thu Dec 17, 2009 4:11 pm
by Buffon05
am a student and i have a project running with VICIDIALNOW
but i have a problem with the trunk, i can't do it.....
i work with xlite
i want to call a number to frensh from my country from the xlite...
but it does not work... :(
i was setup the following instructions :

Carrier ID: siptrunk
Carrier Name: siptrunk
Registration String:register => xxxx:xxxx@78.153.xxx.xxx:5060
Template ID :sip_generic
Account Entry:
[siptrunk]
type=friend
host=78.153.xxx.xxx the ip of the provider
context=default
username=xxxxx get from the provider
secret=xxxxxx get from the provider
disallow=all
allow=ulaw
allow=alaw
dtmfmode=rfc2833
fromuser=xxxxxx....it's the login that i had from the provider
fromdomain=78.153.xxx.xxx the ip of the provider
insecure=very


Protocol:sip
Globals String:TRUNK = SIP/siptrunk

Dialplan Entry:
exten => _90033XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _90033XXXXXXXXX,2,Dial(${TRUNK}/${EXTEN:1},55,tTo)
exten => _90033XXXXXXXXX,3,Hangup

Server IP:192.168.1.2

HEEEEEEEEEEEEELP PLEASE :(

PostPosted: Fri Dec 18, 2009 10:05 pm
by williamconley
1) read the manager's manual (required reading!) available from EFLO.net for free (although i HIGHLY recommend the paid version, it will save you hours of "fun").

2) read the stickies for any forum before posting on that forum (I'm not saying you didn't, it's just a rule we like to mention, it also is required)

3) post your entire setup, consisting (AT LEAST) of your installation method and version if applicable, your vicidial version and build (from the php pages in the administration logon), your asterisk version, any special hardware installed in the machine, your OS, and any OTHER software you may have installed on the system.

4) put this information in your "Signature" (takes about three clicks starting with "Profile", really not hard to do!) on a couple lines and it will ALWAYS be available when you ask questions without you having to enter the information again.

THEN post again and this time give us a little of the CLI output during your dial attempts and maybe we can find your glitch for you :)

PostPosted: Mon Dec 21, 2009 4:12 pm
by ykhan
Does your server register successfully with your provider (sip show registry)?

Can yuo dial through Xlite using dial string 90033XXXXXXXXX?