[Freeswitch-users] Maintaining call detail record

2008-12-14 Thread Faisal Maqsoodi
if (typeof YAHOO == undefined) { var YAHOO = {}; } YAHOO.Shortcuts = YAHOO.Shortcuts || {}; YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType = []; YAHOO.Shortcuts.doUlt = false; YAHOO.Shortcuts.location = us;

[Freeswitch-users] Maintaining call detail record

2008-12-13 Thread Faisal Maqsoodi
How can i interface fs with mysql in order to maintain calls record like caller id and time n date of call etc. I ve worked on xml cdr but it contains too much info, more than i need and in a format which is not easily understandable. I also tried perl coding mentioned on the link at the bottom

[Freeswitch-users] Maintaining call detail record

2008-12-13 Thread Faisal Maqsoodi
if (typeof YAHOO == undefined) { var YAHOO = {}; } YAHOO.Shortcuts = YAHOO.Shortcuts || {}; YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType = []; YAHOO.Shortcuts.doUlt = false; YAHOO.Shortcuts.location = us;

[Freeswitch-users] Playing a file again and again

2008-12-06 Thread Faisal Maqsoodi
Hi,     Is there any built-in function, like playback, which plays a file again and again unless interrupted. I want to use a simple function not FIFO.   Faisal ___

Re: [Freeswitch-users] Playing a file again and again

2008-12-06 Thread Faisal Maqsoodi
2008/12/6 Faisal Maqsoodi [EMAIL PROTECTED]: Hi, Is there any built-in function, like playback, which plays a file again and again unless interrupted. I want to use a simple function not FIFO. Faisal ___ Freeswitch-users mailing list

[Freeswitch-users] Handling directory of sound files

2008-12-05 Thread Faisal Maqsoodi
Hi,  Can i accomplish folder tasks with freeswitch? For instance, i need to play all sound files contained in a directory sequentially or randomly. Plz help me doing this.   Faisal

Re: [Freeswitch-users] Handling directory of sound files

2008-12-05 Thread Faisal Maqsoodi
? Thanks, MC On Fri, Dec 5, 2008 at 12:37 AM, Faisal Maqsoodi [EMAIL PROTECTED] wrote: Hi, Can i accomplish folder tasks with freeswitch? For instance, i need to play all sound files contained in a directory sequentially or randomly. Plz help me doing this. Faisal

[Freeswitch-users] Handling directory of sound files

2008-12-05 Thread Faisal Maqsoodi
Its not without music on hold completely. Say, e.g, moh is being played but when i press 1 it should start playing files contained in a specific directory sequentially or randomly. I havent got any solution to this problem yet. Can anyone plz guide me to some documentation or anything else

[Freeswitch-users] mod_spidermonkey() Session is not active!

2008-12-04 Thread Faisal Maqsoodi
Hi I m trying to use a Javascript application which uses  mod_pocketsphinx and mod_spidermonkey. Both r loaded but this error msg is displayed: 2008-12-04 16:31:09 [ERR] inline:1 mod_spidermonkey()  Session is not active! How can i remove this error?     Faisal

Re: [Freeswitch-users] How to specify Path for sound files

2008-12-01 Thread Faisal Maqsoodi
-users@lists.freeswitch.org Date: Monday, December 1, 2008, 9:54 PM On Tuesday 02 December 2008 18:30:53 Faisal Maqsoodi wrote: Yes its not working on my system. When i copy this in default.xml dialplan, it works but as a seperate extension in dialplan/extensions it does'nt. Faisal It's a little

Re: [Freeswitch-users] How to specify Path for sound files [DONE]

2008-12-01 Thread Faisal Maqsoodi
@lists.freeswitch.org Date: Monday, December 1, 2008, 11:03 PM On Tuesday 02 December 2008 19:44:21 Faisal Maqsoodi wrote: Actually i copied the following text in a new text file and saved it as test1.xml file in /conf/dialplan/extensions, where 9_enum.xml and 00_pizza_demo.xml exist, but it didnt

Re: [Freeswitch-users] Failed to create a udp socket on port 5060[DONE]

2008-11-30 Thread Faisal Maqsoodi
Its done. Twinkle is registered successfully with freeswitch at port 5061. I ve tried all basic features like calling on 5000,... calling between extensions 1000-1019 and so on. Its working. Thanx to all.     Regards,   Faisal --- On Sun, 11/30/08, Brian

[Freeswitch-users] How to specify Path for sound files

2008-11-30 Thread Faisal Maqsoodi
I tried to play a sound file using the dialplan given on the link http://wiki.freeswitch.org/wiki/Playing_recording_external_media#Play_wav action application=playback data=/path/to/your.wav/ In place of /path/to/your.wave I used /en/us/callie/misc/8000/call_secured.wav

