Re: smppbox code questions

2010-07-12 Thread Nikos Balkanas
; 'Victor Luchitz' vluch...@gmail.com; devel@kannel.org Sent: Monday, July 12, 2010 1:30 AM Subject: RE: smppbox code questions Nikos, you disappoint me. report_versions() is linked in from the gwlib libraries with the values that it was compiled with. Try it, and you will see. == Rene

RE: smppbox code questions

2010-07-12 Thread Rene Kluwen
@kannel.org Subject: Re: smppbox code questions Hey, I didn't say it would work, just asked if you had tried it. You can't expect me to remember by heart where each #define is set. Unfortunately it needs patching. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl

RE: smppbox code questions

2010-07-12 Thread Rene Kluwen
- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Rene Kluwen Sent: maandag 12 juli 2010 17:27 To: 'Nikos Balkanas'; 'Victor Luchitz'; devel@kannel.org Subject: RE: smppbox code questions To be honest: I didn't try it. But report_versions() is a gwlib library

Re: smppbox code questions

2010-07-12 Thread Nikos Balkanas
12, 2010 6:48 PM Subject: RE: smppbox code questions I added the file VERSION. Also I changed the gw/smppbox.c and I think I have a workaround. Now report_versions() says: 2010-07-12 17:47:35 [25289] [0] INFO: Debug_lvl = -1, log_file = none, log_lvl = 0 2010-07-12 17:47:35 [25289] [0] DEBUG

Re: smppbox code questions

2010-07-12 Thread Nikos Balkanas
Sent: Tuesday, July 13, 2010 1:40 AM Subject: Re: smppbox code questions As anticipated this is wrong and can be confusing to users. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: 'Rene Kluwen' rene.klu...@chimit.nl; 'Nikos Balkanas' nbalka...@gmail.com

Re: smppbox code questions

2010-07-11 Thread Nikos Balkanas
, 2010 11:48 PM Subject: RE: smppbox code questions That is a gwlib quirk. The function report_versions() has the Kannel version hard coded in it. Sqlbox has the same problem. Maybe we need to send in a patch for gwlib/utils.c. == Rene -Original Message- From: Victor Luchitz

RE: smppbox code questions

2010-07-11 Thread Rene Kluwen
I haven't tried. But it will only work if I recompile gwlib after the new #define's. == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: zondag 11 juli 2010 9:46 To: Rene Kluwen; 'Victor Luchitz'; devel@kannel.org Subject: Re: smppbox code questions Hi

Re: smppbox code questions

2010-07-11 Thread Nikos Balkanas
, July 11, 2010 4:50 PM Subject: RE: smppbox code questions I haven't tried. But it will only work if I recompile gwlib after the new #define's. == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: zondag 11 juli 2010 9:46 To: Rene Kluwen; 'Victor Luchitz

RE: smppbox code questions

2010-07-11 Thread Rene Kluwen
Luchitz'; devel@kannel.org Subject: Re: smppbox code questions Nope, that would defeat the whole puprose. Add it to your code, just before calling report_versions() BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: 'Nikos Balkanas' nbalka...@gmail.com; 'Victor

Re: smppbox code questions

2010-07-10 Thread Victor Luchitz
9 juli 2010 23:19 To: Rene Kluwen Subject: Re: smppbox code questions Yeah, I was thinking about this hack as well, but it's going to create more problems than it solves. Btw, why does smppbox use system-type as boxc_id instead of ESME's login name? That forces EMSE's to have distinct system

RE: smppbox code questions

2010-07-10 Thread Rene Kluwen
] Sent: zaterdag 10 juli 2010 9:16 To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions In my opinion it doesn't make much sense to have things this way. First of all, you still need to list each system-id/password/system-type triple individually in the smpp-logins file: system-id1

Re: smppbox code questions

2010-07-10 Thread Victor Luchitz
been an option. It's just a choice that I made. == Rene -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: zaterdag 10 juli 2010 9:16 To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions In my opinion it doesn't make much sense to have

RE: smppbox code questions

2010-07-10 Thread Rene Kluwen
questions 2010/7/10 Rene Kluwen rene.klu...@chimit.nl: Passwords depend on system-ids. Not system-types. So per system-id you only have to change one password. I didn't say that. n fact, I said quite the opposite :P system-id1 pass system-type1 system-id1 pass system-type2 Now, imagine you

Re: smppbox code questions

2010-07-10 Thread Victor Luchitz
Subject: Re: smppbox code questions 2010/7/10 Rene Kluwen rene.klu...@chimit.nl: Passwords depend on system-ids. Not system-types. So per system-id you only have to change one password. I didn't say that. n fact, I said quite the opposite :P system-id1 pass system-type1 system-id1 pass

RE: smppbox code questions

