[Freeswitch-users] curl_xml
Daniel Neubert
daniel.neubert at solomo.de
Sun May 23 17:40:28 PDT 2010
Hi Erwin,
Your XML does not look valid/complete - please refer to
http://wiki.freeswitch.org/wiki/Xml_curl#Authorization for an example
response.
My XML looks like this (stripped down to minimal requirements):
<document type="freeswitch/xml">
<section name="directory" description="User Profile">
<domain name="{domain}">
<user id="USERNAME">
<params>
<param name="password" value="PASSWORD"/>
</params>
<variables>
<variable name="sip-force-contact" value="NDLB-connectile-dysfunction"/>
</variables>
</user>
</domain>
</section>
</document>
Regards,
Daniel
On 24.05.2010 00:27, Erwin Davis wrote:
> Hi, Brian,
>
> I carefully follow up the template from the link you provided, but my
> x-lit client still received 403 forbidden response. What should I
> look at next?
> Below is the xml response from my web server. Thanks,
>
> <document type="freeswitch/xml">
> <section name="directory" description="User Directory">
> <domain name="192.168.1.31">
> <groups>
> <group name="default">
> <users>
> <user id="1018">
> <params>
> <param name="password" value="1018"/>
> </params>
> </user>
> </users>
> </group>
> </groups>
> </domain>
> </section>
> </document>
>
>
> e
> On Wed, May 19, 2010 at 7:42 AM, Brian West <brian at freeswitch.org
> <mailto:brian at freeswitch.org>> wrote:
>
> Yes that is wrong you're missing some stuff please read:
> http://wiki.freeswitch.org/wiki/Xml_curl#Response
>
> /b
>
> On May 19, 2010, at 9:40 AM, Erwin Davis wrote:
>
>> the xml log file is in http://pastebin.freeswitch.org/13006
>> <http://pastebin.freeswitch.org/13007>
>>
>> The webserver sent back the response as below,
>>
>> 1.
>> <domain name="192.168.1.31">
>> 2.
>> <user id="1018">
>> 3.
>> <params>
>> 4.
>> <param name="password" value="1018"/>
>> 5.
>> </params>
>> 6.
>> </user>
>> 7.
>> </domain>
>> 8.
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100524/8a11048b/attachment.html
More information about the FreeSWITCH-users
mailing list