Re: [Asterisk-java-users] Improper MeetMeUserEvent Channel Id
Brought to you by:
srt
From: Michael Y. <mic...@i9...> - 2007-04-04 20:51:27
|
I forgot to mention that this does not happen every time only about 30-40% of the time. Also I believe that the improper id is grabbed from a previous channel that has already been hung up but has the same channel name as the one placed in the meet me room. Michael Yara wrote: > I am having a problem with one of the meet me join events that I am > getting from asterisk java live when i redirect a channel and its linked > channel to a meet me conference room. > > These are the events that I am getting from asterisk java live: > > New Channel:--------------- > Name: AsyncGoto/SIP/4222-0978c1c0 > ID: 1175712744.1870 > > (AsyncGoto/SIP/4222-0978c1c0 gets renamed to SIP/4222-0978c1c0 and the > original SIP/4222-0978c1c0 gets renamed to a zombie and hangs up) > > New MeetMeUser:--------------- > Room: 42248109 > Channel: SIP/4222-0978c1c0 > ChannelId: 1175712732.1865 > UserNumber: 2 > RoomNumber: 42248109 > > > And these are the events that I am getting if I connect directly to the > manager: > > Event: Newchannel > Privilege: call,all > Channel: AsyncGoto/SIP/4222-0978c1c0 > State: Up > CallerID: <unknown> > CallerIDName: <unknown> > Uniqueid: 1175712744.1870 > > Event: MeetmeJoin > Privilege: call,all > Channel: SIP/4222-0978c1c0 > Uniqueid: 1175712744.1870 > Meetme: 42248109 > Usernum: 2 > > notice that the channel id of the asterisk-java MeetMeUser event is not > the same as the id that is given by the manager > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |