Search found 16 matches

by adrianaitken
Wed Sep 02, 2009 8:03 am
Forum: ALT.SMS.SmppClient
Topic: Not correctly messages break
Replies: 11
Views: 92274

alt wrote:
adrianaitken wrote:And their test phones are recieved garbled messages ie it's not linking them up properly after being sent.
Can you give an example how it was recieved on the phones?
Sorry, they're in another bulding to me and have deleted everything.
by adrianaitken
Tue Sep 01, 2009 1:43 pm
Forum: ALT.SMS.SmppClient
Topic: Not correctly messages break
Replies: 11
Views: 92274

I've just had an earful from my marketing department - this is happening to a few thousand messages we've just sent. And their test phones are recieved garbled messages ie it's not linking them up properly after being sent. The strange thing is, 5 test messages were sent and all were OK, then they s...
by adrianaitken
Fri Aug 28, 2009 8:16 am
Forum: ALT.SMS.SmppClient
Topic: Sending punctuation marks to iPhones
Replies: 4
Views: 12322

works :D
Many thanks for your help.
by adrianaitken
Thu Aug 27, 2009 12:18 pm
Forum: ALT.SMS.SmppClient
Topic: Sending punctuation marks to iPhones
Replies: 4
Views: 12322

Hi, should I just change

Dim coding as DataCoding = DataCodings.UCS2

?
by adrianaitken
Thu Aug 27, 2009 9:49 am
Forum: ALT.SMS.SmppClient
Topic: Sending punctuation marks to iPhones
Replies: 4
Views: 12322

Sending punctuation marks to iPhones

Hi, I'm using the latest downlaod version but have people complaining that when they send messages containing things like £'!& etc they come out wrong i.e. don't becomes don?t On normal phones (Nokia,Sony,LG etc) it's fine, it's just on iPhones it seems that the problem occurs. Is there a generic se...
by adrianaitken
Thu Jul 23, 2009 9:36 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving Message from SMSC
Replies: 25
Views: 50779

http://www.inetlab.ru/support/viewtopic.php?t=565

May 12 on the topic started by me :D
by adrianaitken
Wed Jul 22, 2009 8:15 pm
Forum: ALT.SMS.SmppClient
Topic: Latest version of .DLL
Replies: 0
Views: 7245

Latest version of .DLL

Hi, in the latest .zip file, the .DLL is there 3 times, one in a /bin directory and two in /reference directories. The VB/ref directory has a smaller .DLL than the other 2 copies although all three have the same date/time stamp. Since I program in VB.Net should I use the vb/ref one or the generic /b...
by adrianaitken
Tue Jun 09, 2009 12:57 pm
Forum: ALT.SMS.SmppClient
Topic: Slow problem (help)
Replies: 3
Views: 11036

Mich, do you get an instant reply from the last statements (querysm etc) ?
If you do then it's your SMSC / service provider. Nothing you can do about that except take your business elsewhere :D
by adrianaitken
Mon Jun 08, 2009 1:21 pm
Forum: ALT.SMS.SmppClient
Topic: Slow problem (help)
Replies: 3
Views: 11036

I'd suggest running Wireshark on your system to see the packets leave your app towards the SMSC (and their acknowledgements). This would show where the delay is. If you app sends (and gets a confirmation) straight away then it is your service provider regardless of what they say. If your app doesn't...
by adrianaitken
Tue Jun 02, 2009 12:59 pm
Forum: ALT.SMS.SmppClient
Topic: problem in smppclint
Replies: 2
Views: 9293

I owuld guess that that is an INValid DeSTination ADdRess. That would mean your destination phone number is formatted wrongly. For my SMSC, it requires the country code as in (for UK, Jersey Telecom number) 447797123456 whereas from my mobile phone I would have just done it as 07797123456 or +447797...
by adrianaitken
Tue May 19, 2009 8:13 am
Forum: ALT.SMS.SmppClient
Topic: SubmitAsync and MessageId
Replies: 6
Views: 18777

yepak - the sample code is when you download this software. Certainly in the VB.Net source code, it clearly shows how to send asynchronus messages.
by adrianaitken
Tue May 12, 2009 1:21 pm
Forum: ALT.SMS.SmppClient
Topic: How to receive from short code
Replies: 1
Views: 7846

Hi, see my reply to your other posting. One thing to remember is shortcodes are unique to your SMSC provider. As an example, where I live there are 3 mobile phone operators. I connect to one of them and have a shortcode allocated. This means that only people who have a mobile phone with that operato...
by adrianaitken
Tue May 12, 2009 1:12 pm
Forum: ALT.SMS.SmppClient
Topic: Receiving SMS text messages
Replies: 5
Views: 15678

The telephone company (the people who own the SMSC) have to set that up. They set one up for me which points to my systemID. It is not something you or I can do.
The shortcode gets sent so if you have more than one you can do different things ie shortcode for music,shortcode for games etc.
by adrianaitken
Mon May 11, 2009 8:42 am
Forum: ALT.SMS.SmppClient
Topic: Receiving SMS text messages
Replies: 5
Views: 15678

And fixed it !!!!
I just removed evReceiveData from the addHandler and evDeliverSm kicks in as I had hoped and gives me the source and destination SMS number and the actual message.
A happy start to the the week :lol:
by adrianaitken
Mon May 11, 2009 8:26 am
Forum: ALT.SMS.SmppClient
Topic: Receiving SMS text messages
Replies: 5
Views: 15678

Hi Thayhor, I have no problem in sending SMS's and I don't have a solution for the receiving of them - that's why I posted here :lol: I connect as a Transceiver, that way I can send and receive whilst bound to the SMSC. If your SMSC doesn't allwo you to bind as a transceiver I don't believe you can ...