Re: [asterisk-users] Any way of "flattening out" 2 channels back into one?

2018-07-29 Thread Richard Mudgett
On Sat, Jul 28, 2018 at 4:08 PM, Jonathan H wrote: > Last question for today, I promise! > > The problem: In order to disconnect calls after x minutes, I need to do > this: > > [setup] > exten => setup,1,Answer() > same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes) > same => n,Set(LIMIT_WARNING_FI

Re: [asterisk-users] Any way of "flattening out" 2 channels back into one?

2018-07-28 Thread Jonathan H
Oh... I looked at that before, but I don't see how to play a warning before the caller is disconnected with TIMEOUT? On Sat, 28 Jul 2018 at 23:05, Social Boh wrote: > > TIMEOUT function: > > example > > same => n,Set(TIMEOUT(absolute)=600) > > after 600 seconds Asterisk Hankup the call > > Regards

Re: [asterisk-users] Any way of "flattening out" 2 channels back into one?

2018-07-28 Thread Social Boh
TIMEOUT function: example same => n,Set(TIMEOUT(absolute)=600) after 600 seconds Asterisk Hankup the call Regards --- I'm SoCIaL, MayBe On 7/28/18 16:08, Jonathan H wrote: Last question for today, I promise! The problem: In order to disconnect calls after x minutes, I need to do this: [se

[asterisk-users] Any way of "flattening out" 2 channels back into one?

2018-07-28 Thread Jonathan H
Last question for today, I promise! The problem: In order to disconnect calls after x minutes, I need to do this: [setup] exten => setup,1,Answer() same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes) same => n,Set(LIMIT_WARNING_FILE=/var/lib/asterisk/sounds/en_GB_TNS/time_limit_reached) same =