SMS

2007-02-07 Thread Kanat Zaiitov
it is third day I am trying to work with Kannel, started with fakesmsc. why it always says that I have - WARNING: smsbox_list empty! ? I can't find any more info in manual. in forum archive found several threads saying that it may be of sqlbox-id - did not help. and another thread about WARNING:

Message recieving help needed....

2007-02-07 Thread Tushar
Hi all, I m using kannel from last 1 month. I am able to send sms, wap push thru kannel, but unable to receive any messages. Plz help me with the configuration for receiving messages. Thanks and regards, Tushar

dlr-url + mysql + reception

2007-02-07 Thread Tushar
Hi all, I am unable to get DLRs in mysql database and even not not able to set dlr-url...and also unable to receive any messages in kanel. Plz somebody help me. Thanx and Regards, tushar

Re: dlr-url + mysql + reception

2007-02-07 Thread Ady Wicaksono
Why don't u start shared your kannel configuration to others? On 2/7/07, Tushar [EMAIL PROTECTED] wrote: Hi all, I am unable to get DLRs in mysql database and even not not able to set dlr-url…….and also unable to receive any messages in kanel. Plz somebody help me. Thanx and

sendota can't use DLR ?

2007-02-07 Thread Julien Buratto
Quote strange, when using sendota to send come otas, DLR seems not to work (I don't mean I get a failure dlr, I mean dlr-mask and dlr-url seems to be ignored) When I do it manually with sendsms and use a binary message I get the DLRs any suggestions ? Cheers J

SMPP, error

2007-02-07 Thread vera virginia
2007-02-06 04:03:26 DLR SMS [SMSC:yod] [SVC:] [ACT:] [BINF:] [from:08] [to:+y6668] [flags:-1:-1:-1:-1:2] [msg:122:id:0004852605 sub:001 dlvrd:000 submit date:0702060403 done date:0702060403 stat:DELETED err:200 text:Valenti ...] [udh:0:] What's that mean stat:DELETED err:200 ? Vera-

Re: SMPP, error

2007-02-07 Thread Ady Wicaksono
I think it's clear that your SMS is not delivered to mobile phone (undelivered). moreover SMSC state that your sms was deleted. Clear enough though? See SMPP v 3.4 spec and you will find about common string used by SMSC to send delivery report On 2/7/07, vera virginia [EMAIL PROTECTED] wrote:

Re: dlr-url + mysql + reception

2007-02-07 Thread Tushar
Hi, This is my configuration file: group = core admin-port=13000 smsbox-port = 13001 wapbox-port = 13002 admin-password = hungama wdp-interface-name = * log-file = /tmp/bearerbox.log log-level = 0 group = wapbox bearerbox-host = localhost log-file = /tmp/wapbox.log

Re: SMS

2007-02-07 Thread Heru Tjatur
It might help to add: smsbox-id = some_id to smsbox group in your conf --tjatur On Wed, 2007-02-07 at 14:23 +0500, Kanat Zaiitov wrote: it is third day I am trying to work with Kannel, started with fakesmsc. why it always says that I have - WARNING: smsbox_list empty! ? I can't find any

Re: dlr-url + mysql + reception

2007-02-07 Thread Heru Tjatur
It seems you haven't set you dlr storage destination in your conf. And if you plan to use mysql as your dlr storage, you have to add/define dlr-db group and connection to the db. It might help to take a look at this URL: http://kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN452

DLR help

2007-02-07 Thread Tushar
Hi all, I m configuring kannel message reception. The DLRs received by kannel is not getting saved MYSQL.. The log of bearerbox is as follows:- Please help me with the configuration of DLRs... 2007-02-07 17:15:51 [15840] [7] DEBUG:Octet string at 0x81cc2f0: 2007-02-07

Re: DLR help

2007-02-07 Thread Heru Tjatur
Hi, AFAIK, MySQL storage in dlr storage means/work when DLR for specified message arrive, it will trigger dlr-url in dlr storage, and then delete the entry. If you plan to record the dlr status, you have to do some scripting and put it in your dlr-url (the action will be done if DLR arrived).

SOLARIS 8 Installation probs

2007-02-07 Thread Mike Nwaogu
Hello Yall, I've been trying to install kannel on a Solaris 8 on a SPARC platform. Discovered there was no Gnu C libraries installed. I downloaded and installed the version for solaris 8. I still can't compile kannel. twas returning someerror about as from google it suggests I install:

Re: SOLARIS 8 Installation probs

2007-02-07 Thread Rodrigo Cremaschi
Hi Michael, You're missing some Solaris packages. You may find them at http://www.sunfreeware.com/ On the right margin, you will find SPARC / Solaris 8 Packages. Browse down to gcc-3.4.6, download (the transfer may be sloow) and install. You may need also libgcc-3.4.6.

Re: SMPP, error

2007-02-07 Thread Stipe Tolj
vera virginia wrote: 2007-02-06 04:03:26 DLR SMS [SMSC:yod] [SVC:] [ACT:] [BINF:] [from:08] [to:+y6668] [flags:-1:-1:-1:-1:2] [msg:122:id:0004852605 sub:001 dlvrd:000 submit date:0702060403 done date:0702060403 stat:DELETED err:200 text:Valenti ...] [udh:0:] What's that mean

Re: DLR help

2007-02-07 Thread Ben Suffolk
Hi Tushar, I think your problem is maybe related to the message being returned in hex. You need to look at the bit in the same log where the message is submitted and what is stored in the DLR table. Sometimes the message ID format is different in the submit_resp PDU than in the

RE: DLR help

2007-02-07 Thread Tushar
Hi, I tried for all the options of msg-id-type but it didn't work out. So plz help me out with this DLR stuff Thanx and regards, tushar _ From: Ben Suffolk [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 12:16 AM To: Tushar Cc: users@kannel.org Subject: Re: DLR