Displaying 4 results from an estimated 4 matches for "next_context".
2016 Mar 10
3
Dialplan question: Variables in GoTo() ?
...tion searching the archives
sometime in future will find the answer I get.
Can you use variables in the target of a GoTo() statement?
What I am specifically thinking of is this;
[from_some_source]
exten => s,1,AGI(look_up_stuff.agi,${CALLERID(num)},${EXTEN})
; this AGI script sets variables: next_context, next_ext, next_step
exten => s,n,GoTo(${next_context},${next_ext},${next_step})
Will this work? Does Asterisk evaluate expressions like this, or does it
expect literals?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1li...
2010 Apr 08
3
long return times from System() calls with 1.6.2.6?
.../to/message/)
exten => s,n,System(test -e ${MESSAGE_PATH}${EXTEN})
exten => s,n,Verbose(System call result was ${SYSTEMSTATUS})
exten => s,n,ExecIf($[${SYSTEMSTATUS} = SUCCESS]?Playback(${OVERFLOW_GENERIC}))
exten => s,n,ExecIf($[${SYSTEMSTATUS} = SUCCESS]?HangUp())
exten => s,n,Goto(Next_context,s,1)
That runs lightning-fast on every system, but not on this one. There
is a huge pause, like two seconds, waiting for the System() call to
return. Dead air is not cool when setting up messaging on a phone
system.
Ideas?
2011 Apr 11
0
[LLVMdev] RFC: GSoC Project
This reminds me of Kenneth's "context" proposal from some time back:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-April/030787.html
I haven't compared the two too closely, but I thought I should throw
it out there as food for thought.
Reid
On Mon, Apr 11, 2011 at 3:26 PM, Talin <viridia at gmail.com> wrote:
> On Mon, Apr 11, 2011 at 7:34 AM, Justin Holewinski
>
2011 Apr 11
2
[LLVMdev] RFC: GSoC Project
On Mon, Apr 11, 2011 at 7:34 AM, Justin Holewinski <
justin.holewinski at gmail.com> wrote:
> On Mon, Apr 11, 2011 at 9:07 AM, Sanjoy Das <
> sanjoy at playingwithpointers.com> wrote:
>
>> Hi!
>>
>> Thanks for the feedback. For context, my implementation plan is here:
>> http://pastebin.com/e9JMZNCE
>>
>> First, about unwinding:
>>