[asterisk-bugs] [Asterisk 0016636]: MeetMe option 'x' is broken
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 18 14:08:20 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16636
======================================================================
Reported By: yold
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16636
Category: Applications/app_meetme
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.28
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-01-18 13:01 CST
Last Modified: 2010-01-18 14:08 CST
======================================================================
Summary: MeetMe option 'x' is broken
Description:
Asterisk 1.4.28
Dialplan example:
exten => 99,1,MeetMe(123,x)
exten => 99,n,NoOp(test)
SIP/10 has dialed 99 and is talking in meetme 123
If I "meetme 123 kick 2" where 2 is SIP/10, NoOp(test) is executed
If all the marked user exit meetme 123, NoOp(test) is not executed before
SIP/10 Hangup
======================================================================
----------------------------------------------------------------------
(0116846) yold (reporter) - 2010-01-18 14:08
https://issues.asterisk.org/view.php?id=16636#c116846
----------------------------------------------------------------------
;Create and Join as marked user conference n°123
exten => 98,1,MeetMe(123,Ad)
;Join existing 123 conference, exit when all marked users leaves
exten => 99,1,MeetMe(123,pqx)
exten => 99,n,NoOp(test)
For reproducing issue:
SIP/10 is calling 98
SIP/20 is calling 99
SIP/10 Hangup
=> SIP/20 don't execute NoOp and directly Hangup
Issue History
Date Modified Username Field Change
======================================================================
2010-01-18 14:08 yold Note Added: 0116846
======================================================================
More information about the asterisk-bugs
mailing list