Thread: [Asterisk-java-users] retrieve meetme room number
Brought to you by:
srt
From: Gopal k. <sa...@gm...> - 2008-04-07 07:08:53
|
Hi, I am trying to get the meetme room number thru manager api or live api. I have tried the example in the asterisk java site. Is there anything i need to do with asterisk server? , becuase i am not able to get the conference room number since i have logged in a meetme. -- Thank you with regards, Gopal, |
From: Darko D. <dar...@ce...> - 2008-04-07 08:31:10
|
Hello, I did not find any other way but to issue "show channels" command and then to parse result in order to find channel of the particular user. Once it is found you can issue "show channel" command as to get channel details - meet me extension will be displayed at the 'extension' property. It will be the best to try it first from the CLI ... I hope it helped :) Regards, darko On Mon, 2008-04-07 at 12:38 +0530, Gopal krishnan wrote: > Hi, > > I am trying to get the meetme room number thru manager api or live > api. I have tried the example in the asterisk java site. Is there > anything i need to do with asterisk server? , becuase i am not able to > get the conference room number since i have logged in a meetme. > > -- > Thank you with regards, > Gopal, > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > 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 |
From: Gopal k. <gop...@pe...> - 2008-04-07 08:54:31
|
Hi Darko, I found the command getMeetmeRoom() or getMeetmeRoom number() whith this we cant able to capture the meetme rooms? On 4/7/08, Darko Drazic <dar...@ce...> wrote: > > Hello, > I did not find any other way but to issue "show channels" command and > then to parse result in order to find channel of the particular user. > Once it is found you can issue "show channel" command as to get channel > details - meet me extension will be displayed at the 'extension' > property. It will be the best to try it first from the CLI ... > > I hope it helped :) > > Regards, > > darko > > > > On Mon, 2008-04-07 at 12:38 +0530, Gopal krishnan wrote: > > Hi, > > > > I am trying to get the meetme room number thru manager api or live > > api. I have tried the example in the asterisk java site. Is there > > anything i need to do with asterisk server? , becuase i am not able to > > get the conference room number since i have logged in a meetme. > > > > -- > > Thank you with regards, > > Gopal, > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > Monday, April 7! Use priority code J8TLD2. > > > 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 > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > > 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 > -- Thank you with regards, Gopal, |
From: Darko D. <dar...@ce...> - 2008-04-07 11:11:27
|
Hi, you can use those methods, of course .. I understood that you have a problem to get meetme room number from the active channel ... On Mon, 2008-04-07 at 14:24 +0530, Gopal krishnan wrote: > Hi Darko, > > I found the command getMeetmeRoom() or getMeetmeRoom number() whith > this we cant able to capture the meetme rooms? > > > On 4/7/08, Darko Drazic <dar...@ce...> wrote: > Hello, > I did not find any other way but to issue "show channels" > command and > then to parse result in order to find channel of the > particular user. > Once it is found you can issue "show channel" command as to > get channel > details - meet me extension will be displayed at the > 'extension' > property. It will be the best to try it first from the CLI ... > > I hope it helped :) > > Regards, > > darko > > > > On Mon, 2008-04-07 at 12:38 +0530, Gopal krishnan wrote: > > Hi, > > > > I am trying to get the meetme room number thru manager > api or live > > api. I have tried the example in the asterisk java site. Is > there > > anything i need to do with asterisk server? , becuase i am > not able to > > get the conference room number since i have logged in a > meetme. > > > > -- > > Thank you with regards, > > Gopal, > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) > Conference > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > Monday, April 7! Use priority code J8TLD2. > > > 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 > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > 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 > > > > -- > Thank you with regards, > Gopal, > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > 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 |
From: T. L. P. T. <tom...@gm...> - 2008-04-07 18:37:08
|
Hello Gopal: Can you please send us the output of your application? This would be really helpful (along with the Asterisk and Asterisk-Java versions that you are using) to debug your problem and try to find a solution. Thank you. Best regards, Tomás. On Mon, Apr 7, 2008 at 8:11 AM, Darko Drazic <dar...@ce...> wrote: > Hi, > you can use those methods, of course .. I understood that you have a > problem to get meetme room number from the active channel ... > > > On Mon, 2008-04-07 at 14:24 +0530, Gopal krishnan wrote: > > Hi Darko, > > > > I found the command getMeetmeRoom() or getMeetmeRoom number() whith > > this we cant able to capture the meetme rooms? > > > > > > On 4/7/08, Darko Drazic <dar...@ce...> wrote: > > Hello, > > I did not find any other way but to issue "show channels" > > command and > > then to parse result in order to find channel of the > > particular user. > > Once it is found you can issue "show channel" command as to > > get channel > > details - meet me extension will be displayed at the > > 'extension' > > property. It will be the best to try it first from the CLI ... > > > > I hope it helped :) > > > > Regards, > > > > darko > > > > > > > > On Mon, 2008-04-07 at 12:38 +0530, Gopal krishnan wrote: > > > Hi, > > > > > > I am trying to get the meetme room number thru manager > > api or live > > > api. I have tried the example in the asterisk java site. Is > > there > > > anything i need to do with asterisk server? , becuase i am > > not able to > > > get the conference room number since i have logged in a > > meetme. > > > > > > -- > > > Thank you with regards, > > > Gopal, > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by the 2008 JavaOne(SM) > > Conference > > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > > Monday, April 7! Use priority code J8TLD2. > > > > > > 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 > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > Monday, April 7! Use priority code J8TLD2. > > > 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 > > > > > > > > -- > > Thank you with regards, > > Gopal, > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Register now and save $200. Hurry, offer ends at 11:59 p.m., > > Monday, April 7! Use priority code J8TLD2. > > > 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 > Register now and save $200. Hurry, offer ends at 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > > 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 > |