DCS

2003-02-21 Thread Arne K. Haaje
Hello, How can I set dcs 240 or 245 with SMPP? Arne

smsc at2 and alt-dcs = true

2002-11-08 Thread Florian Schlums
I'm always having the problem with Siemens M20, mclass = 1 and CMS ERROR 304. Then I read in the docu about the alt-dcs option in smsc = at. So I tried it in at2 too and was surprised, it worked. Okay, not really The SMS was sent, everything seemed ok, but it never arrived. But ther

Re: Query regarding DCS,UDHI through HTTP Response.

2002-08-31 Thread shridhar
Hi Anil, The same thing I did using PHP, you can set UDH & DCS parameter for sendsms interface like http://kannelhost:13013/cgi-bin/sendsms? user=xxx&password=xxx&to=984800&udh=%06%05...&text=%binary%data Binary Data can be ringtone, operator logo etc. Check cor

Query regarding DCS,UDHI through HTTP Response.

2002-08-31 Thread Anil
dcs thro' the response. Please suggest a remedy to this problem. If any body have sample to do this, please send it. Thanx in advance. Best regards, Anil.

Re: Failed with DCS - 247 (0xF7)

2002-07-30 Thread Bruno David Rodrigues
On Seg, 2002-07-29 at 12:28, Chirag wrote: > hi, > > Currently I am using Kannel1.2 on Linux. I have configured my Kannel to > accept message with DCS value. I use the URL to send binary message to my > GSM Modem using the text (encoded binary data) and DCS = 247 (0xF7). >

DCS - 247 (0xF7)

2002-07-29 Thread Chirag
hi, i have also set the alt_dcs, mclass and coding flag as suggested. But still the kannel rejects the packet which has a binary message containing 0x09, 0x0A, 0x0B, 0x0C and 0x0D with a combination or either (dcs=247 (0xF7)) or (alt-dcs=1, coding=2 and mclass = 4). Can someone please

Re: Failed with DCS - 247 (0xF7)

2002-07-29 Thread João Sil
I believe that in order to chage the DCS into whatever you want, namely the value your are trying to set, F7, you must work with 3 CGI variables: alt-dcs, mclass and coding. set alt-dcs = 1 in order to force DCS to be something like FX. X will be set by the other to variables. a value of 7 (0111

Failed with DCS - 247 (0xF7)

2002-07-29 Thread Chirag
hi, Currently I am using Kannel1.2 on Linux. I have configured my Kannel to accept message with DCS value. I use the URL to send binary message to my GSM Modem using the text (encoded binary data) and DCS = 247 (0xF7). I am able to successfully send binary msg with DCS most of the time

Re: [PATCH] SMPP pid and dcs (Was: Re: overwrite a previous send SMS)

2002-04-30 Thread Damjan
> > > > Is this a bug in Kannel? > > It looks like smpp module lacks pid support. > > This is a patch hopefully to enable pid support (MO and MT) and > MO dcs support (setting mclass, coding, etc) > > As I don't have access to SMPP SMSC's neither I

[PATCH] SMPP pid and dcs (Was: Re: overwrite a previous send SMS)

2002-04-29 Thread Bruno David Simões Rodrigues
his a bug in Kannel? It looks like smpp module lacks pid support. This is a patch hopefully to enable pid support (MO and MT) and MO dcs support (setting mclass, coding, etc) As I don't have access to SMPP SMSC's neither I know smpp,

Re: DCS and PID for 8-bit SMS

2002-03-14 Thread Gerald Urbas
Are thiese DCS Fields related to the message length? Ive got some trouble with sendign longer SMS (more then 50), and search for Infos & Answers. thanks Bruno David Rodrigues schrieb: > Kannel encodes the DCS using the coding, mwi, mclass, etc fields. > > But as you can see at d

Re: DCS and PID for 8-bit SMS

2002-03-14 Thread Bruno David Rodrigues
Kannel encodes the DCS using the coding, mwi, mclass, etc fields. But as you can see at doc 23038 from 3gpp, there's two alteratives for some combinations for example, a 8 bit class 2 message could be 0x16 or 0xF6. if alt-dcs is unset, 0 or 2, kannel uses 0x1f. if set (1), it uses 0xF6

RE: DCS and PID for 8-bit SMS

2002-03-14 Thread Steve Rapaport
Thanks! One more thing (from your docs:) I know what a DCS is, but what is an Alt-DCS? Is this as an alternative to specifying MWI, MClass, etc. manually? Or is it something else? Steve Rapaport CTO, A-Tono Via Amedei, 15 - Milano 20123 Cel.: +39

Re: DCS and PID for 8-bit SMS

2002-03-14 Thread Bruno David Rodrigues
- Original Message - From: "Steve Rapaport" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 12:52 PM Subject: Re: DCS and PID for 8-bit SMS > Thanks, Bruno, but it's not apparently > documented yet how to use the PID suppo

Re: DCS and PID for 8-bit SMS

2002-03-14 Thread Steve Rapaport
Thanks, Bruno, but it's not apparently documented yet how to use the PID support. Also, when did you add it? Hints? Thanks, Steve Steve Rapaport CTO, A-Tono Via Amedei, 15 - Milano 20123 Cel.: +39 348 6431573 Fax : +1 617 687 0415

Re: DCS and PID for 8-bit SMS

2002-03-13 Thread Bruno David Rodrigues
Check latest cvs/snapshot version. I've added pid support and it should work with at2 and emi2. - Original Message - From: "Steve Rapaport" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 6:43 PM Subject: DCS and PID for 8-bit SMS

DCS and PID for 8-bit SMS

2002-03-13 Thread Steve Rapaport
Hey folks, we're trying to send long 8-bit SMS and they mostly work, but sometimes not. We have the problem narrowed down to the following: 1. DCS (=MClass, Coding, MWI, etc.) and 2. TP-PID (which is definitely used and sent, sometimes incorrectly, but never mentioned in the Kannel docs