Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-10 Thread Myles Wakeham
Steve wrote: Patterns and wildcards are your friend. Maybe something like: [example] exten = _!,1, verbose(1,[${CONTEXT}:${EXTEN}]) exten = _!,2, answer() exten = 1,3,goto(sales,s,1) exten = 2,3,

Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-09 Thread meetmecall
If you add option 6 to the menu for the first position and use the read command for the 2 last position and use a second line that looks something like: exten 6,n,Dial(SIP,6${ENTERED_NUMBER},20,t) it should work. The {ENTERED_NUMBER} should be the variable filled with the read command.

Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-09 Thread Jarrod Lash
Have you tried... exten = 6XX,1,Dial(SIP,${EXTEN},20,t) -- Jarrod Lash, jar...@fed-com.com Federated Communications, LLC. www.fed-com.com Office: +1-412-357-2127 Mobile: +1-412-999-0049 Fax: +1-412-545-8368 On Wed, Dec 9, 2009 at 12:53 PM, Myles Wakeham my...@techsol.org wrote: I am

Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-09 Thread Steve Edwards
On Wed, 9 Dec 2009, Myles Wakeham wrote: I have an ACD menu that gives the caller the options as follows: - Press 1 for sales - Press 2 for support - Press 3 for customer service - Press 8 for a 'Dial by Name' list or enter the extension number at anytime to directly dial that extension.

Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-09 Thread Alec Davis
-users] Need help/suggestions for DialPlan On Wed, 9 Dec 2009, Myles Wakeham wrote: I have an ACD menu that gives the caller the options as follows: - Press 1 for sales - Press 2 for support - Press 3 for customer service - Press 8 for a 'Dial by Name' list or enter the extension number

Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-09 Thread Alec Davis
-users] Need help/suggestions for DialPlan On Wed, 9 Dec 2009, Myles Wakeham wrote: I have an ACD menu that gives the caller the options as follows: - Press 1 for sales - Press 2 for support - Press 3 for customer service - Press 8 for a 'Dial by Name' list or enter the extension number

Re: [asterisk-users] Need help/suggestions for DialPlan

2009-12-09 Thread Alec Davis
-users] Need help/suggestions for DialPlan On Wed, 9 Dec 2009, Myles Wakeham wrote: I have an ACD menu that gives the caller the options as follows: - Press 1 for sales - Press 2 for support - Press 3 for customer service - Press 8 for a 'Dial by Name' list or enter the extension number