Re: [Asterisk-java-users] place a call using agi
Brought to you by:
srt
From: chetherston m. <mil...@gm...> - 2008-05-07 21:02:38
|
John, Thanks for you response, i need to do some operations when the Leg1 hangup in my tests i can do this when leg2 hangup (that seems the FastAGI do this for me) , how can i perform some operations after leg1 hangup ? Thanks On Wed, May 7, 2008 at 5:46 PM, John Wolthuis <joh...@gm...> wrote: > You need to use the exec method. > > channel.exec("Dial","SIP/5551212@foo") > > On Wed, May 7, 2008 at 1:05 PM, chetherston miles <mil...@gm...> > wrote: > > Hello, > > > > For sure i'm losing something, because i'm trying to place a call using > the > > agi, in phpagi i can do this just calling the Dial() command, how can a > do > > the same thing using asterisk-java > > > > Thanks, > > Miles > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save $100. > > Use priority code J8TL2D2. > > > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |