[Freeswitch-users] curl_xml
Vitalii Colosov
vetali100 at gmail.com
Mon May 24 08:38:49 PDT 2010
Just to avoid any misunderstanding - this is to check all other things
around freeswitch configuration.
If this will work, it will be very easy to add database lookup for the user
trying to register:
$user = $_POST['user'];
$query="select password from your_users_table where user ='$user'";
$result=mysqli_query($db_connection, $query);
...get user and password from the result
And then use $user and $password variables instead of hard-coded "1018",
"1018" in the code I provided.
Really hope this helps, it works for me.
Regards,
Vitalie
2010/5/24 Vitalii Colosov <vetali100 at gmail.com>
> Sorry there was an else related to the missing entry, i removed it.
>
> Please try another one.
>
> 2010/5/24 Vitalii Colosov <vetali100 at gmail.com>
>
> Please try to use my attached php script, if you can.
>>
>> I changed it to fit your data (user 1018, pass: 1018), but I did not check
>> for any syntax error (hope it does not have :-) ).
>>
>> Please reply back on result.
>>
>> Regards,
>>
>> Vitalie
>>
>>
>> 2010/5/24 Erwin Davis <davis.erwin at gmail.com>
>>
>>> yeah, my code replied with line 29-46. I donot know where the rest of
>>> html code was generated.
>>>
>>> On Mon, May 24, 2010 at 10:34 AM, Milena <testeador01 at gmail.com> wrote:
>>>
>>>> Hello,
>>>> You're not meant to send a whole website full of html tags as a
>>>> response.
>>>> Just reply the part of the lines 29 - 46 on your pastebin and get rid of
>>>> the rest.
>>>>
>>>>
>>>> 2010,
>>>> /5/24 Erwin Davis <davis.erwin at gmail.com>
>>>>
>>>> Hi, I am stuck, My console log is in
>>>>> http://pastebin.freeswitch.org/13030 and my xml log is in
>>>>> http://pastebin.freeswitch.org/13029. I guess that the problem should
>>>>> be pretty small but I just can not figure it out. -:( Thanks for your help.
>>>>>
>>>>> On Mon, May 24, 2010 at 8:12 AM, Vitalii Colosov <vetali100 at gmail.com>wrote:
>>>>>
>>>>>> Hi Erwin,
>>>>>> Maybe you need to add the first line <?xml version="1.0"
>>>>>> encoding="UTF-8" standalone="no"?>
>>>>>>
>>>>>> This is what I have and it works perfectly, tested right now:
>>>>>>
>>>>>> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
>>>>>> <document type="freeswitch/xml">
>>>>>> <section name="directory">
>>>>>> <domain name="$${domain}">
>>>>>> <params>
>>>>>> <param name="dial-string" value="{presence_id=${dialed_user}@
>>>>>> ${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}"/>
>>>>>> </params>
>>>>>> <groups>
>>>>>> <group name="default">
>>>>>> <users>
>>>>>> <user id="1000">
>>>>>> <params>
>>>>>> <param name="a1-hash" value="somehashvalue"/>
>>>>>> <param name="vm-a1-hash" value="somehashvalue"/>
>>>>>> </params>
>>>>>> <variables>
>>>>>> <variable name="user_context" value="default"/>
>>>>>> <variable name="accountcode" value="1000"/>
>>>>>> </variables>
>>>>>> </user>
>>>>>> </users>
>>>>>> </group>
>>>>>> </groups>
>>>>>> </domain>
>>>>>> </section>
>>>>>> </document>
>>>>>>
>>>>>> Regards,
>>>>>> Vitalie
>>>>>>
>>>>>> _______________________________________________
>>>>>> 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
>>>>>>
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> 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
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>>>
>>>>
>>>
>>> _______________________________________________
>>> 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
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100524/36f8e423/attachment.html
More information about the FreeSWITCH-users
mailing list