Dear Bartosz ,
Thanks for the link, I have looked at the example document however
still could not figure out.
could you or anyone give me log from a working SIP ussd application?
as i still can't get the SIP USSD example working.
//-----
//below is request from ussd gateway
//-----
POST / HTTP/1.1
Accept: text/xml
Transfer-Encoding: chunked
Content-Type: text/xml
Content-Encoding: utf-8
Host:
192.168.53.225:80
Connection: Keep-Alive
121
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><request
xmlns="
http://mobicents.org/ussd"><invokeId>1</invokeId><dialogId>0</
dialogId><msisdn>31628838002</msisdn><ussdString>*123#</
ussdString><ussdCoding>15</ussdCoding><result>false</
result><lastResult>false</lastResult></request>
0
/// below i have construct response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response xmlns="
http://mobicents.org/ussd">
<invokeId>1</invokeId><dialogId>0</dialogId><msisdn>31628838002</
msisdn>
<ussdString>welcome to my menu</ussdString>
<ussdCoding>15</ussdCoding>
<result>false</result>
<lastResult>false</lastResult>
</response>
///
it does display on simulator but i can't make next request
Regards,
sokha
On Oct 18, 2:40 pm, Bartosz Baranowski <
baran...@gmail.com> wrote:
>
http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/...