[Freeswitch-users] Ending recordFile with a touchtone in Python

Michael Jerris mike at jerris.com
Thu Aug 21 08:08:39 PDT 2008


The proper prototype is file_name time_limit silence_threshold  
silence_hits

recordFile(char *file_name, int time_limit = 0, int silence_threshold  
= 0, int silence_hits = 0);


On Aug 21, 2008, at 1:19 AM, Marc Orenberg wrote:

> I sent this email this morning but it didn't seem to make it  
> through, so I'm sending it again. My appologies if it eventually  
> becomes a duplicate:
>
> Hello. In the modLua documentation (pasted below),  it suggests in  
> the comment that recordings using recordFile may be ended by  
> pressing the # key. For Python, the documentation for the API points  
> to modLua, but the touch-tone barge-in doesn't seem to be working  
> for me. And I can't figure out a simple way to accomplish this. Any  
> advice?
> session:recordFile
>
> syntax is session:recordFile(file_name, max_len, silence_threshold,  
> silence_secs)
>
> Example:
>
> session:recordFile("/tmp/blah.wav", 30000, 10, 10);  -- pressing #  
> ends the recording
> session:streamFile("/tmp/blah.wav");
> _______________________________________________
> 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/20080821/69dc2465/attachment-0002.html 


More information about the FreeSWITCH-users mailing list