Re: [RFC] SMPP TON detection

2002-10-16 Thread Nisan Bloch
At 12:29 PM 10/16/02 +0200, Stipe Tolj wrote: >how about a smsc group directive like this: > > group = smsc > smsc = smpp > > autodetect-ton-npi = yes > ... +1 nisan >which means if this boolean directive is set, the smpp module will >(for this smpp link only) do the autodetection an

access.log

2002-10-16 Thread Andy Elacion, Jr.
I ask this in user group but it seems that I ask in the wrong group. Can the accesslog be stored on a database, ie mySQL? Thank you very much.

bearerbox problem

2002-10-16 Thread Guanghua Hou
Dear sir, When I start bearerbox, a thread "sms_router" will shutdown immediately. The log file records following info: DEBUG: sms_router: list_len = 0 DEBUG: Thread 3 (gw/bb_smscconn.c:sms_router) terminates So the message can't be sent to SMSC. Pls help me. Best Regards, Guan

Re: [RFC] new stable maintainance release

2002-10-16 Thread lijl
may i get kannel l.2.1 in tar or zip type? - Original Message - From: "Stipe Tolj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 5:32 PM Subject: [RFC] new stable maintainance release > Ok, since there have been some (more or less) significant huge

Re: Kannel on Solaris 8

2002-10-16 Thread Alan McNatty
Thanks for your feedback. Yes worked out of the box. Noticed the solaris directory in code tree and tried to make a package although it seems a bit broken. What is the status of this? Anyone interested in patches to get it working, etc? On Wed, 2002-10-16 at 00:06, Stipe Tolj wrote: > > Am intere

Small typo fix (smsc_smpp)

2002-10-16 Thread Alexander Malysh
Hi All, here is small typo bugfix. Otherwise if you get error from SMSC you can't find DLR for this sms. -- Mit besten Grüßen aus Köln Dipl.-Ing. Alexander Malysh ___ Centrium GmbH Ehrenstraße 2 50672 Köln Fon: +49 (0221) 277 49 150 Fax: +49 (0221) 277

todays kannelcvs still broken

2002-10-16 Thread GAksenov
Hello! current cvs version of kannel still go down with the following words in log file. (internal dlr storage in use) 2002-10-16 18:42:55 [10] DEBUG: EMI2[MTS]: Got packet from the main socket 2002-10-16 18:42:55 [10] DEBUG: EMI2[MTS]: emi2 parsing packet: <00/00109/O/52/462/89021733068

RE: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Oded Arbel
It will work as long as your SMSC sends you those optional fields. when kannel with those fields will try to parse a PDU that does not contain those fields (they are optional, after all) it will break horribly. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread David Chkhartishvili
I've already patched kannel. I added fields in smpp_pdu.def, I thought it was enough. At least it works for me. Oded Arbel wrote: >For that we need to support optional fields in the SMPP driver - its not as easy as >it looks. > >-- >Oded Arbel >m-Wise mobile solutions >[EMAIL PROTECTED] > >+9

[FYI] SMPP DLR msg id changes

2002-10-16 Thread Stipe Tolj
Ok, the thread about my veto to Andreas' commit have the following result yet: I commited a changed gw/smsc/smsc_smpp.c module that acts as follows: By default (SMPP spec compliant) the module will assume the msg ids are C strings, hence they are writen and searched unmodified to the dlr proces

RE: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Oded Arbel
For that we need to support optional fields in the SMPP driver - its not as easy as it looks. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Acting is not very hard. The most important things are to be able to laugh and cry. If I have to cry

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread David Chkhartishvili
And one more time I want to discuss the way kannel currently gets information about delivery status. Not all SMSC's return delivery status in deliver_sm pdu's short_message field. Instead, they use optional fields receipted_message_id and receipted_message_id. I think it also shuld be configura

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Stipe Tolj
> My SMSC also uses C octets. > I think sms-id format (hex, dec or c octet) should be configurable (atm > only hex and dec). agreed, we should take in account that SMSCs may return msg id's that are alphanumeric and hence don't fit the decimal or hex rules. Stipe [EMAIL PROTECTED] -

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Stipe Tolj
> Now you confuse me. According to the specs of SMPP 3.4, the message ID comes as C >string. So why should we care if it is hex or decimal? The length can be even up to >65 characters. > > We have two SMPP links which both didn't work because of that. The patch I did takes >the message_id "as

