Displaying 5 results from an estimated 5 matches for "new_context".
2006 Mar 23
6
How to create [new_context] in extensions.conf?
It _appears_ that the only way to create valid [context] is by a
context = line in sip.conf.
Is there another way to create a [new_context] in extensions.conf so I
can dial from it?
Right now most of my extens are in [default] and I'd like to avoid that.
Larry
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Slackware Linux
2008 Jan 15
3
Interrupt the swift text
...ay the audio.
When iam in the middle of the audio if i press 1 before it completes the entire text, the control should go to 'exten => 1,1,Playback(thanks)'. But in macro the 'Background' doesnt seem to work. It works fine outside macro context.
When i use the Asterisk cmd GoTo(new_context,extn,priority) inside macro, I get a message 'channel jumping out of macro "outbound-connect"' waits for a minute and hungs up, the control doesnt go to new_context.
Does anyone have any ideas i can work it out. How can i have the Asterisk cmd Background inside macro? or how to e...
2007 Jun 26
1
realtime_extensions
Hi
now, I am using, realtime connection(mysql) for
dialplan,
but the following line must be added ,manualy to
extensions.conf, before reloading.for each new
context.
[NEW_CONTEXT]
switch => Realtime/@extensions
is there any idea, to add this line to dbase too?
thanks in advance
Best
MAni
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tool...
2004 Apr 06
0
queston for res_radius users
...s.c:1047: parse error before `char'
res_radius.c:1058: `buf' undeclared (first use in this function)
res_radius.c:1058: (Each undeclared identifier is reported only once
res_radius.c:1058: for each function it appears in.)
res_radius.c:1287: parse error before `char'
res_radius.c:1288: `new_context' undeclared (first use in this function)
res_radius.c:1290: parse error before `char'
res_radius.c:1293: `tmpchan' undeclared (first use in this function)
make: *** [res_radius.o] Error 1
Regards,
Anthony
2003 Jun 17
11
New Module app_perl
...d commands so far.......
setvar:<name>:<value>
goto:<ext>|<line>
add_ext:<context>:<replace>:<extension>:<priority>:<application>:<data>:<callerid>
runapp:<app>:<data>
include:<new_context>:<existing_context>
ignorepat:<context>:<name>
switch:<context>:<app>:<data>
There are also some special commands: (1 for now)
thread:<function>
This will spin off a thread with the perl sub you specify runnin...