-
Notifications
You must be signed in to change notification settings - Fork 215
RestComm-Connect USSD PUSH API >>> HTTP Status 500 - Internal Server Error #2551
New issue
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
Comments
Hi @soiavaq can you make some changes to your RC setup and provide us with further details?
Please provide us :
thanks |
@soiavaq... in addition to @abdulazizali77 's requests, we recently improved the USSD PUSH API documentation here: http://documentation.telestax.com/connect/api/ussd-push-api.html#uss-push (you can find an example there). So, I would add:
Thanks and best regards |
I just want to test it: curl -X POST -H "application/json" https://SID:[email protected]/restcomm/2012-04-24/Accounts/SID/UssdPush -d "From=Restcomm" -d "To=1234567890" -d "Url=https://cloud.restcomm.com/restcomm-rvd/services/apps/AP8984a927006a4f428b1022536d8cdb7a/controller" But it does not work. |
OK @soiavaq, understood ... as it states here: http://documentation.telestax.com/connect/api/ussd-push-api.html#supported-operations HTTP POST sends a USSD message to the configured USSD Gateway and following here: http://documentation.telestax.com/connect/api/ussd-push-api.html#example-of-ussdpush : The USSD Gateway to which Restcomm must send the USSD message must be configured in the restcomm.xml file. IP address and port must be configured (i.e. they are mandatory).Username/password for the USSD are optional. So, if you don't have a USSD Gateway configured in Briefly: you need to have a USSD Gateway to whom send the request to from Restcomm-Connect. |
Is this possible via https://cloud.restcomm.com? |
It will be soon possible (we are currently working on USSD Gw in the cloud), but not yet @soiavaq |
OK |
Thank you @soiavaq and best regards |
Hello,
This is a response from a server of RestComm-Connect USSD PUSH API:
JBWEB000065: HTTP Status 500 - Internal Server Error
JBWEB000309: type JBWEB000067: Status report
JBWEB000068: message Internal Server Error
JBWEB000069: description JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.
JBoss Web/7.2.0.Final
Why?
What is the problem?
How to fix it?
The text was updated successfully, but these errors were encountered: