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
|