Re: Senders/from white-list

2009-11-09 Thread Nikos Balkanas
Very well. This is not recommended, though. If you branch off from maintree kannel you may have problems merging in patches. file: gw/smsbox.c function: smsbox_req_handle Unless you are absolutely sure you don't want them, don't disable destination white-lists. BR, Nikos - Original Messa

RE: Senders/from white-list

2009-11-09 Thread Ahmed Ibrahim ElShabrawy
Dear Nikos, I appreciate your support, would you guide me if I need to change the source code so the user white list filter the source instead of destination which source file I should study ? Best Regards, Ahmed Ibrahim ElShabrawy -Original Message- From: Nikos Balkanas [mailto:nbal

Re: Patch: smsc_smpp.c

2009-11-09 Thread Nikos Balkanas
Hi, Actually they are not. bind-addr-ton & bind-addr-npi in smpp are set indepedently. dest-addr-ton & source-addr-ton in smasi (the only other smsc using them) are also set independently. Lastly whether the phone number is international, national, or subscriber (ton) seems to me bears little r

Senders/from white-list

2009-11-09 Thread Ahmed Ibrahim ElShabrawy
Hello Everyone, Is there any way we can configure an outbound SMSC to allow only specific Senders "from" for the outgoing SMS (from User-> kannel HTTP interface-> SMSC -> Recipient Mobile) Ahmed Ibrahim

Re: DLR counters on the status page

2009-11-09 Thread Vincent CHAVANIS
tested, ++1 also for this patch Alejandro Guerrieri a écrit : Please see attached. It adds the new dlr fields, and also: 1. Adds the admin-id field on the SMSC list. 2. It replaces $HTTP_GET_VARS (very outdated) with $_REQUEST. Regards, -- Alejandro Guerrieri aguerri...@kannel.org

Re: DLR counters on the status page

2009-11-09 Thread Vincent CHAVANIS
tested and work as expected. ++1 Vincent. Alejandro Guerrieri a écrit : This patch adds separate dlr counters on the status page. This is much clearer than now imho, where we have dlr's and mo's mixed on the same counter. For example: ... SMS: inbound (0.00,0.00,0.00) msg/sec, *dlr (0.23

Re: Max Log Files

2009-11-09 Thread Alexander Malysh
Hi again, sorry, very busy today, will try review it tomorrow. Thanks, Alexander Malysh Am 09.11.2009 um 14:41 schrieb Alejandro Guerrieri: Ok, that explains it, then :) PS: When you have a minute (or 15 ;)), could you please review the two patches I've sent last week for meta-data on dlr

Re: Max Log Files

2009-11-09 Thread Alejandro Guerrieri
Ok, that explains it, then :) PS: When you have a minute (or 15 ;)), could you please review the two patches I've sent last week for meta-data on dlrs and independent dlr counters? Regards, -- Alejandro Guerrieri aguerri...@kannel.org On 09/11/2009, at 11:25, Alexander Malysh wrote: A

Re: SMPP Server using telnet GSM modem

2009-11-09 Thread Nikos Balkanas
Hi, There is a raw_tcp mode that might do what you want... Kannel is an SMPP client, not server. BR, Nikos - Original Message - From: "Steven Maddox" To: Sent: Monday, November 09, 2009 12:40 PM Subject: SMPP Server using telnet GSM modem Hi, I'm not at all sure this is possible

Re: [PATCH] compiling on OSX Snow Leopard

2009-11-09 Thread Alexander Malysh
commited to cvs. Thanks, Alexander Malysh Am 09.11.2009 um 11:40 schrieb Paul Bagyenda: True indeed. Updated one (attached) does not. On Nov 09, 2009, at 12:30, Alexander Malysh wrote: Hi, this patch will break old OSX support and 32bit compilation. Thanks, Alexander Malysh Am 06.11.20

SMPP Server using telnet GSM modem

2009-11-09 Thread Steven Maddox
Hi, I'm not at all sure this is possible but thought I'd lay the idea out in full and see what you think, apologies for all the links! (I'm hoping they illustrate things better than I can) From what I gather SMPP is the closest standard protocol you can get for sending/receiving SMS over a T

Re: [PATCH] compiling on OSX Snow Leopard

2009-11-09 Thread Paul Bagyenda
True indeed. Updated one (attached) does not. x86_64-osx-2.patch Description: Binary data On Nov 09, 2009, at 12:30, Alexander Malysh wrote: Hi, this patch will break old OSX support and 32bit compilation. Thanks, Alexander Malysh Am 06.11.2009 um 12:24 schrieb Paul Bagyenda: Kannel CV

Re: Max Log Files

2009-11-09 Thread Alexander Malysh
Am 09.11.2009 um 11:23 schrieb Alejandro Guerrieri: What would happen if you open many smsc binds to the same log file? Would those count as separate log files despite being written to the same file? yes they will count as separate log files because each log file may have different log l

Re: Max Log Files

2009-11-09 Thread Alejandro Guerrieri
What would happen if you open many smsc binds to the same log file? Would those count as separate log files despite being written to the same file? Regards, -- Alejandro Guerrieri aguerri...@kannel.org On 09/11/2009, at 10:45, Alexander Malysh wrote: Hi, this is only for performance rea

Re: Patch: smsc_smpp.c

2009-11-09 Thread Alexander Malysh
Hi, AFAIK ton and npi always bundled together. Therefore I don't see reason to define only one value... Thanks, Alexander Malysh Am 09.11.2009 um 10:54 schrieb Nikos Balkanas: Hi, I don't see a reason to keep these variables bundled. ton is more frequently changed. npi almost never does

Re: Patch: smsc_smpp.c

2009-11-09 Thread Nikos Balkanas
Hi, I don't see a reason to keep these variables bundled. ton is more frequently changed. npi almost never does. They mean different things, and are independent of each other. Why not give user the choice to set whatever they need in configuration? Same holds for source-addr-ton & npi. I think

Re: Max Log Files

2009-11-09 Thread Alexander Malysh
Hi, this is only for performance reasons. But IMHO 128 log files are too many for one instance :) Thanks, Alexander Malysh Am 06.11.2009 um 21:17 schrieb Alejandro Guerrieri: log.c, line 104: #define MAX_LOGFILES 128 Is there any reason why this number is so low? After adding about 30

Re: Patch: smsc_smpp.c

2009-11-09 Thread Alexander Malysh
Hi, I don't see reason to apply this patch. User can just define ton and npi settings. Maybe userguide patch would be more helpful? Thanks, Alexander Malysh Am 02.11.2009 um 12:31 schrieb Nikos Balkanas: Hi, This is another one in my series of trivial patches. This part of the configura

Re: [PATCH] compiling on OSX Snow Leopard

2009-11-09 Thread Alexander Malysh
Hi, this patch will break old OSX support and 32bit compilation. Thanks, Alexander Malysh Am 06.11.2009 um 12:24 schrieb Paul Bagyenda: Kannel CVS crashes when compiled as-is on Snow Leopard. Minor patch fixes things. Attached.