Displaying 2 results from an estimated 2 matches for "stackpop".
Did you mean:
stackpos
2010 Feb 24
1
Macros, GoSub & StackPop
...thought I might convert the Macro to a GoSub routine, but the
documentation doesn't mention what happens if you GoTo out. It does however
mention that the return address gets pushed onto the stack, so I'm a little
concerned about the state of the stack if I simply GoTo out. Should I call
StackPop first?
Thanks!
Hugh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100223/9dc3d5f2/attachment.htm
2008 Feb 12
3
LCR in Asterisk
Hi all,
I am planning to implement LCR routing on my already running asterisk
server. Uptill now i have found out that asterisk has no support for lcr, i
have to do something about it myself, for example using the AGI. Im looking
for ideas here. Whats the best way to start implementing lcr in asterisk.
Should i use agi and start implementing my own lcr script or is there any
plugin available which