[Freeswitch-users] Ringback, MOH or file playback while executing dial plan instructions
Emrah
lists at kavun.ch
Fri Jan 15 09:53:23 MSK 2016
Thank you to all for your valuable inputs.
See? At first it looks super trivial! And I think it should be.
Begin troll mode
With Asterisk, using MusicOnHold or Ringing does exactly that.
End troll mode
I will not give up. I don’t want to result to external programming for something like this, although using a little lua script sounds appealing.
If I get it working like I want I’ll post something here.
Ciao!
> On Jan 15, 2016, at 2:54 AM, Stanislav Sinyagin <ssinyagin at gmail.com> wrote:
>
> Ringback is played back only when FreeSWITCH starts an outbound channel - during the bridge command, for example. What Enrah wants, is to play the early media while the dialplan execution goes on, but before the call is bridged.
>
> I tried the following sequence, but it didn't work either: the next command after sleep() was never executed, because the originator timed out after 20 seconds, and the audio file was played during these 20 seconds:
>
> <extension name="test1">
> <condition field="destination_number" expression="^test1$">
> <action application="pre_answer"/>
> <action application="ring_ready"/>
> <action application="set" data="api_result=${bgapi(uuid_broadcast ${uuid} /opt/sound/ITU-T_P_50_BRITISH_ENGLISH.wav)}"/>
> <action application="sleep" data="10000"/>
> <action application="set" data="api_result=${uuid_break(${uuid} all)}"/>
> <action application="answer"/>
> <action application="playback" data="ivr/ivr-welcome.wav"/>
> <action application="sleep" data="1000"/>
> <action application="hangup"/>
> </condition>
> </extension>
>
>
> so, it looks like it needs an external application talking over ESL.
>
>
>
>
>
>
>
>
> On Thu, Jan 14, 2016 at 4:26 PM, Michael Jerris <mike at jerris.com <mailto:mike at jerris.com>> wrote:
> use whatever sound file you want as your ringback?
>
> > On Jan 14, 2016, at 6:42 AM, Emrah <lists at kavun.ch <mailto:lists at kavun.ch>> wrote:
> >
> > Hi all,
> > Is there no way to force a 183 in a session and play a ringback or MOH while executing other dial plan instructions?
> > Basically, I’ve gone around trying instant_rinback=true, ring_ready, gentones, etc… No luck.
> > If I bridge my channel to loopback/wait, sure enough it works.
> > What I need to do is play a ringback or some MOH while I carry on executing my dial plan instructions. The 183 is a nice to have but I don’t mind if the channel is answered.
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.cluecon.com/>
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160115/30e0360d/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list