search for: someexten

Displaying 10 results from an estimated 10 matches for "someexten".

2004 Dec 28
3
Dialplan variables
Hi, May I ask what does exten => s,1,Answer exten => s,2,ResponseTimeout(5) exten => i,1,Playback(pbx-invalid) s, t, i stands for? It says it is someexten but I still don't get it. Regards, Norman Zhang
2005 Jun 04
1
How to quickly replace ',' with '|' in dialplans?
Finally I decided to rewrite my dialplans according to the right sintax, that is exten => someexten,priority,application(arg1,arg2,...) should be exten => someexten,priority,application,arg1|arg2... Isn't there anybody skilled enough in regular expressions that could write a quick Search 'n' Replace vi command, please? TIA, Alex ______________________________________________...
2005 Mar 10
2
Cisco and Asterisk
...ep of each ; extension, which can take one of two forms as listed below, ; with the first form being preferred. One may include another ; context in the current one as well, optionally with a ; date and time. Included contexts are included in the order ; they are listed. ; ;[context] ;exten => someexten,priority,application(arg1,arg2,...) ;exten => someexten,priority,application,arg1|arg2... ; ; Timing list for includes is ; ; <time range>|<days of week>|<days of month>|<months> ; ;include => daytime|9:00-17:00|mon-fri|*|* ; ; ignorepat can be used to instruct drive...
2004 Apr 07
2
error 488 - Not Acceptable Here
...ep of each ; extension, which can take one of two forms as listed below, ; with the first form being preferred. One may include another ; context in the current one as well, optionally with a ; date and time. Included contexts are included in the order ; they are listed. ; ;[context] ;exten => someexten,priority,application(arg1,arg2,...) ;exten => someexten,priority,application,arg1|arg2... ; ; Timing list for includes is ; ; <time range>|<days of week>|<days of month>|<months> ; ;include => daytime|9:00-17:00|mon-fri|*|* ; ; ignorepat can be used to instruct driv...
2004 Dec 29
0
Channel Zap/4-1 in prering state
...ep of each ; extension, which can take one of two forms as listed below, ; with the first form being preferred. One may include another ; context in the current one as well, optionally with a ; date and time. Included contexts are included in the order ; they are listed. ; ;[context] ;exten => someexten,priority,application(arg1,arg2,...) ;exten => someexten,priority,application,arg1|arg2... ; ; Timing list for includes is ; ; <time range>|<days of week>|<days of month>|<months> ; ;include => daytime|9:00-17:00|mon-fri|*|* ; ; ignorepat can be used to instruct drive...
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
...ep of each ; extension, which can take one of two forms as listed below, ; with the first form being preferred. One may include another ; context in the current one as well, optionally with a ; date and time. Included contexts are included in the order ; they are listed. ; ;[context] ;exten => someexten,priority,application(arg1,arg2,...) ;exten => someexten,priority,application,arg1|arg2... ; ; Timing list for includes is ; ; <time range>|<days of week>|<days of month>|<months> ; ;include => daytime|9:00-17:00|mon-fri|*|* ; ; ignorepat can be used to instruct driv...
2003 May 23
12
Unable to create channel of type 'Zap'
I've just installed an X100P, built the kernel module, and tried to use it to make an outgoing call (via a phone connected to an ATA-186). However, I just get a reorder tone and see this on the console: -- Executing Dial("SIP/ata1-4409", "Zap/1/5551212") in new stack NOTICE[1200825920]: File app_dial.c, Line 481 (dial_exec): Unable to create channel of type
2004 Jul 18
6
PSTN Gateway X101P
...ep of each ; extension, which can take one of two forms as listed below, ; with the first form being preferred. One may include another ; context in the current one as well, optionally with a ; date and time. Included contexts are included in the order ; they are listed. ; ;[context] ;exten => someexten,priority,application(arg1,arg2,...) ;exten => someexten,priority,application,arg1|arg2... ; ; Timing list for includes is ; ; <time range>|<days of week>|<days of month>|<months> ; ;include => daytime|9:00-17:00|mon-fri|*|* ; ; ignorepat can be used to instruct driv...
2005 Feb 16
0
Outbound calling timeout
...ake one of two forms as listed below, > ; with the first form being preferred. One may include another > ; context in the current one as well, optionally with a > ; date and time. Included contexts are included in the order > ; they are listed. > ; > ;[context] > ;exten => someexten,priority,application(arg1,arg2,...) > ;exten => someexten,priority,application,arg1|arg2... > ; > ; Timing list for includes is > ; > ; <time range>|<days of week>|<days of month>|<months> > ; > ;include => daytime|9:00-17:00|mon-fri|*|* > ; &...
2005 Jan 05
5
Asterisk with MySQL
You are reading the instructions for the STABLE 1.0 version of asterisk and are using the CVS version. Goto the wiki and read the instructions for RealTime. -Matthew ----- Original Message ----- From: "Muhammad Rizwan Khan" <rizwan@advcomm.net> To: <Asterisk-Dev@lists.digium.com> Sent: Wednesday, January 05, 2005 12:42 PM Subject: [Asterisk-Dev] Asterisk with MySQL >