[Freeswitch-users] External authentication
Michael Jerris
mike at jerris.com
Tue May 15 19:40:21 UTC 2018
it certainly can do curl directory lookups with verto. if you do the api command “xml_curl debug_on” it will provide more details of the requests and responses, it looks like you are not handling the request in your cgi the way we expect.
> On May 15, 2018, at 2:44 PM, Rick Jarvis <rick at magicmail.mooo.com> wrote:
>
> Thanks José,
>
> It’s the XML_CURL binding bit that’s relevant to me then, as the server it’s querying is something we've written already.
>
> <bindings>
> <binding name="directory">
> <param name="gateway-url" value="https://server/xmlcurl <https://server/xmlcurl>" bindings="directory"/>
> </binding>
> </bindings>
>
> So I’m seeing posts come into my server from general stuff, but nothing when I try and authenticate with it (via Verto).
>
> On the FS console I’m seeing:
>
> "jsonrpc": "2.0",
> "id": 1,
> "error": {
> "code": -32000,
> "message": "Authentication Required"
> }
>
> So I guess either it’s not working, or maybe FS doesn’t support Curl directories for Verto?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180515/0fe17786/attachment.html>
More information about the FreeSWITCH-users
mailing list