Arpit Mehta
2007-Jul-08 05:33 UTC
[asterisk-users] Auto Fall Through when kicking users in MeetMe
Hi all, My scenario is such that I have three users connected to a conference. CLI> meetme list 1234 User #: 01 9176502096 <no name> Channel: Zap/23-1 (unmonitored)00:00:32 User #: 02 john john Channel: SIP/john-b7800468 (unmonitored) 00:00:28 User #: 03 6463875998 <no name> Channel: Zap/22-1 (unmonitored)00:00:19 3 users in that conference. When I run the command from CLI "meetme kick 1234 2" so that I can kick out the second user out of the conference CLI> meetme kick 1234 2 I get the following debug message and nothing happens == Auto fallthrough, channel 'SIP/john-b7800468' status is 'UNKNOWN' -- Executing [h at internal:1] MeetMe("SIP/john-b7800468", "1234|1Mq") in new stack After this my conference list changes to: CLI> meetme list 1234 User #: 01 9176502096 <no name> Channel: Zap/23-1 (unmonitored)00:00:58 User #: 03 6463875998 <no name> Channel: Zap/22-1 (unmonitored)00:00:45 User #: 04 john john Channel: SIP/john-b7800468 (unmonitored) 00:00:11 3 users in that conference. Now if I kick user 4 it works fine. Can anyone suggest any reasons why this is happening ? Also what does auto fall through mean ? Thanks Regards -- Arpit Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070707/036ef809/attachment.htm
Arpit Mehta
2007-Jul-16 07:07 UTC
[asterisk-users] Auto Fall Through when kicking users in MeetMe
Hi all, My scenario is such that I have three users connected to a conference. CLI> meetme list 1234 User #: 01 9176502096 <no name> Channel: Zap/23-1 (unmonitored)00:00:32 User #: 02 john john Channel: SIP/john-b7800468 (unmonitored) 00:00:28 User #: 03 6463875998 <no name> Channel: Zap/22-1 (unmonitored)00:00:19 3 users in that conference. When I run the command from CLI "meetme kick 1234 2" so that I can kick out the second user out of the conference CLI> meetme kick 1234 2 I get the following debug message and nothing happens == Auto fallthrough, channel 'SIP/john-b7800468' status is 'UNKNOWN' -- Executing [h at internal:1] MeetMe("SIP/john-b7800468", "1234|1Mq") in new stack After this my conference list changes to: CLI> meetme list 1234 User #: 01 9176502096 <no name> Channel: Zap/23-1 (unmonitored)00:00:58 User #: 03 6463875998 <no name> Channel: Zap/22-1 (unmonitored)00:00:45 User #: 04 john john Channel: SIP/john-b7800468 (unmonitored) 00:00:11 3 users in that conference. Now if I kick user 4 it works fine. Can anyone suggest any reasons why this is happening ? Also what does auto fall through mean ? Thanks Regards -- Arpit Mehta -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070716/48ee8f8b/attachment.htm
Jared Smith
2007-Jul-16 14:33 UTC
[asterisk-users] Auto Fall Through when kicking users in MeetMe
On Mon, 2007-07-16 at 00:07 -0700, Arpit Mehta wrote:> Also what does auto fall through mean ?Auto-fallthrough happens when Asterisk runs out of priority numbers for the current extension. For example, if my extension looks like: exten => 123,1,Playback(hello-world) exten => 123,2,Playback(asterisk-friend) Asterisk will hangup the call after priority 2, because this extension has no other priorities. -- Jared Smith Community Relations Manager Digium, Inc.