Merge "Support sip:conference@pbx.openstack.org"

This commit is contained in:
Jenkins 2013-07-25 16:26:00 +00:00 committed by Gerrit Code Review
commit 2ab81fe2af

View File

@ -30,3 +30,6 @@ exten => 7726,1,Answer()
; All other extensions go to s,1
exten => _X.,1,Goto(s,1)
; Let someone call in to sip:conference@pbx.openstack.org
exten => conference,1,Goto(s,1)