Re: [Freeswitch-users] Need Conference design help

2009-12-07 Thread lakshmanan ganapathy
Have a look at mod_conference http://wiki.freeswitch.org/wiki/Mod_conference On Sat, Dec 5, 2009 at 12:47 PM, shehzad p pmh...@gmail.com wrote: Hello Every one, I have to design conference, and I need community guidance to efficiently accomplish that. I need to create Conference which

Re: [Freeswitch-users] Callback to the user in ESL

2009-11-30 Thread lakshmanan ganapathy
, Nov 26, 2009 at 3:27 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: Hi, Any help or suggestion regarding my previous post. Especially I also noted that, if I don't receive any events, especially SERVER_DISCONNECTED, then the connection is in established state, but once I receive

Re: [Freeswitch-users] Callback to the user in ESL

2009-11-26 Thread lakshmanan ganapathy
is 192.168.1.222 Connected call 65b7f64a-d8c0-11de-8d50-596fac84e59e, from 1000 to 9097 Connection exists Connection exists Connection exists Connection exists Connection exists On Tue, Nov 24, 2009 at 5:57 PM, lakshmanan ganapathy lakindi...@gmail.comwrote: I've tried

Re: [Freeswitch-users] Callback to the user in ESL

2009-11-24 Thread lakshmanan ganapathy
1000, reject the call. I can't control that. If the user 1000, reject the call, I need to call the user after some time. Any way to do this!! On Mon, Nov 23, 2009 at 11:21 PM, Michael Collins m...@freeswitch.orgwrote: On Mon, Nov 23, 2009 at 3:25 AM, lakshmanan ganapathy lakindi...@gmail.com

Re: [Freeswitch-users] Callback to the user in ESL

2009-11-24 Thread lakshmanan ganapathy
of your script so you can send your originate command. Since the channel hanging up will close your existing connection since it's only an outbound single session socket. On Mon, Nov 23, 2009 at 11:51 AM, Michael Collins m...@freeswitch.orgwrote: On Mon, Nov 23, 2009 at 3:25 AM, lakshmanan

[Freeswitch-users] Callback to the user in ESL

2009-11-23 Thread lakshmanan ganapathy
Hi, I'm using perl ESL to control the call in freeswitch. I'm having the following scenario, but not able to get it right. Dialplan: extension name=outbound_soc condition field=destination_number expression=^9097$ action application=set data=continue_on_fail=true/

Re: [Freeswitch-users] Freeswitch core dumped, when setting callback to events

2009-11-10 Thread lakshmanan ganapathy
and start over. On Mon, Nov 9, 2009 at 5:53 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: Dear all, I did the below code, to callback a function when CHANNEL_EXECUTE_COMPLETE event comes. I executed the script for the 1st time and I got nothing. When I executed the script

Re: [Freeswitch-users] Freeswitch core dumped, when setting callback to events

2009-11-10 Thread lakshmanan ganapathy
What is meant by debug packages. Kindly specify where it is available. On Wed, Nov 11, 2009 at 10:09 AM, Brian West br...@freeswitch.org wrote: You need to install the debug packages so you the symbols because that backtrace is useless. /b On Nov 10, 2009, at 10:10 PM, lakshmanan ganapathy

Re: [Freeswitch-users] Flushing the Event buffer in Perl Event Socket

2009-11-10 Thread lakshmanan ganapathy
That doesn't seems to work for me. Here is my need. I'm using Async in the Event socket outbound. I'll register for events plain all I'll answer the call. I'll playback a message. I'll sleep for 5 seconds. After that, I'll receive the events. I don't need the events that are for answer and

[Freeswitch-users] Freeswitch core dumped, when setting callback to events

2009-11-09 Thread lakshmanan ganapathy
Dear all, I did the below code, to callback a function when CHANNEL_EXECUTE_COMPLETE event comes. I executed the script for the 1st time and I got nothing. When I executed the script for the 2nd time, it ended with Sedmentation fault with core dumped. I was unable to attach the core dump file

[Freeswitch-users] Events in mod_perl

2009-11-05 Thread lakshmanan ganapathy
Hi all, Is there any way to receive events while running a perl program with the help of mod_perl?? I've seen some functions related to sending and receiving events in the mod_perl wiki. But I don't know how to use that. Any help!!! ___

Re: [Freeswitch-users] Playing Background music as well as a file

2009-10-27 Thread lakshmanan ganapathy
I tried the uuid_displace by using the Event Socket Outbound. Not tried within dialplan, and I'm not sure whether that could be done in dialplan itself. On Tue, Oct 27, 2009 at 12:37 PM, Dome Charoenyost d...@tel.co.th wrote: 2009/10/27 lakshmanan ganapathy lakindi...@gmail.com: Hi all

[Freeswitch-users] Playing Background music as well as a file

2009-10-26 Thread lakshmanan ganapathy
Hi all, I've done experimenting with the uuid_displace and mux. What mux does is playing a file when the conversation is also happening. But I've a different requirement. I need to play a background music to a UUID, that will get played continuously and also I need to play some other voice

[Freeswitch-users] Digium TE220 wiki

