Re: [Freeswitch-users] Freeswitch Documentation

2009-12-12 Thread Robert Clayton
David, Thanks for your hard work. Maybe more organization will make the areas needing substance or explanation more obvious. Bob On Sat, Dec 12, 2009 at 10:28 PM, David V. Fansler wrote: > I am new to FreeSWITCH (ok a month old) and am still learning as hard as I > can. In the recent talk abo

[Freeswitch-users] Lua session:setInputCallback

2009-03-25 Thread Robert Clayton
All, When using Lua InputCallback while streaming audio and collecting an undetermined number of digits (finished by #) it seem that returning false, break or stop all close the InputCallback ability. I do not see the difference between the three? My question is in order to collect multiple digi

[Freeswitch-users] Recording Pause

2008-12-15 Thread Robert Clayton
All, I was thinking since there is no direct functionality for the person being recorded to pause the recording could this be done indirectly. For example if using the functionality to record only when voice is present could the audio stream be preprocessed to evaluate the dtmf where if a specifi

[Freeswitch-users] Pause and Reset During Recording

2008-10-09 Thread Robert Clayton
All, It was my understanding earlier that pausing during recording was not an option. According to the documentation "Javascript DTMF Callback Function" using Javascript allows four options while recording: true - keep recording false - stop pause restart Is it that pause or restart during reco

[Freeswitch-users] At the least

2008-09-18 Thread Robert Clayton
All, To overcome audio limitations at the least can one use a callback in Lua to pull and push raw audio? And if so could both the push and pull be done simultaneously per caller? Thanks, Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.fre

[Freeswitch-users] Hooking into the Audio Stream

2008-09-18 Thread Robert Clayton
All, Due to the limited audio abilities implemented thus far in FreeSwitch I am needing to handle the audio streams outside of FreeSwitch. So can I use Lua to pass the audio back and forth to an outside library as streamRecord and FilePlay do not provide the functionality needed? And if so what F

[Freeswitch-users] Lua Version

2008-09-17 Thread Robert Clayton
All, Is Lua in FreeSwitch derived from 4.0, 5.0, 5.1, etc. I am hoping to implement LuaCOM and it differs with versions. Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitc

[Freeswitch-users] Adding LuaCom

2008-09-17 Thread Robert Clayton
All, What would be the process for adding LuaCOM (a windows COM library used by Lua) to the FreeSwitch build? Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSU

[Freeswitch-users] Voice Overlay

2008-09-12 Thread Robert Clayton
All, Can a voice file be played to a user (streamFile) while that user is recording (recordFile)? As well can two simultaneous files (streamFile) be played? Thanks, Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists

[Freeswitch-users] recordFile

2008-09-12 Thread Robert Clayton
All, Can recordFile be paused? Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.

[Freeswitch-users] Re-Recording

2008-09-10 Thread Robert Clayton
All, I understand how to use the inputcallback to seek to a new position during playback. But how can I mix playback and recording. For example: But how would I playback a recording (say 8 seconds) allow a user to pause (say 6 seconds) then cease playing and allow the user to begin recording from

[Freeswitch-users] Recording and Playing Audio

2008-09-10 Thread Robert Clayton
All, What command denotes the end of audio recording with recordFile so that the recorded file can be played back to the user by streamFile? Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/

[Freeswitch-users] Seeking in recordFIle

2008-09-10 Thread Robert Clayton
All, Where streamFile allows you to seek forward and backward by samples. Is there anyway to seek backward and play a file to a user allowing the user to pause and continue recording (I assume with recordFile) a file at an intermediate point (not insert). Bob _

[Freeswitch-users] Bridging

2008-08-28 Thread Robert Clayton
All, I am attempting to allow a single line (1005) to be called which simultaneously allows multiple threads (lines 1006 and 1007) to apply simultaneous IVR. I would thing such grouping is common. Using the below it appears that line 1005 will not bridge to 1006 and 1007 since they are in the di

[Freeswitch-users] FreeSwitch on openSUSE 11.0

2008-08-22 Thread Robert Clayton
All, Is there any documentation on the steps for installing FreeSwitch on openSUSE 11.0. I tried to install from the Buils Service on a new OS installation but it fails. Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http:/

[Freeswitch-users] Understanding Freeswitch

2008-08-14 Thread Robert Clayton
In trying to learn the functionality of FreeSwitch does anyone have any suggestions for a hypothetical: To allow multiple users to call a single number and simultaneously and interactively leave recordings. I assume the line needs to bridge to other extensions which act as an ivr/recording connect

[Freeswitch-users] Dialplan Bridge

2008-08-14 Thread Robert Clayton
Is it possible to bridge to other extensions in the dial plan such as below where extension 100 would ring 9000, 9001 and 9002.