Sending Wap push with Kannel and Openwave wap push library

2005-07-21 Thread Simon
Dear all, I use kannel as my ppg and I use Openwave wap push library to submit message from my java application. I can send wap push by kannel to my mobile. But with same message, sometimes I can receive it, sometimes I can't. And both of my mobile sending and receiving wap push are using same

Re: Re[3]:

2005-07-21 Thread Aarno Syvänen
No, you need not. Configure --with-defaults=speed. Aarno On 20.7.2005, at 14.08, julyanto wrote: This is mean that we don't have to restart kannel apps after a certain amount of time? how long is the longest time running kannel apps without crash/down? Regards, Jul Tuesday, July 19, 2005, 3

Re: Re: RE:

2005-07-21 Thread Aarno Syvänen
No. Wapbox data structures use memory, too, of course. Immutables show themselves as a monotonous raising of memory usage. Signal SIGQUIT should cause reporting of the memory usage, including, of course, all current usage by Kannel data structures. Here you can have a vicious cycle: if queues gr

At_smsc

2005-07-21 Thread info.ubichip IMAP
Hello all, Does someone could tell me where I could find the latest at_smsc driver? Regards

Re: smpp bind_transmitter/bind_receiver and addr_ton/addr_npi

2005-07-21 Thread Enver ALTIN
On Mon, 2005-07-18 at 19:55 +0200, Pim van Riezen wrote: > Hurro, Hi, > While checking out a problem I have with one telco getting a working > SMPP link up (the telco disconnects immediately after the > bind_transmitter/bind_receiver packet from either thread) I noticed > in the packet dump

wrong identification phone number with kannel 1.4.0

2005-07-21 Thread Willy Mularto
Hi list, I connect to my operator using SMPP 3.4 with transceiver mode. I test to send sms, let say the phone number is 08881160xxx when it arrives in kannel it can identify the phone number correctly but when it received by get-url script it becomes 351160xxx, I think this is about URLEnco

Re: wrong identification phone number with kannel 1.4.0

2005-07-21 Thread Alejandro Guerrieri
It does not have anything to do with URLEncode.   Read the documentation, specially the part talking about "unified-prefix".   Hope it helps,   Alejandro.  On 7/21/05, Willy Mularto <[EMAIL PROTECTED]> wrote: Hi list,I connect to my operator using SMPP 3.4 with transceiver mode. I test tosend sms,

dlr status = 8 on delivered SMS ???

