Keep conference alive after hangup

Status
Not open for further replies.

Silshadz

New Member
Feb 8, 2022
5
0
1
44
Hi,

I am using page.lua to play a wave file in in a couple of sip speakers. I would like to know if it's possible to allow the conference generated by the page.lua to keep alive after i hangup the phone i'm using to call the extension and start the dial plan. The goal would be to call the extension and hangup the phone right away with the wav file playing in the speakers. Right now, as soon as i hangup, the wav file stops playing in the speakers.

Thanks.
 

markjcrane

Active Member
Staff member
Jul 22, 2018
499
177
43
49
Look at the dialplan for for page you should see a setting for hangup. Disable it and then it should work.

Disable this setting in the dialplan.
set api_hangup_hook=conference page-${destination_number} kick all
 

Silshadz

New Member
Feb 8, 2022
5
0
1
44
Look at the dialplan for for page you should see a setting for hangup. Disable it and then it should work.

Disable this setting in the dialplan.
set api_hangup_hook=conference page-${destination_number} kick all
I tried already unfortunatly.
 
Status
Not open for further replies.