From jcherukuri_necc at yahoo.com Fri Jul 1 17:52:14 2016 From: jcherukuri_necc at yahoo.com (Jyotshna Cherukuri) Date: Fri, 1 Jul 2016 13:52:14 +0000 (UTC) Subject: [Freeswitch-dev] mod_erlang_event "Failed to link to process" in FreeSWTCHS v1.6 when trying to subscribe to events References: <1552327997.107772.1467381134987.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1552327997.107772.1467381134987.JavaMail.yahoo@mail.yahoo.com> Hi All,? I've been using mod_erlang_event module inbound mode with FS 1.2 and FS 1.4 to subscribe to events using?register_event_handler and when ?I've upgraded to v1.6 I notice the following error in the logs . 2016-07-01 13:36:47.617330 [WARNING] ei_helpers.c:85 Failed to link to process on test at hostname I notice this is happening due to "switch_socket_send" API in ei_helpers.c thats been introduced as part of IPV6 support to mod_erlang_event module to FreeSWITCH . When I revert it to use prior version's "write", I don't see the error creeping up . ?I am planning to file a jira tciket with all the details but wanted to quickly check if any one knows how to fix this issue in V1.6? Thanks in advanceRegardsJyotshna -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20160701/3315a632/attachment.html From chandraadhikari91 at gmail.com Tue Jul 12 08:46:48 2016 From: chandraadhikari91 at gmail.com (Chandra Adhikari) Date: Tue, 12 Jul 2016 10:16:48 +0530 Subject: [Freeswitch-dev] LegB pickup time Message-ID: Hi All, The following attachment file is a lua script for calculate the leg B pickup time and hangup time. But the issue, the duration is calculating from the outbound initiate time. How to get the leg B answered time from inside the lua script? I'm not using cdr logs. Warm regards Chandra Adhikari +91 8377939169 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20160712/17607954/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: demo.lua Type: text/x-lua Size: 9055 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20160712/17607954/attachment-0001.bin From mike at jerris.com Tue Jul 12 17:49:35 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 12 Jul 2016 09:49:35 -0400 Subject: [Freeswitch-dev] LegB pickup time In-Reply-To: References: Message-ID: All of this should already be in the b legs cdr, why would you need a lua script to calculate it? > On Jul 12, 2016, at 12:46 AM, Chandra Adhikari wrote: > > Hi All, > > The following attachment file is a lua script for calculate the leg B pickup time and hangup time. But the issue, the duration is calculating from the outbound initiate time. > > How to get the leg B answered time from inside the lua script? > > I'm not using cdr logs. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20160712/25515840/attachment.html From chandraadhikari91 at gmail.com Wed Jul 13 10:56:09 2016 From: chandraadhikari91 at gmail.com (Chandra Adhikari) Date: Wed, 13 Jul 2016 12:26:09 +0530 Subject: [Freeswitch-dev] multiple sql template in cdr_csv_conf.xml Message-ID: Hi All' can i set multiple sql template in cdr_csv_conf.xml??? like this: Warm regards Chandra Adhikari +91 8377939169 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20160713/cba20ef3/attachment.html From mike at jerris.com Wed Jul 27 02:37:04 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 26 Jul 2016 18:37:04 -0400 Subject: [Freeswitch-dev] multiple sql template in cdr_csv_conf.xml In-Reply-To: References: Message-ID: if you use the same name= attr, no, if you use different ones, yes On Wednesday, July 13, 2016, Chandra Adhikari wrote: > Hi All' > > can i set multiple sql template in cdr_csv_conf.xml??? > > like this: > > > > > > > > > > > > > > > > > > > > > > Warm regards > Chandra Adhikari > +91 8377939169 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20160726/3616b207/attachment.html