Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] xml_cdr setup and use questions.


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
Tim.Meade at millicorp...
Guest





PostPosted: Thu Feb 19, 2009 8:57 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

Greetings all.

I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it.

My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do.

Here is my current configuration.


<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
<settings>
<param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/>
<param name="log-dir" value=""/>
</settings>
</configuration>

The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well.

Thanks in advance.

Tim
Back to top
krice at suspicious.org
Guest





PostPosted: Thu Feb 19, 2009 9:01 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

A-Leg and B-leg? From: Tim Meade <Tim.Meade@millicorp.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Thu, 19 Feb 2009 07:23:49 -0500 To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org> Subject: [Freeswitch-users] xml_cdr setup and use questions. Greetings all. I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it. My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do. Here is my current configuration. <configuration name="xml_cdr.conf" description="XML CDR CURL logger"> <settings> <param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/> <param name="log-dir" value=""/> </settings> </configuration> The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well. Thanks in advance. Tim _______________________________________________ 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
Back to top
Tim.Meade at millicorp...
Guest





PostPosted: Thu Feb 19, 2009 9:15 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

Not real certain on that.

If I setup for it to drop a log file, it only drops a single file, but it seems to be calling the http twice. I've got the web page setup to send an email with the form vars and I'm getting two of them. One just <variables> one with that and several other sections.

Thanks ...

From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Ken Rice
Sent: Thursday, February 19, 2009 8:49 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.



A-Leg and B-leg?



From: Tim Meade <Tim.Meade@millicorp.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 19 Feb 2009 07:23:49 -0500
To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org>
Subject: [Freeswitch-users] xml_cdr setup and use questions.



Greetings all.

I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it.

My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do.

Here is my current configuration.


<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
<settings>
<param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/>
<param name="log-dir" value=""/>
</settings>
</configuration>

The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well.

Thanks in advance.

Tim

_______________________________________________
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
Back to top
krice at suspicious.org
Guest





PostPosted: Thu Feb 19, 2009 9:23 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

Tim, Try this param and see if it helps in you xml_cdr.conf file <param name="log-b-leg" value="false"/> From: Tim Meade <Tim.Meade@millicorp.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Thu, 19 Feb 2009 09:01:29 -0500 To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org> Subject: Re: [Freeswitch-users] xml_cdr setup and use questions. Not real certain on that. If I setup for it to drop a log file, it only drops a single file, but it seems to be calling the http twice. I've got the web page setup to send an email with the form vars and I'm getting two of them. One just <variables> one with that and several other sections. Thanks ... From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] ([email]freeswitch-users-bounces@lists.freeswitch.org][/email]) On Behalf Of Ken Rice Sent: Thursday, February 19, 2009 8:49 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] xml_cdr setup and use questions. A-Leg and B-leg? From: Tim Meade <Tim.Meade@millicorp.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Thu, 19 Feb 2009 07:23:49 -0500 To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org> Subject: [Freeswitch-users] xml_cdr setup and use questions. Greetings all. I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it. My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do. Here is my current configuration. <configuration name="xml_cdr.conf" description="XML CDR CURL logger"> <settings> <param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/> <param name="log-dir" value=""/> </settings> </configuration> The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well. Thanks in advance. Tim _______________________________________________ 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 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
Back to top
Tim.Meade at millicorp...
Guest





PostPosted: Thu Feb 19, 2009 9:31 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

That seemed to do it....

Noob question: reloadXML didn't reload the change. I still got the two emails. So to be sure, I shutdown and restarted. Now I'm only getting the one email.

Shouldn't the reloadXML reload that module also? Or do I have to reload the modules directly as they are "outside" fs?

Tim

From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Ken Rice
Sent: Thursday, February 19, 2009 9:11 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.



Tim,

Try this param and see if it helps in you xml_cdr.conf file

<param name="log-b-leg" value="false"/>




From: Tim Meade <Tim.Meade@millicorp.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 19 Feb 2009 09:01:29 -0500
To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org>
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.

Not real certain on that.

If I setup for it to drop a log file, it only drops a single file, but it seems to be calling the http twice. I've got the web page setup to send an email with the form vars and I'm getting two of them. One just <variables> one with that and several other sections.

Thanks ...


From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] ([email]freeswitch-users-bounces@lists.freeswitch.org][/email]) On Behalf Of Ken Rice
Sent: Thursday, February 19, 2009 8:49 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.

A-Leg and B-leg?

From: Tim Meade <Tim.Meade@millicorp.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 19 Feb 2009 07:23:49 -0500
To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org>
Subject: [Freeswitch-users] xml_cdr setup and use questions.



Greetings all.

I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it.

My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do.

Here is my current configuration.


<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
<settings>
<param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/>
<param name="log-dir" value=""/>
</settings>
</configuration>

The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well.

Thanks in advance.

Tim


_______________________________________________
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 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
Back to top
krice at freeswitch.org
Guest