2009-10-20 Thread lakshmanan ganapathy
Hi all, I've created a wiki page, which contains the example configuration for making Digium TE220 to work. I request you people to check this, and give feedbacks. http://wiki.freeswitch.org/wiki/Configuration_OpenZap-DigiumTE220-Example ___

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-13 Thread lakshmanan ganapathy
some clue. On Tue, Oct 13, 2009 at 9:16 PM, Michael S Collins m...@freeswitch.orgwrote: On Oct 13, 2009, at 6:45 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: We are using Reliance as the Carrier. I think, with this same Reliance carrier, in my office, they are able to make

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-13 Thread lakshmanan ganapathy
, peerstate Null On Tue, Oct 13, 2009 at 9:16 PM, Michael S Collins m...@freeswitch.orgwrote: On Oct 13, 2009, at 6:45 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: We are using Reliance as the Carrier. I think, with this same Reliance carrier, in my office, they are able to make

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-12 Thread lakshmanan ganapathy
On Sat, Oct 10, 2009 at 6:47 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: Hi, I've tried with the following dialplan(After making the changes that are recommended). But still I got INVALID_IE_CONTENTS error. Another thing is, if I use prispan configuration, I'm able to make

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-10 Thread lakshmanan ganapathy
, which says INVALID_IE_CONTENTS. I've been struck with this problem for the past 1 week. Any solution to this??? On Fri, Oct 9, 2009 at 6:06 PM, russell.mosem...@cune.org wrote: lakshmanan ganapathy lakindi...@gmail.com said: But still I'm facing problem with the outgoing call. It says

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-09 Thread lakshmanan ganapathy
at 5:41 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: Hi I tried with the following openzap.conf [span zt PRI_1] trunk_type = e1 b-channel = 1:1-15,17-31 d-channel = 1:16 This does not look like a healthy config to me. You are using span:channels notation in zaptel spans, zaptel

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-08 Thread lakshmanan ganapathy
: On Wed, Oct 7, 2009 at 3:34 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: Hi, Again I was struck in a problem, Here is the scenario. On incomming call, I just call an event outboud socket. But what happens is, for the first 15 call, it is working fine. But from the 16th call to 30th

[Freeswitch-users] openzap Failure opening channel error

2009-10-07 Thread lakshmanan ganapathy
Hi, Again I was struck in a problem, Here is the scenario. On incomming call, I just call an event outboud socket. But what happens is, for the first 15 call, it is working fine. But from the 16th call to 30th call, it says the below error. 2009-10-07 15:07:48.201846 [WARNING] ozmod_libpri.c:761

Re: [Freeswitch-users] openzap Failure opening channel error

2009-10-07 Thread lakshmanan ganapathy
31 TE2/0/1/31 Clear On Wed, Oct 7, 2009 at 5:29 PM, russell.mosem...@cune.org wrote: lakshmanan ganapathy lakindi...@gmail.com said: On incomming call, I just call an event outboud socket. But what happens is, for the first 15 call, it is working fine. But from the 16th call to 30th

[Freeswitch-users] Outgoing via openzap is not working

2009-10-06 Thread lakshmanan ganapathy
Hi I'm using freeswitch1.0.4. This post is moreover similar to my previous post. When I make an outgoing call, it is saying INVALID_IE_CONTENTS. Here are the details. openzap.conf.xml configuration name=openzap.conf description=OpenZAP Configuration settings param name=debug value=7/ /settings

[Freeswitch-users] oz dump Saying error

2009-10-05 Thread lakshmanan ganapathy
HI all, ___ 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.org

[Freeswitch-users] oz debug says error

2009-10-05 Thread lakshmanan ganapathy
Hi all, I've compiled the freeswitch with libpri support. But when I execute oz libpri debug 1 all, I got the following error. API CALL [oz(libpri debug 1 all )] output: src/ozmod/ozmod_libpri/ozmod_libpri.c: -ERR invalid span. Here is my openzap configurations. openzap.conf [span zt PRI_1]

Re: [Freeswitch-users] oz dump Saying error

2009-10-05 Thread lakshmanan ganapathy
Sorry my mail client has some problem. I've send another mail with my question. Kindly ignore this one. On Mon, Oct 5, 2009 at 12:43 PM, Diego Viola diego.vi...@gmail.com wrote: Hello? On Mon, Oct 5, 2009 at 7:07 AM, lakshmanan ganapathy lakindi...@gmail.com wrote: HI all

Re: [Freeswitch-users] oz debug says error

2009-10-05 Thread lakshmanan ganapathy
Openzap.conf.xml configuration name=openzap.conf description=OpenZAP Configuration settings param name=debug value=7/ /settings libpri_spans span name=PRI_1 param name=node value=cpe/ param

Re: [Freeswitch-users] Mod_perl $session in not hangup

2009-09-22 Thread lakshmanan ganapathy
Thanks for your replay. I don't know what is latest trunk. Is it latest version? I'm using freeswitch 1.0.4. On Tue, Sep 22, 2009 at 8:09 PM, Anthony Minessale anthony.miness...@gmail.com wrote: The reason is you cannot complete the hangup until the script exits. On the bright side, if you

Re: [Freeswitch-users] How to make a call back

2009-08-27 Thread lakshmanan ganapathy
No. In the dial plan I said, application=perl data=The perl script. I also checked $session-execute(bridge,user/1010). This is working fine. But originate is not working as I expected. On Thu, Aug 27, 2009 at 9:46 PM, Michael Collins m...@freeswitch.org wrote: On Wed, Aug 26, 2009 at 9:38 PM,

Re: [Freeswitch-users] Error while creating object

2009-08-11 Thread lakshmanan ganapathy
Thanks for your replay. I've tried that. But it says following error message. 2009-08-11 14:23:09 [ERR] mod_perl.c:69 Perl_safe_eval() [require '/usr/local/freeswitch/conf/test.pl';] Undefined subroutine freeswitch::DTMF called at /usr/local/freeswitch/conf/test.pl line 6.Compilation failed in

[Freeswitch-users] Error while creating object

2009-08-06 Thread lakshmanan ganapathy
Hi all, Greets. I am in the process of controlling the freeswitch with perl. I have read about mod_perl and I wrote some scripts to test which works fine. Yesterday I tried to access the digit_set function. So I create an object for the freeswitch::DTMF. But it reported the following error.