View previous topic :: View next topic |
Author |
Message |
elihayun at gmail.com Guest
|
Posted: Sun Jul 12, 2009 8:12 am Post subject: [Freeswitch-users] Getting xml_request in LUA |
|
|
In the Perl example I found:
How to access request parameters and how to return data
You have two hashes that are populated for you by freeswitch. Those
hashes are:
* %XML_REQUEST
* %XML_DATA
I want to use LUA to set the directory and dialplan xml. How do I get
the XML_REQUEST/XML_DATA from LUA?
Thanks
Eli Hayun
_______________________________________________
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 |
|
|
msc at freeswitch.org Guest
|
Posted: Mon Jul 13, 2009 8:12 pm Post subject: [Freeswitch-users] Getting xml_request in LUA |
|
|
On Sun, Jul 12, 2009 at 1:49 AM, Eli Hayun <elihayun@gmail.com (elihayun@gmail.com)> wrote:
Quote: | In the Perl example I found:
How to access request parameters and how to return data
You have two hashes that are populated for you by freeswitch. Those
hashes are:
* %XML_REQUEST
* %XML_DATA
I want to use LUA to set the directory and dialplan xml. How do I get
the XML_REQUEST/XML_DATA from LUA? |
Is this the information you are looking for?
http://wiki.freeswitch.org/wiki/Mod_lua#For_serving_configuration
|
|
Back to top |
|
|
elihayun at gmail.com Guest
|
Posted: Tue Jul 14, 2009 7:20 am Post subject: [Freeswitch-users] Getting xml_request in LUA |
|
|
In the Perl example I found:
Quote: |
How to access request parameters and how to return data
You have two hashes that are populated for you by freeswitch. Those
hashes are:
* %XML_REQUEST
* %XML_DATA
I want to use LUA to set the directory and dialplan xml. How do I get
the XML_REQUEST/XML_DATA from LUA?
|
Is this the information you are looking for?
http://wiki.freeswitch.org/wiki/Mod_lua#For_serving_configuration
Hi
Thanks fro your answer
No, this is not the information i am looking for.
What I need is the "section" value that FS pass when using HTTP to get
the XML from.
This information is not available (at least, I don't know how to get it)
Thanks
Eli
_______________________________________________
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 |
|
|
|