![]() |
2010-08-27
, 12:55
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#162
|
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>
![]() |
2010-08-27
, 13:16
|
|
Posts: 141 |
Thanked: 5 times |
Joined on Dec 2009
@ Brasil
|
#163
|
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
![]() |
2010-08-31
, 11:57
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#164
|
![]() |
2010-08-31
, 13:32
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#165
|
![]() |
2010-09-01
, 11:59
|
|
Posts: 24 |
Thanked: 1 time |
Joined on Sep 2009
@ Germany
|
#166
|
![]() |
2010-09-01
, 13:44
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#167
|
You aren't the only one. Your program stops at "Following the redirect" since yesterday.
![]() |
2010-09-01
, 13:52
|
Posts: 35 |
Thanked: 3 times |
Joined on Jan 2010
@ Germany - Northern Bavaria
|
#168
|
![]() |
2010-09-01
, 14:31
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#169
|
![]() |
2010-09-04
, 14:42
|
|
Posts: 417 |
Thanked: 200 times |
Joined on Apr 2010
@ Germany
|
#170
|
Believed not need the code, since the message arrived correctly.
But then here's the message that is displayed for confirmation of submission.: