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

2008-08-21 Thread Michael Collins
8:45 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Ending recordFile with a touchtone in Python This doesn't exactly work the same in the languages If you recall anthony said use the setInputCallback to stop it. Not this. ;) That was my fault for mi

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

2008-08-21 Thread Brian West
This doesn't exactly work the same in the languages If you recall anthony said use the setInputCallback to stop it. Not this. ;) That was my fault for misleading you on this one. On Aug 21, 2008, at 10:38 AM, Michael Collins wrote: I don’t know the Python syntax for setting a chan var

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

2008-08-21 Thread Michael Collins
ct: Re: [Freeswitch-users] Ending recordFile with a touchtone in Python 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 i

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

2008-08-21 Thread Michael Jerris
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 th

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

2008-08-20 Thread Marc Orenberg
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. F

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

2008-08-20 Thread Marc Orenberg
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