PostPosted: Thu Feb 19, 2009 9:36 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

You reloadxml just reparses the config it does not automattically tell specific modules to reload their configuration From: Tim Meade <Tim.Meade@millicorp.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Thu, 19 Feb 2009 09:23:02 -0500 To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org> Subject: Re: [Freeswitch-users] xml_cdr setup and use questions. That seemed to do it.... Noob question: reloadXML didn't reload the change. I still got the two emails. So to be sure, I shutdown and restarted. Now I'm only getting the one email. Shouldn't the reloadXML reload that module also? Or do I have to reload the modules directly as they are "outside" fs? Tim From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] ([email]freeswitch-users-bounces@lists.freeswitch.org][/email]) On Behalf Of Ken Rice Sent: Thursday, February 19, 2009 9:11 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] xml_cdr setup and use questions. Tim, Try this param and see if it helps in you xml_cdr.conf file <param name="log-b-leg" value="false"/> From: Tim Meade <Tim.Meade@millicorp.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Thu, 19 Feb 2009 09:01:29 -0500 To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org> Subject: Re: [Freeswitch-users] xml_cdr setup and use questions. Not real certain on that. If I setup for it to drop a log file, it only drops a single file, but it seems to be calling the http twice. I've got the web page setup to send an email with the form vars and I'm getting two of them. One just <variables> one with that and several other sections. Thanks ... From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] ([email]freeswitch-users-bounces@lists.freeswitch.org][/email]) On Behalf Of Ken Rice Sent: Thursday, February 19, 2009 8:49 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] xml_cdr setup and use questions. A-Leg and B-leg? From: Tim Meade <Tim.Meade@millicorp.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Thu, 19 Feb 2009 07:23:49 -0500 To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org> Subject: [Freeswitch-users] xml_cdr setup and use questions. Greetings all. I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it. My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do. Here is my current configuration. <configuration name="xml_cdr.conf" description="XML CDR CURL logger"> <settings> <param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/> <param name="log-dir" value=""/> </settings> </configuration> The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well. Thanks in advance. Tim _______________________________________________ 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 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 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
Back to top
Tim.Meade at millicorp...
Guest





PostPosted: Thu Feb 19, 2009 10:12 am    Post subject: [Freeswitch-users] xml_cdr setup and use questions. Reply with quote

Thanks Ken.

From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Ken Rice
Sent: Thursday, February 19, 2009 9:28 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.



You reloadxml just reparses the config it does not automattically tell specific modules to reload their configuration



From: Tim Meade <Tim.Meade@millicorp.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 19 Feb 2009 09:23:02 -0500
To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org>
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.

That seemed to do it....

Noob question: reloadXML didn't reload the change. I still got the two emails. So to be sure, I shutdown and restarted. Now I'm only getting the one email.

Shouldn't the reloadXML reload that module also? Or do I have to reload the modules directly as they are "outside" fs?

Tim


From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] ([email]freeswitch-users-bounces@lists.freeswitch.org][/email]) On Behalf Of Ken Rice
Sent: Thursday, February 19, 2009 9:11 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.

Tim,

Try this param and see if it helps in you xml_cdr.conf file

<param name="log-b-leg" value="false"/>

From: Tim Meade <Tim.Meade@millicorp.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 19 Feb 2009 09:01:29 -0500
To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org>
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.

Not real certain on that.

If I setup for it to drop a log file, it only drops a single file, but it seems to be calling the http twice. I've got the web page setup to send an email with the form vars and I'm getting two of them. One just <variables> one with that and several other sections.

Thanks ...


From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] ([email]freeswitch-users-bounces@lists.freeswitch.org][/email]) On Behalf Of Ken Rice
Sent: Thursday, February 19, 2009 8:49 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr setup and use questions.

A-Leg and B-leg?


From: Tim Meade <Tim.Meade@millicorp.com>
Reply-To: <freeswitch-users@lists.freeswitch.org>
Date: Thu, 19 Feb 2009 07:23:49 -0500
To: "freeswitch-users@lists.freeswitch.org" <freeswitch-users@lists.freeswitch.org>
Subject: [Freeswitch-users] xml_cdr setup and use questions.



Greetings all.

I'm fairly new to freeswitch, but I've been watching here for a while. We've finally decided to take the plunge and try to integrate this into our working environments, so I've spent the last couple days playing around with it.

My immediate question has to do with xml_cdr. I want to have it contact our web system so that I can put away the specifics of each call. This should be perfect for what I need to do.

Here is my current configuration.


<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
<settings>
<param name="url" value="http://192.168.3.24/fs/freeswitch.cfc?mehtod=cdrProcess"/>
<param name="log-dir" value=""/>
</settings>
</configuration>

The call to the web server is being executed twice. Any ideas why? One has more fields than the other. Both have what seems to be identical <variables>, but one has several other sections as well.

Thanks in advance.

Tim


_______________________________________________
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 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 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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services