2010-07-10 Thread Rene Kluwen
To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions In this case, system-type is just a mandatory but redundant alias for system-id :P I can code a patch that will make system-type optional, in this case smppbox will use system-id as boxc_id. This mode will be toggled by a config

Re: smppbox code questions

2010-07-10 Thread Victor Luchitz
[mailto:vluch...@gmail.com] Sent: vrijdag 9 juli 2010 23:19 To: Rene Kluwen Subject: Re: smppbox code questions Yeah, I was thinking about this hack as well, but it's going to create more problems than it solves. Btw, why does smppbox use system-type as boxc_id instead of ESME's login name

RE: smppbox code questions

2010-07-10 Thread Rene Kluwen
: smppbox code questions Oh, my original patch was missing the smppbox-cfg.def part (in attachment) so currently you can't specify any of the new vars, otherwise smppbox doesn't start. One thing I noticed is that you committed my patch with vars using shorter names: src-addr-npi, etc, while the svn

Re: smppbox code questions

2010-07-10 Thread Victor Luchitz
to include the svn version numbers. But so far no luck. I did check things in, in case you want to have a look at it. -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: zaterdag 10 juli 2010 18:27 To: Rene Kluwen Subject: Re: smppbox code questions Ok

RE: smppbox code questions

2010-07-10 Thread Rene Kluwen
To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions Yeah, I made similar changes locally with the same result: at startup, smppbox prints the following message: [91108] [0] DEBUG: Kannel smppbox version `svn-r4833M'. which is kannel's svn revision number, not that of smppbox

Re: smppbox code questions

2010-07-09 Thread Victor Luchitz
Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Victor Luchitz Sent: donderdag 8 juli 2010 15:06 To: devel@kannel.org Subject: Re: smppbox code questions Yeah, you committed the proposed change to boxc-boxc_id in revision 15. What I'm asking about

RE: smppbox code questions

2010-07-09 Thread Rene Kluwen
to distinguish to which box_id it belongs. == Rene -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: vrijdag 9 juli 2010 11:12 To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions On a side note, why does smppbox use boxc_id as the first parameter passed

Re: smppbox code questions

2010-07-09 Thread Victor Luchitz
smppbox. So bearerbox will find their dlr's. And smppbox will do also. == Rene -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: vrijdag 9 juli 2010 13:55 To: Rene Kluwen Subject: Re: smppbox code questions Well, this is going against the logic in bearerbox

RE: smppbox code questions

2010-07-09 Thread Rene Kluwen
If bearerbox sends a report_mo, then it should include a status (dlr type) as well. Or am I wrong? == Rene -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: vrijdag 9 juli 2010 14:24 To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions

Re: smppbox code questions

2010-07-09 Thread Victor Luchitz
, then it should include a status (dlr type) as well. Or am I wrong? == Rene -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: vrijdag 9 juli 2010 14:24 To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions Unfortunately there's currently no way

RE: smppbox code questions

2010-07-09 Thread Rene Kluwen
. == Rene -Original Message- From: Victor Luchitz [mailto:vluch...@gmail.com] Sent: vrijdag 9 juli 2010 15:35 To: devel@kannel.org; Rene Kluwen Subject: Re: smppbox code questions Yes, but how is this relevant? I mean, there are two possibilities to make smppbox be aware of bearerbox

RE: smppbox code questions

2010-07-08 Thread Rene Kluwen
It's already in the code. Current revision is 16. == Rene -Original Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Victor Luchitz Sent: donderdag 8 juli 2010 7:52 To: devel@kannel.org Subject: Re: smppbox code questions Any hope

Re: smppbox code questions

2010-07-08 Thread Victor Luchitz
. == Rene -Original Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Victor Luchitz Sent: donderdag 8 juli 2010 7:52 To: devel@kannel.org Subject: Re: smppbox code questions Any hope this will be reviewed and committed? I'm also working

Re: smppbox code questions

2010-07-07 Thread Victor Luchitz
Luchitz Sent: dinsdag 6 juli 2010 14:53 To: devel@kannel.org Subject: Re: smppbox code questions 1) I think this assumption is incorrect. I have the routing set up this way in bearerbox: group = smsbox-route smsbox-id = vma smsc-id = HTTP So all messages on the 'HTTP' smsc get routed

RE: smppbox code questions

2010-07-06 Thread Rene Kluwen
- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Victor Luchitz Sent: maandag 5 juli 2010 20:36 To: devel@kannel.org Subject: smppbox code questions Hello, I have a few questions for you regarding the handling of DLR's by smppbox, which might also turn out to be bugs. 1

RE: smppbox code questions

2010-07-06 Thread Rene Kluwen
Of Victor Luchitz Sent: dinsdag 6 juli 2010 14:53 To: devel@kannel.org Subject: Re: smppbox code questions 1) I think this assumption is incorrect. I have the routing set up this way in bearerbox: group = smsbox-route smsbox-id = vma smsc-id = HTTP So all messages on the 'HTTP' smsc get routed

Re: smppbox code questions

2010-07-06 Thread Victor Luchitz
Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Victor Luchitz Sent: dinsdag 6 juli 2010 14:53 To: devel@kannel.org Subject: Re: smppbox code questions 1) I think this assumption is incorrect. I have the routing set up this way in bearerbox: group

smppbox code questions

2010-07-05 Thread Victor Luchitz
Hello, I have a few questions for you regarding the handling of DLR's by smppbox, which might also turn out to be bugs. 1) In msg_to_pdu function there's a line which reads: dlr = dlr_find(msg-sms.boxc_id, msgid, msg-sms.receiver, dlrtype); I think it's incorrect because when a DLR is stored

Some Questions

2008-02-10 Thread [EMAIL PROTECTED]
Hi List, I have a HTTP connection with my telco, and they send us a custom set of parameter. What I want to know is, which files that I need to patch in order to grab those custom parameters. Second question, my telco send a 21 long numeric transaction id. And I store is as binfo. When I see the

Re: Some Questions

2008-02-10 Thread [EMAIL PROTECTED]
Hi Andreas, Thanks for the reply. 1. The custom parameter such as http://host/?smstype=numericsubstype=alphanumeric... 2. The effect of 2.0003040124E 19 instead of using 200030401240 in the dlr log is, Kannel failed to lookup the correct record to update the status. 3. The transaction ID

Re: Some Questions

2008-02-10 Thread Andreas Fink
On 11.02.2008, at 03:47, [EMAIL PROTECTED] wrote: Hi List, I have a HTTP connection with my telco, and they send us a custom set of parameter. What I want to know is, which files that I need to patch in order to grab those custom parameters. can you be more specific about what custom

Kannel Questions

2007-12-06 Thread Chase Florell
carrier data as well as phone number portability. For this reason, I have a few questions 1) I am wondering if I can send sms from a web page to a kannel gateway? 2) Am I able to set quota's per user and sign users up via a web page? 3) I need to install it on a windows machine

Kannel Questions

2007-11-28 Thread Chase Florell
carrier data as well as phone number portability. For this reason, I have a few questions 1) I am wondering if I can send sms from a web page to a kannel gateway? 2) Is there any charge per message or anything along those lines 3) I need to install it on a windows machine

Kannel Questions

2007-11-28 Thread Chase Florell
carrier data as well as phone number portability. For this reason, I have a few questions 1) I am wondering if I can send sms from a web page to a kannel gateway? 2) Is there any charge per message or anything along those lines 3) I need to install it on a windows machine

Few questions

2007-08-23 Thread Syed Riaz
Hi, I looked at this product and was able to install it and still going through the documentation. I have set of questions What I am trying to do I want to setup my own sms messaging service i.e I want want to send bulk sms from this kannel software to my friends mobile number How can I

Questions from Newbie to SMS And Kannel

2005-05-05 Thread Dreams Come Ture
Hi, I am very very newbie in SMS and Kannel. My questions might be a little bit very stupid to you. However, if you can,please, educate me. 1. To set up a sms gateway, do I have to haveSMSC specifications for each carrier, such as T-mobile, sprint, and verison. 2. I heard from some forum

Re: Questions from Newbie to SMS And Kannel

2005-05-05 Thread Arne K. Haaje
torsdag 5. mai 2005, 14:43, skrev Dreams Come Ture: Hi,   I am very very newbie in SMS and Kannel. My questions might be a little bit very stupid to you. However, if you can, please, educate me.   1. To set up a sms gateway, do I have to have SMSC specifications for each carrier, such as T

Questions about some features.

2004-12-23 Thread Shadi Al-Areed
Hello all, I have questions about some kannel features as follows: 1. X-Kannel headers: I was trying to use these headers, some times in the service definition group in the config file, other times in the sms push (sendsms) function, but with no success. 2. Introducing delay: Is there a way

Re: Questions

2004-02-03 Thread Stipe Tolj
zohar wrote: Hi, I tried getting some answers on the users' list, but nobody answered. I hope I have better luck here: 1. Is it possible to limit the listening endpoint in kannel to specific interfaces, instead of them listening on all IPs? yes, you can define in the conf file to which

Questions

2004-02-02 Thread zohar
Hi, I tried getting some answers on the users' list, but nobody answered. I hope I have better luck here: 1. Is it possible to limit the listening endpoint in kannel to specific interfaces, instead of them listening on all IPs? 2. Is it possible to control the URLs accessible via the WAP Gateway?