Playback a file in active MeetMe Conference

Hi There -

I think I’m pretty close but no cigar :slight_smile:

Heres my context:
[playfile_context]
exten => 2000,1,MeetMe(8000,secretcode)
exten => 2000,n,SayDigits(1234567890)
exten => 2000,n,Hangup

Heres my AMI code:

Action: Originate
Channel: Local/2000@playfile_context
Priority: 1

2000 is a dummy extension to originate from
8000 is the conference extension

When I execute the code - it’s creating a feedback loop and not playing the file:

Heres the CLI Log:

– Executing [2000@beep_context:1] MeetMe(“Local/2000@playfile_context-0000000c;2”, “8000,2711”) in new stack
– Executing [2000@beep_context:1] MeetMe(“Local/2000@playfile_context-0000000c;1”, “8000,2711”) in new stack

So it looks like its executing twice

Heres the conference room status when they are in to confirm:

meetme list 8000
User #: 01 1000 abc abcd (test l Channel: SIP/1000-00000028 (unmonitored) 00:17:39
User #: 02 Channel: Local/2000@playfile_context-0000000c;1 (unmonitored) 00:01:19
User #: 03 Channel: Local/2000@playfile_context-0000000c;2 (unmonitored) 00:01:19
3 users in that conference.

Additionally - it doesnt say the digits until they’ve been kicked off

Sorted Thanks

If you found a fix, please respond back with it, so the next person having this issue can follow your lead.