-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3009/
-----------------------------------------------------------

(Updated Dec. 9, 2013, 11:29 a.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 403526


Repository: Asterisk


Description
-------

This introduces a channel variable called CONFBRIDGE_RESULT that can be read 
after an invocation of ConfBridge in order to determine why the channel left. 
The possible values are:

* ERROR: The channel never joined the confbridge either due to bad input to the 
ConfBridge, an invalid PIN, or some internal error such as a memory allocation 
failure.
* HANGUP: The channel left the confbridge due to a soft or hard hangup.
* DTMF: The channel left due to the participant pressing a DTMF sequence to 
leave the ConfBridge.
* KICKED: The channel was removed from the conference either by an admin, or 
some outside command to kick the user from the conference.
* ENDMARKED: The channel was removed from the conference because it had the 
"endmarked" option enabled and the final marked user left the conference.

If there are ideas for other useful values, please let me know.


Diffs
-----

  /trunk/apps/confbridge/conf_state_multi_marked.c 402883 
  /trunk/apps/app_confbridge.c 402883 
  /trunk/CHANGES 402883 

Diff: https://reviewboard.asterisk.org/r/3009/diff/


Testing
-------

See review 3015


Thanks,

Mark Michelson

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to