Search found 44 matches

by prog019
Sat Aug 18, 2012 8:35 am
Forum: Inetlab.SMPP v1.0
Topic: Tab character in the message
Replies: 7
Views: 66089

Tab character in the message

Dears,

How I can send SMS with body, containing TAB character?

When I'm trying send SMS with TAB character, I get Ç (Ç) character in Mobile phone.
by prog019
Fri Mar 26, 2010 7:15 am
Forum: Inetlab.MMS.MM7
Topic: MMS sending problem
Replies: 0
Views: 23962

MMS sending problem

Hi, when I click Send MMS button in the demo project, in Line: SubmitResponse resp = client.Submit(mes);(method SendSimpleMMS_Click) get ArgumentOutOfRangeException: ( Length cannot be less than zero. Parameter name: length ) with the same parameters I am successfully sending MMS with another tools....
by prog019
Wed Mar 03, 2010 2:48 pm
Forum: ALT.SMS.SmppClient
Topic: Timers issue
Replies: 2
Views: 7965

Timers issue

Dear Alt,

Thanks a lot.
by prog019
Wed Mar 03, 2010 11:00 am
Forum: ALT.SMS.SmppClient
Topic: Timers issue
Replies: 2
Views: 7965

Timers issue

Dear Alt, Which is below mentioned types of timers are implemented in SMPP component: 1. An SMPP session initiation timer to ensure that when an ESME initiates an SMPP session, that this occurs within a specified period after opening a network connection to the SMSC. 2. An SMPP session timer to enab...
by prog019
Thu Feb 18, 2010 5:01 am
Forum: ALT.SMS.SmppClient
Topic: SUBMIT LARGE MESSAGES
Replies: 3
Views: 10726

ABOUT PAYLOAD

Dear Alt,

In other words I dont know, how send large sms in payload with this LIB.

Please help.
by prog019
Wed Feb 17, 2010 10:36 am
Forum: ALT.SMS.SmppClient
Topic: SUBMIT LARGE MESSAGES
Replies: 3
Views: 10726

SUBMIT LARGE MESSAGES

Dear Alt,


Can you sent example of source code, for sending large text via payload.

My problim is folowing:

when I sending large(length=810) text, in phone I am getting many different parts of text in each sms(I am getting not concatenated sms).

Please help.

Thanks a lot for your lib.
by prog019
Thu Jan 14, 2010 10:06 am
Forum: ALT.SMS.SmppClient
Topic: Problem with long message DELIVERY
Replies: 2
Views: 9501

Addition to topic

Im trying again and get only one deliver_sm and when skip first octet,
in result Im get this string:

Ԁ͎́финансируемый Романом Абрамовичем, с января 2010 года перестал плат

What you thing about first character?
by prog019
Thu Jan 14, 2010 9:55 am
Forum: ALT.SMS.SmppClient
Topic: Problem with long message DELIVERY
Replies: 2
Views: 9501

Problem with long message DELIVERY

Hi, Im trying send long unicode(russian) message "[b]финансируемый Романом Абрамовичем, с января 2010 года перестал платить зарплату главному тренеру сборной России по футболу Гуусу Хиддинку. Кто будет оплачива[/b]" to the short number and get this: 1:46:53 PM: Received Data: 000000bd000000050000000...
by prog019
Thu Nov 12, 2009 12:00 pm
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

Dear BenEllis,

You sent to me example for sending multiple smses and you are using AddConcatenatedShortMessages8bit.
Question: how Add Concatenated Short Messages in 7 bit.
I have the big problem with this.
by prog019
Thu Nov 12, 2009 10:15 am
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

Dears,
I found the froblem, it is folowing:

When I am ting to send large message with SUBMIT_SMS,
then SMPP client DLL splits the messahe in parts and send it.

And message encoding of each part is 8 bit, but my DCS: is 7 bit
by prog019
Wed Nov 11, 2009 4:51 pm
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

I am sending alphanumeric characters in ShortMessage mode
by prog019
Wed Nov 11, 2009 4:50 pm
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

And I have other problem too,

when I am tring sent large SMS with payload, then I receive multiple separated SMSs.
by prog019
Wed Nov 11, 2009 4:42 pm
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

Dears, please, look to this: I am send long message with 355 length via SUBMIT_SM 1. when DataCoding is UCS2, the result is OK 2. when DataCoding is DataCodings.Default or DataCongs.Latin1, the result is unreadable text SubmitSm[] req = client.PrepareSubmit( mode, byte.Parse(tbSrcAdrTON.Text), byte....
by prog019
Wed Nov 11, 2009 3:09 pm
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

Dear BenEllis,

Please sent me the algorithm

Thanks a lot
by prog019
Wed Nov 11, 2009 2:31 pm
Forum: ALT.SMS.SmppClient
Topic: Multipart SMS DELIVERY problem
Replies: 29
Views: 62477

Dears, I have one question: can I prepare SUBMIT_SM in DataCodings.ASCII