Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Bounty
-
Labels:None
-
Platform:Linux x86_64/gcc
-
FreeSWITCH GIT Revision:.
-
Reproduced with GIT HEAD?:.
-
FSS Support Agreement Customer Number and Company name:
Description
I would offer a $50 bounty for the following.
From what I was told on irc when you serve IVR config using XML_CURL (have a binding for "configuration") and call the ivr application using <action application="ivr" data="myivr1"> FreeSWITCH will make a curl request like http://localhost/fs_curl/index.php?section=configuration&key_value=ivr.conf and the web server needs to return all the IVRs.
What I want is an "ivr" binding (not just the general "configuration" binding) something like the way Dialplan works where for each call to the IVR application (including calls to menu-sub) should make a XML_CURL request and should have the name of the IVR in the POST so that I can generate and return only this 1 specific IVR. menu-back should not make a new request.
From what I was told on irc when you serve IVR config using XML_CURL (have a binding for "configuration") and call the ivr application using <action application="ivr" data="myivr1"> FreeSWITCH will make a curl request like http://localhost/fs_curl/index.php?section=configuration&key_value=ivr.conf and the web server needs to return all the IVRs.
What I want is an "ivr" binding (not just the general "configuration" binding) something like the way Dialplan works where for each call to the IVR application (including calls to menu-sub) should make a XML_CURL request and should have the name of the IVR in the POST so that I can generate and return only this 1 specific IVR. menu-back should not make a new request.
The paramater is sent as "Menu-Name" already.....
It would have been easy to add but now I don't get the bounty cos it's already there. (since 2009 by Matthieu Rene)