Hi,
Does Nokia offer interface library for SMSC that can be used for USSD server as well? If yes, pls do provide useful web resource or any other pointers.
I have a requirement whereby i need to make an USSD request from a Symbian C++ application deployed on Series 60 phone. The application is to be developed using Series 60 C++ SDK.
Pls help.
Regards,
Peri
What's offered for developer is in the published SDKs (Software Development Kit) or any other libs you can find on http://forum.nokia.com/
Wouldn't USSD requests work, automagically through the normal dialling mechanism?
At least that's how it appears to a user when he "dials" USSD commands to change redirects, or whatever.
In other words, if you write an app that can dial some phone number and complete a call successfully, then just change the number to be dialled to an USSD command string, and see what happens...
Thanks for the reply.
Tried to dial with USSD and it is not working i.e. nothing is executed.This is because of the special characters such as * and #.
If i enter # character, it is getting truncated. If i put two ##, then it is appearing but USSD request fails and getting the error message "calls not allowed".
Tried to escape # character with various means and not working. Then though i may have to use different API call and i am still in search of that.
While AT commands could be used for this purpose, i can not get the return string which is coming from the USSD server.
Regards,
Peri