config extensions.conf

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

config extensions.conf

Postby jhdoan » Fri Feb 20, 2009 3:12 am

i'm having trouble initially configuring my extensions.conf file.
where do i add all those additional things astguiclient needs to talk with asterisk that scratch install talks about?

so far i have this

[globals]

[general]

[default]
exten => s,1,Verbose(1|Unrouted call handler)
exten => s,n,Answer()
exten => s,n,Wait(1)
exten => s,n,Playback(tt-weasels)
exten => s,n,Hangup()

[incoming_calls]
exten => _X.,1.NoOp()
exten => _X.,n,Dial(SIP/1000)

[outgoing_calls]
exten => _X.,1,NoOp()
exten => _X.,n,Dial(SIP/my_service_provider/${EXTEN})

[internal]
exten => 1000,1,Verbose(1|Extension 1000)
exten => 1000,n,Dial(SIP/1000,30)
exten => 1000,n,Hangup()
exten => 500,1,Verbose(1|Echo test application)
exten => 500,n,Echo()
exten => 500,n,Hangup()

[phones]
include => internal
include => outgoing_calls
jhdoan
 
Posts: 34
Joined: Fri Dec 12, 2008 2:48 pm

Postby williamconley » Sat Feb 21, 2009 12:03 am

you want to use the extensions.conf that comes with vicidial. do not try to "create your own" until you have some experience.

it took matt quite some time to build this dial plan. every user who has "altered" the dial plan or tried to use their own (even experienced Asterisk Gurus) have slammed into a wall when they do anything other than just Use the Standard.

Each item in there has a reason to be there (a single missing "o" will cause you hours of grief, there is seriously a LOT of work in there). So ... use the standard one, get your system going, and experiment with your own custom version Later. (or spend the same number of hours on your own that Matt and everyone else has spent as a group, hundreds of hours total, trying to re-invent this wheel)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby mcargile » Mon Feb 23, 2009 2:47 pm

I would agree. Install the dialplan that comes with Vicidial and then alter it to meet your needs. If you add any contexts or macros just remember EVERY context and macro needs to have the 'h' extension in it. This is very important or your Vicidial can potentially get confused.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 275 guests

cron