RE: [RFC] SMPP TON detection

2002-10-16 Thread Oded Arbel
Yes - that sounds satisfactory (until we encounter another wierd SMPP server ;-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. "Myself, I'd trust him to the end of the Earth," said Ford. "Oh yes," said Arthur, "and how far is that ?" "About 1

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread David Chkhartishvili
My SMSC also uses C octets. I think sms-id format (hex, dec or c octet) should be configurable (atm only hex and dec). Andreas Fink wrote: > > > On Mittwoch, Oktober 16, 2002, at 11:44 Uhr, Stipe Tolj wrote: > > Andreas, > > you have breaked the introduced SMPP module feature to define

Re: [RFC] SMPP TON detection

2002-10-16 Thread Stipe Tolj
how about a smsc group directive like this: group = smsc smsc = smpp autodetect-ton-npi = yes ... which means if this boolean directive is set, the smpp module will (for this smpp link only) do the autodetection and corresponding settings of the ton and npi values. (default would be of

Re: [RFC] SMPP TON detection

2002-10-16 Thread Stipe Tolj
If no one is objecting this change I will commit this today to cvs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet:

RE: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Oded Arbel
  Some SMPP servers send you in the ID a hex encoded number in the submit response and then as decimal encoded integer in the deliery message. don't ask me why.   --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED]   +972-9-9581711 (116)+972-67-340014   ::..I suspect people in non English-sp

CIMD2 Alpha..

2002-10-16 Thread Stefan Cars
Hi! Would be nice if my alpha patches came in to CVS if you think they are good, otherwise tell me what you don't like with them. --- Stefan Cars Development Manager Globalwire Communications Mob: +46 (0)708 44 36 00

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Andreas Fink
On Mittwoch, Oktober 16, 2002, at 11:44 Uhr, Stipe Tolj wrote: Andreas, you have breaked the introduced SMPP module feature to define in which number bases the SMSC is returning IDs. See Nisan's patch and by commit at: http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gw/smsc/smsc_smpp.c.diff

Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Stipe Tolj
Andreas, you have breaked the introduced SMPP module feature to define in which number bases the SMSC is returning IDs. See Nisan's patch and by commit at: http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gw/smsc/smsc_smpp.c.diff?r1=1.6&r2=1.7&sortby=date You will have to simply configure you

RE: [RFC] new stable maintainance release

2002-10-16 Thread Oded Arbel
Title: [RFC] new stable maintainance release yep - good idea.   --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED]   +972-9-9581711 (116)+972-67-340014   ::..Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. -- Scott Adams   -Original M

RE: GSM Signal Quality

2002-10-16 Thread Oded Arbel
Title: Re: GSM Signal Quality The AT2 module can be configured to use the +CSQ command as a keep-alive command, and so its result would be written to the logs. but that result will never be used. it may be nice to add a feature to read and understand +CSQ return codes, but keep in min

RE: [RFC] SMPP TON detection

2002-10-16 Thread Oded Arbel
Title: [RFC] SMPP TON detection Yes - this might break connections with providers that require you to always set ton and npi to specific values - even if you're sending alphanumeric.   What we need is a way to set the defaults, and still be able to use "force"   --Oded Arbelm-W

Re: Requesting the /status page...

2002-10-16 Thread Stipe Tolj
Rene Kluwen wrote: > > Steps to reproduce: > > 1. In kannel.conf: group=smsc, omit the entry smsc-id. > 2. Compile cvs version of kannel and run it (patch not applied of course). > 3. Request the /status page. Kannel will die at an ostr assertion because > smsc-id is null. yep, ok, same for me.

RE: Requesting the /status page...

2002-10-16 Thread Oded Arbel
Yep - does crash, major bumer. didn't actually try the patch, but it looks simple, clean and apears to get the job done. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. The shortest distance between two points is under construction. > -O

Always problem with SAR-cumulative.patch

2002-10-16 Thread e99ccosa
I have always have a problem. The Patch programm say: patch: malformed patch at line 25: WAPEVENT(RcvAbort, "RcvAbort",=0A= See after what I have. Thank you for your help, have a nice day. Cedric [root@tick wap]# pwd /wap/gateway-1.2.0/wap [root@tick wap]# ls cookies.c