Skip to content

Instantly share code, notes, and snippets.

@bertrand-lupart
Last active April 26, 2019 09:18
Show Gist options
  • Save bertrand-lupart/a275667f084f8c8430e27e7cf60ab871 to your computer and use it in GitHub Desktop.
Save bertrand-lupart/a275667f084f8c8430e27e7cf60ab871 to your computer and use it in GitHub Desktop.
Asterisk dialplan fragment for dynamic conference management with MeetMe() - KISS summum
; Dial 999 to dynamically create or join a conference :
; c – Announce user(s) count on joining a conference
; I – Announce user join/leave without review
; x – Leave the conference when the last marked user leaves
; s – Present menu (user or admin) when * is received (send to menu)
; M( class ) – Enable music on hold when the conference has a single caller
; Either :
; d – Dynamically add conference
; D – Dynamically add conference, prompting for a PIN
exten => 999,1,MeetMe(,cIxDsM) ; PIN-protected
;exten => 999,1,MeetMe(,cIxdsM) ; PIN-less
@bertrand-lupart
Copy link
Author

Since MeetMe() is now deprecated and no longer included in some distributions, you may consider using ConfBridge() instead :

https://gist.github.com/bertrand-lupart/95915d9941abba3d0d27d0ea2fbf4f33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment