View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#162
Originally Posted by maya View Post
Well, do I have two personal cell phone and sent one to the other for your application.
Believed not need the code, since the message arrived correctly.
But then here's the message that is displayed for confirmation of submission.:
Code:
Failed Provider responded: <?phpxml version="1.0" enconding="utf-8"?>
<SmsResponse>
<version>1</version>
<result>1<result>
<resultstring>sucess</resultstring>
<description></description>
<endcause></endcause>
</SmsResponse>
Sweet, here we have the first "Success" Code.
Now I can check for successfully delivered messages and with this your message will be stored in the default conversation app.

You can try it by changing "re_suc = re.compile('OK')" to
re_suc = re.compile('sucess') in www2sms_providers.py

Cheers
Bjoern