Displaying 6 results from an estimated 6 matches for "othercontext".
2005 May 19
1
GOTO statement in Realtime-Extensions not working like expected
Hi .. When I use the GoTo statement in realtime to goto a priority only
... E.g. Goto(3) then there's no problem
But, If I try to jump to another context ... E.g.
Goto(othercontext,${EXTEN},3) then it doesn't work
If I process the same statement in extensions.conf things go well
Are there things broken regarding GoTo in combination with Realtime
Extensions ?
2003 Nov 20
2
Scope of the "h" extension..
I have the following setup..
[extensions]
; all extensions defined here.
exten => 1234,....
exten => 1235,....
[dial-out]
; PSTN dialout config
ignorepat = 9
exten => _9,....
exten => h,....
[local]
; phone context in sip.conf is here..
include => extensions
include => dialout
The question is where will the "h" extension be active?? it appears to
run for ALL,
2004 Oct 07
2
recent 's' and 'n' priorities and lables
Hi all,
With the recent 's' and 'n' priorities, as well as the advantage of
labels, dialplan management has become *much* simpler IMHO.
However, I have one suggestion for possible improvement. In any of the
Goto[If|IfTime] statements, the ability to do 's' + a number or label +
a number would be _nice_.
Example extensions.conf:
exten => 1,1,NoOp(Start)
exten
2007 Feb 10
9
Mini-ITX board + FXO PCI card?
Hello
Before I order a Travla C156 case
(http://206.14.132.88/products/Travla/c156/C156.html), a Via mini-ITX
motherboard (either the fanless ME6000
http://idotpc.com/TheStore/pc/viewPrd.asp?idcategory=50&idproduct=4 or the
fan-equipped M10000
http://idotpc.com/TheStore/pc/viewPrd.asp?idcategory=50&idproduct=163 ) ,
and a PCI FXO card from Digium or OpenVox... has someone already
2005 Aug 27
2
Problems with registration
...gt; IAX2/user:password@bigserver/local
;
; An "lswitch" is like a switch but is literal, in that
; variable substitution is not performed at load time
; but is passed to the switch directly (presumably to
; be substituted in the switch routine itself)
;
; lswitch => Loopback/12${EXTEN}@othercontext
;
; An "eswitch" is like a switch but the evaluation of
; variable substitution is performed at runtime before
; being passed to the switch routine.
;
; eswitch => IAX2/context@${CURSERVER}
[macro-stdexten];
;
; Standard extension macro:
; ${ARG1} - Extension (we could have used ${...
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
>