esm_class

2005-07-28 Thread Anand Gupta
I see that kannel sets esm_class as 3 by default, however my smsc requires it to be 0. How can i set it as 0 ? -- regards, Anand Gupta

Sonera Content Gateway

2005-07-28 Thread Markus Maanoja
Can anybody advice how to setup Kannel to use Sonera Content Gateway (Finish operator's own SMSC gateway) for sending/receiving SMS's? We have used Kannel so far with a modem but now we need SMSC/Content Gateway connection for better rates capacity... Apparently the Content Gateway is

Re: PPG DLR

2005-07-28 Thread Aarno Syvänen
Yes, you are right. PPG does not support storing dlr, for reason I mentioned. Aarno On 27.7.2005, at 14.13, Julien Buratto wrote: Aarno Syvänen wrote: Proper way to get confirmation is to use confirmed push, *if* the phone supports them. Or, you can use ppg dlrs as a basis of a backup

Re: PPG DLR

2005-07-28 Thread Julien Buratto
Aarno Syvänen wrote: Yes, you are right. PPG does not support storing dlr, for reason I mentioned. Aarno On 27.7.2005, at 14.13, Julien Buratto wrote: Aarno Syvänen wrote: Proper way to get confirmation is to use confirmed push, *if* the phone supports them. Or, you can use ppg dlrs as

Re: esm_class

2005-07-28 Thread Anand Gupta
Apart from the esm_class to be set as 0, there are more parameters which i want to change for kannel. These are specific to the smpp protocol. SERVICE_TYPE (This is send as null by kannel, however i need to set this as CMT) Any help would be appreciated. -- regards, Anand Gupta

Re: How can i turn OFF delivery reports?

2005-07-28 Thread Heru Tjatur
On Thu, 2005-07-28 at 09:48 +1000, Ammar Alammar wrote: Hello all, I am using an Ericsson R520m as an SMSC via setial cable. I have the following problem: - Delivery reports are being received by the phone each time a message is sent and these

wap push through Kannel

2005-07-28 Thread Kaushik Lala
Hello Can anybody assist. I am trying to send a wap push sms through kannel, I have successfully managed to do this using the test_ppg utility. Now I would like to have this as part of my java application. Can kannel do the WBXML encoding or must I do so myself and set the UDH and send

Re: esm_class

2005-07-28 Thread Alejandro Guerrieri
Available modes are on gw/smsc/smpp_pdu.h about line 134 It is set to ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE (0x0003) by default. You need to set it to ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE (0x). To do that, go to gw/smsc/smsc_smpp.c and change it there. It should be on (or nearby)

Re: wap push through Kannel

2005-07-28 Thread Aarno Syvänen
Hello,Essentially, you must write pi (a push initiator). If C ok, test_ppg would be your initiator and use need onlyto design the the interface. If you want Java, you must rewrite test_ppg in Java.AarnoPS. Using Java for protocols, is, IMHO, not a good idea. Protocols are all about memory usage

Re: esm_class

2005-07-28 Thread Anand Gupta
Thx will check on this. Any ideas on SERVICE_TYPE ? Available modes are on gw/smsc/smpp_pdu.h about line 134 It is set to ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE (0x0003) by default. You need to set it to ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE (0x). To do that, go to

Sending EMS user data

2005-07-28 Thread Gareth Reakes
Hi, I'm currently trying to send a picture via EMS to a Sony Ericsson K500i, which claims to have full EMS support. To do this I'm converting the picture to the binary format specified in the EMS spec and putting the required data in the UDH, which I believe should be 851283000420 for a

Re: How can i turn OFF delivery reports?

2005-07-28 Thread Wilfried Goesgens
On Thu, Jul 28, 2005 at 01:48:58AM +0200, Ammar Alammar wrote: Hello all, I am using an Ericsson R520m as an SMSC via setial cable. I have the following problem: - Delivery reports are being received by the phone each time a message

SMS Service questions

2005-07-28 Thread Alejandro Ramirez
Hello All! I've been using consistently kannel for a few months and i'm really happy with it... however i have a question about regex Right now i have this service: group = sms-service keyword = testing_u keyword-regex=^(BS|bs) allowed-receiver-prefix=333;50 #catch-all= true get-url =

Re: esm_class

2005-07-28 Thread Rodrigo Cremaschi
Try service-type=TYPE in your configuration file. On 7/28/05, Anand Gupta [EMAIL PROTECTED] wrote: Thx will check on this. Any ideas on SERVICE_TYPE ? Available modes are on gw/smsc/smpp_pdu.h about line 134 It is set to ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE (0x0003) by

Re: esm_class

2005-07-28 Thread Anand Gupta
Thx this worked for me. I specified service-type=CMT and kannel took it Try service-type=TYPE in your configuration file. -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
Available modes are on gw/smsc/smpp_pdu.h about line 134 It is set to ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE (0x0003) by default. You need to set it to ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE (0x). To do that, go to gw/smsc/smsc_smpp.c and change it there. It should be on (or

Re: esm_class

2005-07-28 Thread Anand Gupta
I am sending the following message to kannel `Hi` However in the log file kannel shows the incoming message as ?Hi? I did some debugging and the text i am sending to kannel is %60Hi%60 %60 is ` char, then how come kannel is interpreting it as ? symbol which infact is %3F. Any clues ?

Re: esm_class

2005-07-28 Thread Anand Gupta
Here is what i am using to kannel lynx --dump http://127.0.0.1:13030/cgi-bin/sendsms?username=testpassword=footo=11text=%60Hi%60from=anandcoding=0; The message shown in kannel logs is ?Hi? :(( -- regards, Anand Gupta

SMSC DLR Takes long time to arrive

2005-07-28 Thread enzo labrador
Is it normal that the dlr that came from smsc takes quite long to deliver back to kannel?I was thinking the DLR should be returned a couple of seconds after it was sent. I'm getting DLR of type 1 and sometime type 2. Is it an indication that the dlr came from smsc and not from kannel?

Re: SMSC DLR Takes long time to arrive

2005-07-28 Thread Anand Gupta
Is it normal that the dlr that came from smsc takes quite long to deliver back to kannel?I was thinking the DLR should be returned a couple of seconds after it was sent. I'm getting DLR of type 1 and sometime type 2. Is it an indication that the dlr came from smsc and not from kannel? Not

Re: [Kannel-Users] SMSC DLR Takes long time to arrive

2005-07-28 Thread Peter Beckman
On Fri, 29 Jul 2005, enzo labrador wrote: Is it normal that the dlr that came from smsc takes quite long to deliver back to kannel?I was thinking the DLR should be returned a couple of seconds after it was sent. I'm getting DLR of type 1 and sometime type 2. Is it an indication that the dlr