SMPP

2003-08-25 Thread Adolf Ahmad MS
Hi All, Help me please. How to use SMPP using Kannel and How to emulate SMSC using Kannel ? I'm the beginner user of kannel. Adolf Ahmad MS Adolfo ;-) [EMAIL PROTECTED]

RE: SMPP

2003-08-25 Thread Adolf Ahmad MS
Thank's a lot Yasir, Does not it special setting to enable the SMPP ? How do we connect to SMSC ? Example: My Kannel Server use 192.168.99.9 Telco's SMSC use IP 192.168.99.10 (example) How can the SMSC forward SMS to Kannel and how Kannel sent the SMS to SMSC via SMPP.

[RFC] Resouce leak/Denial of service in bb_boxc.c

2003-08-25 Thread Paul Keogh
In boxc_sender (), the code /* wait for smsbox identification */ if (bb_status != BB_DEAD conn-alive conn-is_wap == 0) { mutex_lock(conn-boxc_id_mutex); debug(bb.boxc, 0, boxc_sender: sender unlocked); mutex_unlock(conn-boxc_id_mutex); } means that this

Re: Kannel Gateway in Realtime

2003-08-25 Thread pranesh sharma
Asif. As u mentioned that sms will be sent via the SMSC i agree with it. But in this case whats the use of Kannel gateway if i have to subscribe to the smsc or i have to use gsm modem for kannel gateway.. I m sorry for it... i know to use anything i have to pay nothing is free. I have already

Re: [RFC] Resouce leak/Denial of service in bb_boxc.c

2003-08-25 Thread Stipe Tolj
Paul Keogh wrote: In boxc_sender (), the code /* wait for smsbox identification */ if (bb_status != BB_DEAD conn-alive conn-is_wap == 0) { mutex_lock(conn-boxc_id_mutex); debug(bb.boxc, 0, boxc_sender: sender unlocked); mutex_unlock(conn-boxc_id_mutex);

Re: sms MT charging advice

2003-08-25 Thread Stefan Cars
The patch that I submitted together with someone from Finland who I don't remember the name of provided an option (CIMD2 patch) if you should set only the first message as a tariffed SM or if all (splitted) messages should be tariffed. REgards, Stefan Cars On Mon, 18 Aug 2003, DILWORTH MICHAEL

Re: Problems with the handling of DLR's / SMPP

2003-08-25 Thread Alexander Malysh
Hi, no problem here at all ;) just try to not define the msg-id-type for this smsc and all should be fine... please for the future: read userguide! On Monday 25 August 2003 20:23, Stefan Cars wrote: Hi! I just stumpled across a problem using DLR with a new SMSC (SMPP), this have been

Re: Problems with the handling of DLR's / SMPP

2003-08-25 Thread Alexander Malysh
oops, sorry If have read userguide , but I believe not sooo deeply ;) You need msg-type-id set for: submit_resp = HEX , deliver_sm = DECIMAL Good luck! On Monday 25 August 2003 20:39, Stefan Cars wrote: Without msg-id-type the dump is as follows: 2003-08-25 20:36:45 [6] DEBUG: SMPP[t2new]:

Re: Problems with the handling of DLR's / SMPP

2003-08-25 Thread Stefan Cars
Hehe, I've tried that aswell, nothing of it works... I've set msg-type-id to all the different values that you can think of. / Stefan On Mon, 25 Aug 2003, Alexander Malysh wrote: oops, sorry If have read userguide , but I believe not sooo deeply ;) You need msg-type-id set for: submit_resp =

Re: Problems with the handling of DLR's / SMPP

2003-08-25 Thread Alexander Malysh
hmm, please try msg-id-type = 1 and send us the debug log ... Thanks... On Monday 25 August 2003 20:43, Stefan Cars wrote: Hehe, I've tried that aswell, nothing of it works... I've set msg-type-id to all the different values that you can think of. / Stefan On Mon, 25 Aug 2003, Alexander

Re: [RFC] Resouce leak/Denial of service in bb_boxc.c

2003-08-25 Thread Stipe Tolj
I think some code is needed in boxc_receive() to cater for this; ie. msg = read_from_box(conn); if (msg == NULL) { /* garbage/connection lost */ conn-alive = 0; if (conn - boxc_id == NULL) mutex_unlock(conn-boxc_id_mutex);