2005-07-21 Thread aleksandar ivanovski
Hi all, A problem suddenly raised from nowhere :-( The dlr reporting works it is just that it always sends value %d=8. One other thing that i noticed is that the dlr is triggered only if I set dlr-mask=31. I don't remember that I have changed something in the conf file and I was able to receiv

Re: dlr status = 8 on delivered SMS ???

2005-07-21 Thread Ismail Adebayo
Hi I had a similar problem. set msg-id-type. You may need to experiment. msg-id-type = 0x01 works with my smpp providers. dlr =8 means the message is submitted to smsc. You are not receiving dlr=1, 2 or 4. For message id ensure you urlencode the dlr-url. Ismail. - Original Message - Fr

Re: dlr status = 8 on delivered SMS ???

2005-07-21 Thread aleksandar ivanovski
Ismail, 10x for the FAST reply, I have tryed msg-id-type 0x00 and 0x01 and still the same :( As for the other issue I do not even put dlr-url in the sendsms url but it is in the smskannel.conf and it works (it fires the dlr event). any other idea? Alex Ismail Adebayo wrote: Hi I had a sim

Re: dlr status = 8 on delivered SMS ???

2005-07-21 Thread Ismail Adebayo
Hi Alex Have you confirmed with your provider that they support dlr and how? I have a provider that sends sms back to me as dlr. Ismail - Original Message - From: "aleksandar ivanovski" <[EMAIL PROTECTED]> To: Sent: Thursday, July 21, 2005 2:19 PM Subject: Re: dlr status = 8 on delivere

Re: Sending Wap push with Kannel and Openwave wap push library

2005-07-21 Thread Aarno Syvänen
What you mean with "receiving" ? You send the push to the phone, and the phone pulls the content. Aarno On 21.7.2005, at 9.18, Simon wrote: Dear all, I use kannel as my ppg and I use Openwave wap push library to submit message from my java application. I can send wap push by kannel to my

Re: wrong identification phone number with kannel 1.4.0

2005-07-21 Thread Aarno Syvänen
Kannel is changing the prefix 0 <-> 358. You can define prefix handling in your configuration file, perhaps your are using the example one (358 is for Finland). Aarno On 21.7.2005, at 13.15, Willy Mularto wrote: Hi list, I connect to my operator using SMPP 3.4 with transceiver mode. I test

Re: dlr status = 8 on delivered SMS ???

2005-07-21 Thread aleksandar ivanovski
Ismail, I was testing this in my company and it worked OK.(so they support dlr in this manner) I did the same deployment in a company (same Linux version, same kannel version ) same kannel conf and I have this problem. I even checked with my provider and they said to me that they didn't

Problems Receiving SMS messages

2005-07-21 Thread Henry Junior
Greetings, I am able to send SMS messages out via Kannel but have had no success receiving them. I am unclear if it's a result of my kannel.conf file or an issue with the way I have setup my GSM modem (I'm using my sony ericsson mobile phone via bluetooth on the cingular network in the un

Re: [Kannel-Users] dlr status = 8 on delivered SMS ???

2005-07-21 Thread Peter Beckman
Remember that Kannel itself generates the DLR for 8 (submitted successfully to SMSC), NOT the SMSC itself. The SMSC will generally send you DLR of 4, 2 and 1; Kannel generates DLRs for 8 and 16 (failed submit to SMSC). The DLR reports themselves also look different. Beckman On Thu, 21 Jul 2005

Re: [Kannel-Users] dlr status = 8 on delivered SMS ???

2005-07-21 Thread aleksandar ivanovski
This is new for me.(I guess this is kannel response not the SMSCs') How do I find out the originator of the delivery report? How would you comment that dlr-mask < 16 does not even trigger the DLR? I was receiving 16s when the number does not exist or similar... 10x, Alex Peter Beckman wrote:

Re: [Kannel-Users] Re: [Kannel-Users] dlr status = 8 on delivered SMS ???

2005-07-21 Thread Peter Beckman
On Thu, 21 Jul 2005, aleksandar ivanovski wrote: This is new for me.(I guess this is kannel response not the SMSCs') How do I find out the originator of the delivery report? Just look at the %a (response). If it looks like: ACK/ or NACK/69/... it's from kannel. If it looks like

Re: Problems Receiving SMS messages

2005-07-21 Thread Henry Junior
I wanted to followup on my initial post.  Surprise, surprise a search revealed an old post from Davy Chan that contained the answer to my question.  I want to thank Mr. Chan for sharing his considerable knowledge on these matters in a public forum so others can benefit from the hard work and time h

Problems with DATA_CODING

2005-07-21 Thread Anand Gupta
I seem to be facing some problems with the DATA_CODING part in the smpp protocol. It seems that kannel is sending 241 as the DATA_CODING to the smsc whereas my smsc needs it to be 0. Now due to this many chars are getting replaced at the smsc. Can anyone tell me how i can change the DATA_CODING ?

Ericsson 303 Error - PLEASE HELP

2005-07-21 Thread Ammar Alammar
Dear user list, I am writing in order to request help with attaining the correct AT commands  for the Ericsson r520m. The following is a set of notes capturing the problem: ~~~ 1) The sample config file "modems.conf" (attached) shipped with Kannel contains the

Re: Ericsson 303 Error - PLEASE HELP

2005-07-21 Thread Wilfried Goesgens
On Fri, Jul 22, 2005 at 01:12:41AM +0200, Ammar Alammar wrote: >init-string = "AT+CNMI=3,2,0,0" your modem doesn't port that. see the output of at+cnmi=? for the available values. use minicom to talk to your modem, or cu. Wilfried Goesgens --

Re: smsbox can't connect to bearerbox...

2005-07-21 Thread Wilfried Goesgens
On Thu, Jul 21, 2005 at 02:09:43AM +0200, darocz gabor wrote: > > > dear members, > > i've read a lot of your archives, but > couldn't find answeres for my problem > > i run a debian sid, so every package is new, > and i could manage to start the bearerbox > with a gsm modem (siemens 45). >

[?] Wireless/mobile events in California in August?

2005-07-21 Thread Baden de Bari
Hi, Since HP World has been cancelled (also cancelling the Wireless and Mobile forum there), I would like to know of any other wireless/mobile-related events being held in California in August - LA, San Francisco, etc. Thank you.-- Wise men talk because they have something to say; fools, because th

Re: At_smsc

2005-07-21 Thread Wilfried Goesgens
On Thu, Jul 21, 2005 at 10:44:57AM +0200, info.ubichip IMAP wrote: > Hello all, > > Does someone could tell me where I could find the latest at_smsc driver? if you dare to try my version find it at http://tar.gzippde.org/gateway.tar.bz2 please be patient with my dsl ;) > > Regards > > > --

RE: Problems with DATA_CODING

2005-07-21 Thread Ramesh T S
use coding=0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anand Gupta Sent: Friday, July 22, 2005 1:51 AM To: users@kannel.org Subject: Problems with DATA_CODING I seem to be facing some problems with the DATA_CODING part in the smpp protocol. It seems t