plivo / plivoframework

Open Source Telephony Application Prototyping Framework
http://www.plivo.com/open-source/
Other
418 stars 179 forks source link

GetDigits doesn't accept relative URL #2

Closed mattwilliamson closed 13 years ago

mattwilliamson commented 13 years ago

If a relative URL is specified, for the GetDigits action attribute, it still requests the URL in the configuration instead of overriding it.

mattwilliamson commented 13 years ago

This is the XML:

<Response><GetDigits action="/_plivo/get_digits/" finishOnKey="#" method="GET" numDigits="1" timeout="5"/></Response>
bevenky commented 13 years ago

Matt. currently in this version relative urls are not supported. Only absolute urls are allowed

mattwilliamson commented 13 years ago

Ok, thanks