search for: asteriskchannel

Displaying 3 results from an estimated 3 matches for "asteriskchannel".

2007 Feb 13
1
How can I use "Asterisk Manager API" to hold and retrive an active call?
These are common functions. Why "Asterisk Manager" doesn't provide commands to hold and retrive an active channel? If it must be implemented by AGI, could anyone give a direction or steps? Thanks in advance, James -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 16
0
How can I use 'Asterisk Manager API' to hold and retrive an active call?
...the Manager API provides all thing to do that. >Maybe you are just using the wrong library on top of the Manager API ;) >Asterisk-Java as an example lets you retrieve active channels, iterate >over them, hangup, redirect, ... whatever. >Example to hangup all active channels: >for (AsteriskChannel channel : server.getChannels()) >{ >channel.hangup(); >} >http://asterisk-java.org >I am sure other libraries provide similar abstraction. >=Stefan >-- >reuter network consulting >Neusser Str. 110 >50760 Koeln >Germany >Telefon: +49 221 1305699-0 >Telefax...
2006 Oct 13
3
OriginateEvent reason codes.
Hi. I'm making calls via the Manager OriginateAction. My action is set to be async and therefore I receive originiate events. Within the originate event that I receive there is a reason code. In the event of failure I need to dermine why the call failed (no pickup, rejected, no such number, circuit busy, ect) and inform the user with a meaningful message. I assume that one is suppose to