Hi,

i'm trying to periodically playback a sound to an existing conference
with ConfBridge on Asterisk 10.0.0-rc3

Previously with MeetMe I generated a callout file and had an matching
local dialplan entry.

But this does not work... The local channel gets joined to the
conference, is stuck there until kicked and no sound is played back.


CallerID: "TEST" <08154711>
Channel: Local/123@patience/n
Context: patience
Extension: s
MaxRetries: 0
Priority: 1
WaitTime: 5


[patience]
exten => s,1,Answer()
same  =>   n,Playback(please-be-patient)
same  =>   n,Hangup()

exten => _X.,1,ConfBridge(${EXTEN})
same  =>     n,Hangup()


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to