Re: sqlbox included in head cvs?

2004-11-25 Thread Rene Kluwen
Hello Klaus, An answer to your question, one by one: Sqlbox is not included in CVS as of yet. You can compile with either MySQL or Postgres support alternatively. Both will work. The latest patch is against CVS version of Oktober 31th but should be applicable to current HEAD as well. In case

Re[4]: parse carrier_id from SMPP

2004-11-25 Thread Rolandow
Hello Rodrigo, The API document says this about the carrier_id: Upon request, we can configure its system to add carrier identification on MO messages. This can be required in permium billing cases where a different price is set on different carriers, and the content provider needs the carrier

Re: sqlbox included in head cvs?

2004-11-25 Thread Klaus Darilion
Hi Rene! Thanks for your answers. I will try it step by step. I now compile CVS from source with pgsql support and test the DB-connectivity using DLR storage. If this works, i will test the sqlbox. I reviewed the patch and found some stuff for MSSQL. Sothis patch is not only for sqlbox, but

Re: Re[4]: parse carrier_id from SMPP

2004-11-25 Thread Rodrigo A. Cremaschi
Yes Roland, that optional parameter is passed as a TLV in an incoming PDU. Unfortunately, Kannel only reports TLV's as errors in the logs: 2004-11-25 10:00:24 [93720] [20] ERROR: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! I posted this question a while ago and

Re[6]: parse carrier_id from SMPP

2004-11-25 Thread Rolandow
Hello Rodrigo, Hm. That's a shame. So if you needed this feature as well, how did you solve it? Did you do some programming in the source of Kannel, or did you parse the logs to gather the information you needed? I'm wondering if we can use an other field to put the carrier_id in. Maybe when end

messages delayed

2004-11-25 Thread Sasko Celakovski
Hi, I've experienced a problem with Kannel when I was sending bulk messages from application that uses Kannel's senssms... The probelm was that messages were delivered with 7 hours delay. They were logged in smsboxacces.log in 14:30 and in access.log in 21:30... the other indication that I have

[ANNOUNCE] Kannel 1.4.0 stable release available

2004-11-25 Thread Stipe Tolj
The Kannel Group is pleased to announce the availability of the Kannel 1.4.0 stable release via the project web site http://www.kannel.org/ -- NEWS about Kannel: Open Source WAP and SMS Gateway version 1.4.0 This is a STABLE version. It should be usable for production systems. Please do report

Re: sqlbox included in head cvs?

2004-11-25 Thread jason
Klaus Darilion klaus.kannel at pernau.at writes: hi Klaus, just want to ask u something about receiving sms from the smsc. do i need to specify any port for the smsc to connect to my server? or the current port and receving-port variable will be enough? thx for your time. Hi all! I'm

Message failed

2004-11-25 Thread João Correia
Hello, I have a Nokia 7110 and Im testing Kannel. When I send a message , it fails. I try on the phone and I can send SMS trough the phone, but when using Kannel I get failed. Any tips about why ? Regards Joao Correia

Re: sqlbox included in head cvs?

2004-11-25 Thread Klaus Darilion
Hi Jason! I'm also a newbie, but this is my working configuration (NowSMS acts as SMSC). # the bearerbox connects to the SMSCs group = smsc smsc = smpp smsc-id = klaussmsc host = 8.12.12.12 # transceiver only supported bym SMPP =3.4 # transceiver-mode = 1 # # these ports are configured at the

Error when sending SMS

2004-11-25 Thread João Correia
On bearerbox I have this: 2004-11-25 19:25:28 [8] DEBUG: boxc_receiver: sms received 2004-11-25 19:25:28 [6] DEBUG: smscconn_sender (AT: /dev/ttyS0): sending message 2004-11-25 19:25:28 [6] DEBUG: TP-Validity-Period: 24.0 hours 2004-11-25 19:25:28 [6] DEBUG: AT: Command: AT+CMGS=17 2004-11-25

Gateway-1.4.0

2004-11-25 Thread João Correia
Anyone had the same problem while trying to configure 1.4.0 ? [EMAIL PROTECTED] gateway-1.4.0]# ./configure --with-mysql --with-mysql-dir=/usr -enable-mysql --prefix=/smsc Configuring DB support ... checking whether to compile with MySQL support... searching checking for mysql_config...

Re: sqlbox included in head cvs?

2004-11-25 Thread Rene Kluwen
Hello Klaus, Yeah, there's priliminary code for MS-SQL for dlr storage and sqlbox tables (sending and receiving). However, this code has never been tested by myself and AFAIK also not by others. Rene Kluwen Chimit Klaus Darilion wrote: Hi Rene! Thanks for your answers. I will try it step by

Re: Gateway-1.4.0

2004-11-25 Thread Alejandro Guerrieri
Joao, Search the list archive, there's a simple solution for that (RedHat isn't it? ). The error is caused by the single quotes around -L'/usr/lib/mysql' so a simple fix on configure script is needed to solve it. Details are already on the list archive. Search the list for dlr mysql redhat and

Re: sqlbox included in head cvs?

2004-11-25 Thread shyam kumar
hi jason yes u require atleast one port to connect to the smsc, if u keep just current port(nothing but the transmitter port if u opt for separate ports for Rx and Tx) and receiving port means (the receiver port), if u go for Transceiver mode to ur smsc then u need to just have the current port

[Spam] Re: SMS routing between two SMSC

2004-11-25 Thread shyam kumar
hi Pomah, On Thu, 2004-11-25 at 15:03, Роман wrote: Dear, Sirs! I have two different SMSC(one SMPP based, another one based upon HTTP) in configuration file and have some problems with routing. I want to route reply to the same SMSC, which receive request. I make configuration as in