Displaying 4 results from an estimated 4 matches for "redirectact".
Did you mean:
redirectict
2006 Feb 27
1
Problems dialing to another Asterisk server
...onse.getResponse().equals("Success"))
{
setVarAction.setVariable("STRING3");
setVarAction.setValue("SIP/6020");
originateResponse = managerConnection.sendAction(setVarAction, 30000);
if(originateResponse.getResponse().equals("Success"))
{
RedirectAction redirectAction = new RedirectAction();
redirectAction.setChannel(sChannel);
redirectAction.setContext("mariaSIP");
redirectAction.setExten("444");
redirectAction.setPriority (new
Integer(1));
originateResponse = managerConne...
2005 Sep 11
2
Using RedirectAction with queues
Hello!
Is it legal to use RedirectAction to redirect a call that is waiting in
a queue?
The idea is to have an external application manage a queue via manager
API. The queue
would merely collect calls and play moh.
I've tryed this already but asterisk sends SIP/Forbidden to the channel
in queue,
after the channel has been r...
2011 Jan 10
3
How to check a number online or offline
Hi all,
Now i want to check a number (channel) online, offline or unreachable on
asterisk but i don`t know to do. Can anyone help me to solve this issue.
Thanks and best regard!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110109/c193b48d/attachment.html>
2006 Apr 06
3
Apache as proxy for webrick
...ProxyPassReverse /appname http://server.com:3000
ProxyPreserveHost On
</IfModule>
</code>
If you go to http://server.com/appname everything seem to work fine,
however when the app needs to redirect it strips the appname out of the
path. e.g. http://server.com/redirectcontroller/redirectaction
Apache gets all confused because it can''t find the file and returns a
404 error.
Does anyone know how to stop the /appname from being removed from the
URL?
Thanks
Tom
--
Posted via http://www.ruby-forum.com/.