Re: [Freeswitch-users] Freeswitch Documentation

2009-12-14 Thread Nagalenoj H.
Great job. You would hear lots of thanks, if you could hear the entire world.! Thanks. Regards, Nagalenoj H. On Mon, Dec 14, 2009 at 6:57 AM, David V. Fansler wrote: > Final Count was just over 900 files. At the moment I am putting them in > a logical order – as best I can tell w

Re: [Freeswitch-users] UUID of the newly originated call?

2009-10-23 Thread Nagalenoj
It is working fine in the current version(15203) of SVN. Thanks. Anthony Minessale-2 wrote: > > please update to svn trunk with "make current" and try again. > > > On Thu, Oct 22, 2009 at 4:08 AM, Nagalenoj wrote: > >> >> I'm using 'FreeS

Re: [Freeswitch-users] UUID of the newly originated call?

2009-10-22 Thread Nagalenoj
I'm using 'FreeSWITCH Version 1.0.trunk (15106)'. Anthony Minessale-2 wrote: > > which revision of FS are you using? > > On Wed, Oct 21, 2009 at 1:06 AM, Nagalenoj H. wrote: > >> I've tried with origination_uuid. >> >> First, I tried wi

Re: [Freeswitch-users] UUID of the newly originated call?

2009-10-20 Thread Nagalenoj H.
.org/10780 My script is here, http://pastebin.freeswitch.org/10781 What is this error for and how to avoid this? Is there any other way to get the uuid of the originated call except explicitly defining(origination_uuid).?! -- Regards, Nagalenoj H. ___

[Freeswitch-users] Bridge in event socket - async mode

2009-10-14 Thread Nagalenoj H.
Going to bridge\n"; $con->execute("bridge","user/$dtmf_digit"); } else { $dtmf_digit.=$digit; } } -- Regards, Nagalenoj H. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswi

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Nagalenoj
Is it possible to play a stereo file ?!!! whats the conclusion.?! Brian West-3 wrote: > > Please open a jira please this did work but a recent change in > switch_core_codec caused this to appear I usually test this regularly > but haven't run thru a full run of tests lately. > /b > > On Oc

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-09 Thread Nagalenoj
No, When I do voicemail_inject it is reporting the following error. 'Stereo is currently not supported, please downsample to mono.' Any other way to do this.?? Michael Jerris wrote: > > http://wiki.freeswitch.org/wiki/Mod_voicemail#voicemail_inject > > On Oct 5, 2009,

[Freeswitch-users] UUID of the newly originated call?

2009-10-05 Thread Nagalenoj
Dear friends, I am trying with ESL outbound socket. I'm trying to make a call when I receive ANSWER event. Now, I would want to do something like, * Receive the events only for this uuid - I have done by registering all events and filtering only for this uuid($uuid). * If it is CHAN

[Freeswitch-users] Re corded file as voicemail.

2009-10-05 Thread Nagalenoj
Is it possible to treat a recorded voice as voice mail? Assume that, I've recorded a conversation and I want this recorded file to be treated like voicemail. So, I could check it like voicemail!! -- View this message in context: http://www.nabble.com/Recorded-file-as-voicemail.-tp25751158p2575

[Freeswitch-users] Listening to a connected call [barge in]

2009-10-01 Thread Nagalenoj
o the live conversation between 2000 & A. How should I do.? I've tried this with async mode and by listening to the events. But I couldn't do it. Help me to do this.. Regards, Nagalenoj -- View this message in context: http://www.nabble.com/Listening-to-a-connected-call--barge-in--

Re: [Freeswitch-users] Mod_perl or ESL

2009-09-22 Thread Nagalenoj
I need to handle some hundreds of call. So, which one can I opt? Nagalenoj wrote: > > Dear friends, > I want to know which is the better way to do route calls and control > calls. I've did a experiment which can be done in both ways, Mod_perl and > ESL. I don't kn

[Freeswitch-users] Mod_perl or ESL

2009-09-19 Thread Nagalenoj
Dear friends, I want to know which is the better way to do route calls and control calls. I've did a experiment which can be done in both ways, Mod_perl and ESL. I don't know which one is better to take. When I see some earlier posts, It is given like Mod_perl has some limitations and I do

Re: [Freeswitch-users] ESL: DTMF event is not coming

2009-09-08 Thread Nagalenoj
Yes.!! I missed "async" keyword in dialplan in freeswitch-1.0.4. Thanks.. Anthony Minessale-2 wrote: > > did you specify the "async" keyword to the socket app in your dialplan? > > On Mon, Sep 7, 2009 at 2:47 AM, Nagalenoj wrote: > >> >> Dear

[Freeswitch-users] ESL: DTMF event is not coming

2009-09-07 Thread Nagalenoj
Dear friends, I am using freeswitch-1.0.4. When I execute the sample script(/libs/esl/perl/server2.pl), it is not receiving the DTMF events. When I execute the same program in freeswitch-1.0.3, it's receiving the event. Do I miss something to configure/upgrade.? -- View this message in context

Re: [Freeswitch-users] How can it be done with freeswitch?

2009-08-28 Thread Nagalenoj
Thanks for your help. Is it the only possible way.? Else, will it be done with the functions listed in the below url, http://wiki.freeswitch.org/wiki/Mod_perl_functions_and_classes I was trying to do with these classes and functions. mercutioviz wrote: > > Nagalenoj, > > This i

[Freeswitch-users] How can it be done with freeswitch?

2009-08-28 Thread Nagalenoj
Dear friends, I am using freeswitch for the last one month and trying to write perl scripts to do some tasks. I am trying a new thing, which is something that I don't how to do it and I don't whether it can be done with freeswitch. my requirement is as follows, A calls B[This e