How to get out of a salon with confbridge?

Hello everyone. I’m a new member. I’ve been busting my head for a few days now. I can’t program in the dialplan how to exit a lounge (confbridge) and return to the general summary of the voice server. I would like your help. Thank you very much.

You need to make a menu for the conference and then set a digit to execute the exit:

[fancymenu]
type=menu
\*=playback_and_continue(conf-togglemute&press&digits/1&silence/1&conf-leave&press&digits/2&silence/1&add-a-caller&press&digits/3&silence/1&conf-decrease-talking&press&digits/4&silence/1&reset-talking&press&digits/5&silence/1&increase-talking&press&digits/6&silence/1&conf-decrease-listening&press&digits/7&silence/1&conf-reset-listening&press&digits/8&silence/1&conf-increase-listening&press&digits/9&silence/1&conf-exit-menu&press&digits/0)
\*1=toggle_mute
1=toggle_mute
\*2=leave_conference
2=leave_conference
\*3=dialplan_exec(addcallers,1,1)
3=dialplan_exec(addcallers,1,1)
\*4=decrease_listening_volume
4=decrease_listening_volume
\*5=reset_listening_volume
5=reset_listening_volume
\*6=increase_listening_volume
6=increase_listening_volume
\*7=decrease_talking_volume
7=decrease_talking_volume
\*8=reset_talking_volume
8=reset_talking_volume
\*9=increase_talking_volume
9=increase_talking_volume
\*0=no_op
0=no_op

ConfBridge Configuration - Asterisk Documentation

The backslashes should probably be removed (and corrected in upstream documentation – opened Documentation Issue #99 for it.)

But to OP’s question, @raphael were you able to resolve the issue, with something like ?

exten = s,n,ConfBridge(...)
exten = s,n,NoOp(something else after they press *2 to exit the conference)

Hi and no I couldn’t solve this problem. I’ve only been given a piece, so it’s a bit of a problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.