We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My GetDigits element is ignoring the action attribute. Upon further inspection, I found this in the Plivo source but have no idea what it means:
GetDigits
action
#action: DYNAMIC! MUST BE SET IN METHOD,
https://github.com/plivo/plivo/blob/master/src/plivo/rest/freeswitch/elements.py#L64
The text was updated successfully, but these errors were encountered:
Here's my XML:
<?xml version="1.0"?> <Response> <Play loop="1">http://dl.dropbox.com/u/14573179/Audio/Freeswitch/sounds/en/us/callie/ivr/mp3/ivr-thank_you_for_calling.mp3</Play> <Record bothLegs="true" fileFormat="mp3" finishOnKey="#" maxLength="3600" playBeep="false" timeout="5"/> <GetDigits action="http://goliath:8000/_plivo/got_digits/GET/L2l2ci9oZWxsby1wZXJzb24vaGFuZGxlLWdhdGhlcj90ZXN0PTE=" finishOnKey="#" method="GET" numDigits="1" timeout="10"> <Speak loop="1" voice="slt">To speak with a real person, press 1. Press 2 to 'record a message. Press any other key to start over.</Speak> </GetDigits> </Response>
It posts to the initial URL instead of the one in the action.
Sorry, something went wrong.
Can you retry with the last revision ?
Maybe something wrong in is_valid_url() in helpers .
Yes, it seems to be working now. Thanks!
mike-plivo
No branches or pull requests
My
GetDigits
element is ignoring theaction
attribute. Upon further inspection, I found this in the Plivo source but have no idea what it means:https://github.com/plivo/plivo/blob/master/src/plivo/rest/freeswitch/elements.py#L64
The text was updated successfully, but these errors were encountered: