Re: Can you provide Complete Installation Steps of Kannel SMS Gateway in Lunux( Fedora or Ubuntu )

2012-11-01 Thread Nagendra Babu
-- *Nagendra Babu* *+91 9949217507*

Re: Internal Message ID

2012-11-01 Thread Willy Mularto
Thanks Stipe, is there any way to create custom internal message id format/structure (such as concatenate sender+current_date_time)? On Nov 1, 2012, at 12:48 PM, Stipe Tolj wrote: Am 31.10.2012 09:16, schrieb Willy Mularto: In situation where multiple Kannel daemon run on the same server

Re: Kannel Per SMSC

2012-11-01 Thread Willy Mularto
I manage it, currently 6 kannel instances and no problem at all. Just configure the proper port for each config. On Nov 1, 2012, at 11:28 AM, Sabry Sadiq wrote: Hi All, A little new to using Kannel. Has anyone managed to set up multiple kannel instances per SMSC? Kind Regards,

Re: Kannel Per SMSC

2012-11-01 Thread Sabry Sadiq
Thanks Willy. Are you referring to the admin and smsbox ports?. So do I make copies of the existing installation and use different ports numbers for each? Sent from my Telstra Next G device Willy Mularto sangpr...@gmail.com wrote: I manage it, currently 6 kannel instances and no problem at

Re: Kannel Per SMSC

2012-11-01 Thread Willy Mularto
In my case is to have independent connection per smsc. So whenever I need to restart 1 smsc due to any new configuration it will not disturb others. On Nov 1, 2012, at 5:03 PM, spameden wrote: Why do you need this? Kannel can easily handle multiple SMSC links without any problems. It

Re: Kannel Per SMSC

2012-11-01 Thread spameden
You can do this via remove-smsc?smsc=XXXpassword=XXX and add-smsc?smsc=password=XXX via kannel's web interface without restarting kannel (it will re-read it's configuration and find relevant entry for smsc) :) 2012/11/1 Willy Mularto sangpr...@gmail.com In my case is to have independent

Re: keyword-regex

2012-11-01 Thread spameden
For getting case-insensitive regex search you need to tweak *gw/urltrans.c*and add somewhere 1004 } 1005 gwlist_destroy(l, octstr_destroy_item); 1006 } 1007 1008 octstr_append_cstr(keyword_regex, )[ ]*); 1009 } else if (keyword_regex

Re: Kannel Per SMSC

2012-11-01 Thread Doug Dixon
Yes - which is awesome. A related question I've had for a while - is it possible to reload the sms-service definitions without restarting Kannel? On Thu, Nov 1, 2012 at 11:25 PM, spameden spame...@gmail.com wrote: You can do this via remove-smsc?smsc=XXXpassword=XXX and

Re: Kannel Per SMSC

2012-11-01 Thread spameden
Yes, you can do this with: http://www.kannel.org/~tolj/patchsets/graceful/gateway-graceful-restart.diff it's not included as of yet. I didn't test yet, but will do today or tomorrow. 2012/11/2 Doug Dixon doug.di...@runthered.com Yes - which is awesome. A related question I've had for a

Re: keyword-regex

2012-11-01 Thread Willy Mularto
Hi, Many thanks for the clue. Will get back to you by Skype :) On Nov 1, 2012, at 8:21 PM, spameden wrote: For getting case-insensitive regex search you need to tweak gw/urltrans.c and add somewhere 1004 } 1005 gwlist_destroy(l, octstr_destroy_item);

Re: Kannel Per SMSC

2012-11-01 Thread Juan Nin
No, right now the patch only applies to smsc groups. IMHO tlv groups should be added too (I believe Stipe has plans about working on that part too). sms-service definitions are part of smsbox which does not have a graceful restart yet. On Thu, Nov 1, 2012 at 7:22 PM, spameden spame...@gmail.com

Re: Kannel Per SMSC

2012-11-01 Thread spameden
ah right, sorry i confused smsbox with bearerbox parts. 2012/11/2 Juan Nin jua...@gmail.com No, right now the patch only applies to smsc groups. IMHO tlv groups should be added too (I believe Stipe has plans about working on that part too). sms-service definitions are part of smsbox which

Re: Kannel Per SMSC

2012-11-01 Thread Doug Dixon
I would give you a big kiss if you got this working :) On Fri, Nov 2, 2012 at 4:22 PM, spameden spame...@gmail.com wrote: ah right, sorry i confused smsbox with bearerbox parts. 2012/11/2 Juan Nin jua...@gmail.com No, right now the patch only applies to smsc groups. IMHO tlv groups should