
Set up basic conferencing support. Right now I have reserved 6000-6999 as conference rooms (not that we actually need that many, but whatever). Change-Id: I9acddf4ffedc7f499740184778b8bd67e5b38a4f
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
; extensions.conf customizations for pbx.openstack.org
|
|
|
|
[public]
|
|
|
|
exten => s,1,Goto(spam,1)
|
|
|
|
; Default setup for a Conference bridge.
|
|
; Conferences are 6000 - 6999
|
|
exten => _6XXX,1,Answer()
|
|
same => n,ConfBridge(${EXTEN},,,sample_user_menu)
|
|
|
|
exten => spam,1,Answer()
|
|
same => n,Playback(spam)
|
|
|
|
exten => _X.,1,Goto(spam,1)
|