[Freeswitch-users] Failed to create a udp socket on port 5060

2008-11-28 Thread Faisal Maqsoodi
I m trying to play some basics on FreeSwitch plus twinkle softphone. Following error msg is displayed on the softphone: Failed to create a udp socket on port 5060. Address already in use following on freeswitch window: X Error: BadWindow (invalid Window parameter) 3   Major opcode:  20   Minor

Re: [Freeswitch-users] Failed to create a udp socket on port 5060

2008-11-28 Thread Faisal Maqsoodi
, if its true then try to set different port number to use for softphone.. Faisal Maqsoodi wrote: I m trying to play some basics on FreeSwitch plus twinkle softphone. Following error msg is displayed on the softphone: Failed to create a udp socket on port 5060. Address already in use

[Freeswitch-users] I am a new user

2008-11-25 Thread Faisal Maqsoodi
I ve just installed freeswitch on my system. What should i try on it now to take a start? I ve gone through the theory of pbx and all that. faisal ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] c compiler cant create executables

2008-11-24 Thread Faisal Maqsoodi
PM Faisal Maqsoodi wrote: I tried sudo apt-get install termcap curses, sudo apt-get install libncurses curses and sudo apt-get install curses curses .. . give E: Couldn't find package and sudo apt-get install ncurses curses gives Package ncurses is not available, but is referred

Re: [Freeswitch-users] c compiler cant create executables

2008-11-24 Thread Faisal Maqsoodi
, Nov 24, 2008 at 2:49 AM, Faisal Maqsoodi [EMAIL PROTECTED] wrote: I also tried to configure as another user it displayed the same error msg configure: error: libtermcap, libcurses or libncurses are required! ___ Freeswitch-users mailing list

Re: [Freeswitch-users] c compiler cant create executables

2008-11-24 Thread Faisal Maqsoodi
linux ubuntu   faisal --- On Mon, 11/24/08, Chav Paskov [EMAIL PROTECTED] wrote: From: Chav Paskov [EMAIL PROTECTED] Subject: Re: [Freeswitch-users] c compiler cant create executables To: freeswitch-users@lists.freeswitch.org Date: Monday, November 24, 2008, 12:55 AM Faisal Maqsoodi wrote

Re: [Freeswitch-users] c compiler cant create executables[DONE]

2008-11-24 Thread Faisal Maqsoodi
at the documentation at: http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide since it has almost all the required steps, libraries and much more. The section about installing fs on debian should apply to ubuntu as well. Regards /tyn On Mon, Nov 24, 2008 at 2:49 AM, Faisal Maqsoodi

[Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
HELP While trying to install freeswitch on my system. The error msg displayed is configure: 3087: error: C compiler can not create executables What should i try.    faisal ___ Freeswitch-users mailing list

Re: [Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
, 10:36 PM On Mon, Nov 24, 2008 at 11:31 AM, Faisal Maqsoodi [EMAIL PROTECTED] wrote:  Actually i dont know much about using linux. After downloading files i got into the folder containing freeswitch-1.0.1 and typed ./configure and this msg was displayed.   fais Which user are you doing

Re: [Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
sudo apt-get install g++ did work but now when i type ./configure following error msg was displayed configure: error: libtermcap, libcurses or libncurses are required! --- On Sun, 11/23/08, Wasim Baig [EMAIL PROTECTED] wrote: From: Wasim Baig [EMAIL PROTECTED] Subject: Re: [Freeswitch-users] c

Re: [Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
compiler cant create executables To: freeswitch-users@lists.freeswitch.org Date: Sunday, November 23, 2008, 11:16 PM Faisal Maqsoodi wrote: sudo apt-get install g++ did work but now when i type ./configure following error msg was displayed configure: error: libtermcap, libcurses or libncurses

[Freeswitch-users] i need help regarding freeswitch

2008-11-18 Thread Faisal Maqsoodi
Dear all,    Hi     I ve just started reading on freeswitch. From where should i start? Basically, i am am a graduate electronic engineer. Can i be a successful developer of freeswitch? Its my first experience of any telephonic system. Faisal rehman, Pakistan

Re: [Freeswitch-users] i need help regarding freeswitch

2008-11-18 Thread Faisal Maqsoodi
On Wed, Nov 19, 2008 at 11:07 AM, Faisal Maqsoodi [EMAIL PROTECTED] wrote: Faisal: Welcome to the wonderful word of open source telephony.     I ve just started reading on freeswitch. From where should i start? http://wiki.freeswitch.org/wiki/Main_Page http://wiki.freeswitch.org/wiki