[Freeswitch-users] How to delay setInputCallback() while playing audio?

Brian West brian at freeswitch.org
Tue Jun 27 19:12:36 UTC 2017


Show us how you're doing the playback,  If you're doing
session:execute('playback', 'blah.wav'); The input callback won't function
you have to use session:streamFile instead.

/b


On Tue, Jun 27, 2017 at 1:10 PM, Muhammad Naseer Bhatti <nbhatti at gmail.com>
wrote:

> I am running an IVR which collects DTMF input while the file is being
> played, written in Lua. I set InputCallback and then listen for DTMF
> events. If event found, take actions etc.
>
>     session:setInputCallback("eventHandler")
>     playbackMessage (playback_delay)
>
> Facing a strange issues with Verizon where they send a quick RTP Event
> write after starting the audio, which triggers the DTMF event and bad
> things happen in my script. This only happens within first 1 to 2 seconds
> of RTP. How can I have my InputCallback listen for events only after a few
> seconds while still playing the audio? or do I have to switch to
> playAndGetDigits() ?
>
>
> --
>
> Sent with Airmail
>
> _________________________________________________________________________
> 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
>



-- 

*Brian West*
brian at freeswitch.org

*Twitter: @FreeSWITCH , @briankwest*

http://www.freeswitchbook.com
http://www.freeswitchcookbook.com

Book a phone call (CST) <https://freeswitch.com/appointment>

Allison prompts for FreeSWITCH:

*https://www.gofundme.com/allison-prompts-for-freeswitch*
<https://www.gofundme.com/allison-prompts-for-freeswitch>

Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
/r/freeswitch <https://www.reddit.com/r/freeswitch>

*T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
*Skype:*briankwest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170627/07bcabea/attachment.html>


More information about the FreeSWITCH-users mailing list