|
2010-08-25
, 11:52
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#152
|
well, I do not know what you need, but the betamax has the same pattern. Something like:
https: / / www.voipbusterpro.com / myaccount / sendsms.php
https: / / www.telbo.com / myaccount / sendsms.php
always with login, password and phone number, of course.
|
2010-08-25
, 14:26
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#153
|
The Following User Says Thank You to blubbi For This Useful Post: | ||
|
2010-08-25
, 14:50
|
|
Posts: 24 |
Thanked: 1 time |
Joined on Sep 2009
@ Germany
|
#154
|
|
2010-08-25
, 15:15
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#155
|
I have two questions to the latest version v1.1.0:
- why is there a limitation to 125 characters
- why is it now only possible to select the mobile numbers
Thank you for your work!!!
|
2010-08-25
, 15:58
|
|
Posts: 24 |
Thanked: 1 time |
Joined on Sep 2009
@ Germany
|
#156
|
Which provider is limited to 125 chars?
Each provider has its own limit set (depends on what the provider allows on his website)
Landline numbers in general are uninteresting to send SMS to, aren't they?
And since the evolution binding for python is horrible it saves soe code to eliminate the Land-line numbers instead of moving them to the end of a dropdownlist.
|
2010-08-25
, 16:22
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#157
|
The 125-char-problem was my fault. I thought I can use the settings from the last version but I had to do the account settings again. Now I have as much chars I need.
I imported lots of contacts from a csv-file and the mobile/landline number changed. OK, this is my problem but I liked the option of v1.0.5 to select one number.
The new remaining sms feature is great. Thanks for adding!
|
2010-08-26
, 23:08
|
|
Posts: 141 |
Thanked: 5 times |
Joined on Dec 2009
@ Brasil
|
#158
|
|
2010-08-27
, 01:11
|
Posts: 11 |
Thanked: 12 times |
Joined on Sep 2007
|
#159
|
Hi, blubb
I tested with voipbusterpro and sent the message correctly.
Telbo also believe that with work. (I'll insert credits and then comment)
but I have some simple suggestions and questions.
suggestions
login in the initial letter is set to uppercase, (unnecessary)
In advanced config, I did not understand the usefulness of the "Sender".
questions
You can send to multiple destinations?
Would it be possible to keep the history of messages on standard SMS app itself N900? (As WebText did)?
Thanks
The Following User Says Thank You to Dawnmist For This Useful Post: | ||
|
2010-08-27
, 07:28
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#160
|
I've been using 1.0.6 with the Exetel (AU) provider for the last month or so. A couple of the above I can answer for what/how they're supposed to work (and how they do for the Exetel sender, though I can't guarantee it's working correctly for other providers).
The "Sender" is used to be able to specify the sender number (your phone number) - some web sms providers require that the sender number is a part of the message sent to the provider, and the sender number is not necessarily the same as the account name. The Sender field in the Advanced Settings gives you somewhere to specify what number should be put in the web sms provider's sender field when it's required (as it is for Exetel).
As for the history of messages, when the message is sent successfully it should already be being saved in the standard N900 conversations. If it's not being saved on your provider, it'll probably be a bug in the recognition of a "successful send" for that provider.
result = urllib2.urlopen(urlSon).read() except URLError, e: return False, 'Error connecting to service:%s\n\n %s' %(e.reason, result) except HTTPError, e: return False, 'Error %s returned from service\n\n %s' %(e.code, result) UpdatePbar(self, MainWindow, app, "2", "Checking reply") re_suc = re.compile('OK') if re_suc.search(result): return True, '%s' %(result) else: return False, 'Failed. Provider responded: %s' %(result) MainWindow.Stat.close()
Please test the "First run issue"
I'll now include the two new suggested providers and continue to fix the remaining requests/bugs.
**More or less done for 02online after sending, the remaing SMS are shown**
Cheers
Bjoern
My website:
- olausson.de
- gallery.olausson.de
My Applications:Last edited by blubbi; 2010-08-25 at 11:04.