[Freeswitch-users] xml_cdr.conf.xml and ASPX call
Erkan Ünlü
erkan at speedingtrade.com
Mon Apr 19 09:36:05 PDT 2010
I think yes, because the freeswitch.xml have the following lines inside.
<section name="configuration" description="Various Configuration">
<X-PRE-PROCESS cmd="include" data="autoload_configs/*.xml" />
</section>
Maybe I must activate it on another place?
-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Sergey Okhapkin
Sent: Monday, April 19, 2010 7:26 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] xml_cdr.conf.xml and ASPX call
Did you load the module?
On Monday 19 April 2010, Erkan Ünlü wrote:
> Hi FS Guys,
>
>
>
> I installed FS on Windows and try to use the xml_cdr.conf.xml to post the
> calling information's to a website/script.
>
>
>
> I change my xml_cdr.conf.xml as give on the website
>
> http://wiki.freeswitch.org/wiki/Mod_xml_cdr
>
>
>
> <configuration name="xml_cdr.conf" description="XML CDR CURL logger">
> <settings>
> <param name="url" value="http://localhost/callreg.aspx"/>
> <param name="retries" value="2"/>
> <param name="delay" value="120"/>
> <param name="log-dir" value="C:\Freeswitch\log\cdr"/>
> <param name="err-log-dir" value=" C:\Freeswitch\log\errors"/>
> <param name="encode" value="True"/>
> </settings>
>
>
>
> I make a dummy aspx that write all given parameters to a file.
>
> But the aspx don't called.
>
>
>
> What I must do to get the information's into the
> http://localhost/callreg.aspx
>
>
>
> My dummy read the information's from the
> http://localhost/callreg.aspx?xxx=yyy and so on
>
> The dummy aspx read all parameters that given after the ?
>
> But no information's coming.
>
>
>
> Can anyone help me?
>
>
>
> Greetings
>
> Erkan
>
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list