Page 1 of 1

auto dialing is not working

PostPosted: Thu Jul 29, 2010 3:51 am
by j_naeem
hi dear,
i need your help for auto dialing. i install vicidialnow-ce-1.3 with there default setting on pantium PIV machine HDD 160 Ram 1GB
my carrier setting is bellow

register => xxxxxxx:xxxxx@174.137.63.202:5060
[voipms]
canreinvite=no
context=mycontext
host=toronto.voip.ms
secret=xxxxx
type=friend
username=xxxxx
disallow=all
allow=ulaw
allow=g729 Uncomment if you support G729
fromuser=xxxxxx
trustrpid=yes
sendrpid=yes
insecure=port,invite
nat=yes Uncomment this if your box is behind a NAT

dial plan is
exten => _00.,1,Dial(SIP/${EXTEN}@voipms)
exten => _00.,n,Hangup()

this dial plan give my service provider i am able to dial (but the problem is i dial everywhere i need to dial only some countries)
second thing is auto dialing is not working (system says this is not a valid extension)
Regard
J Naeem

PostPosted: Thu Jul 29, 2010 5:46 pm
by williamconley
when you post, please post your entire configuration including (but not limited to) your installation method, vicidial version and build, asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box.

Similar to This:
Vicibox X.X from .iso | Vicidial X.X.X Build XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)
______

The dial plan you are using must be modifed to work with vicidial. In fact, you should scrap it an just use one from the samples provided. Look in your "Sample" carriers under "admin->carriers" and read the manual.

The dial plan itself should be IDENTICAL to one in a sample, but the "global variable" would have voipms in it instead of some other trunk. (Global variable is USED in the dial plan, but it's not part of it ... so the dial plan will not change.)

also your "context=" line must change to "context=trunkinbound" to receive incoming calls.