Re: installation problem

2004-04-12 Thread Phuah Yee Keat
This should probably be sent to [EMAIL PROTECTED] instead! Anyway, read the INSTALL file in the directory, it will show you that the next steps are "make" and "make install" Cheers, Phuah Yee Keat 蒋 勇 wrote: > Greeting, > I have a problem in the WAP configure ,

Re: octstr_compare

2004-03-10 Thread Phuah Yee Keat
or error in this function (so as strcmp), hence the error checking is "asserted" instead of "checked". Cheers, Phuah Yee Keat

Re: [RFC] MT billing logic layer

2004-02-13 Thread Phuah Yee Keat
. Probably I should put it as this: Kannel should provide a way for the sendsms-user to set whether the splitted messages should be charged multiple times or single time. If such flexibility is given by the protocol and telco. Cheers, Phuah Yee Keat Arne K. Haaje wrote: fredag 13. februar 2004, 03:20

Re: [RFC] MT billing logic layer

2004-02-12 Thread Phuah Yee Keat
does not help in my CPA module. Any better way of doing this?? Cheers, Phuah Yee Keat Arne K. Haaje wrote: torsdag 12. februar 2004, 14:05, skrev Alexander Malysh: [snip] Perhaps it can be enable with some config parameter like binfofirst=true makes sense. Since splitting is done within the

Mini Feature Request -> enable flag in smsc module configuration

2004-02-12 Thread Phuah Yee Keat
troublesome, as I use comments as documentations also... so just set enable=yes to enable the smsc and enable=no the smsc will not be started. Cheers, Phuah Yee Keat

Re: [OT] RE: How to reply just to the List?

2004-01-14 Thread Phuah Yee Keat
Yeah, the best is for the ReplyTo: tab to be set to [EMAIL PROTECTED], but I know one reason against that is that some posters might not be subscribed to the list. Not sure about what's the case here though. Thunderbird is very light. Started using it, coz nobody starts to write worms that targ

Re: How to reply just to the List?

2004-01-14 Thread Phuah Yee Keat
Not for me! :( I always receive duplicates when you guys "reply all". Alexander Malysh wrote: On Wednesday 14 January 2004 11:48, Phuah Yee Keat wrote: Hi, This is non kannel related. How do I just reply to the list? Coz when I click on the "Reply" buttton, I will just re

How to reply just to the List?

2004-01-14 Thread Phuah Yee Keat
ay to just reply to the list? I am using ThunderBird on Windows FYI. Cheers, Phuah Yee Keat

Re: Patch for CPA functionality

2004-01-14 Thread Phuah Yee Keat
und myself hacking the core functionalities in http_smsc so much that it might just break kannel_http, brunet_http and xidirs_http functions. So I just whacked up my own smsc_cpa.c and pray that it is going to be integrated coz I am lazy to manage the patches and kannel's daily snapshot. Cheers, Phuah Yee Keat

Patch for CPA functionality

2004-01-13 Thread Phuah Yee Keat
Hi, The patch is based on snapshot version 20031105. So tell me what do I need to do in order to get the patch committed? Updated User manual? Sample configuration files? Cheers, Phuah Yee Keat diff -Naur kannel-snapshot/gw/smsc/smsc_cpa.c kannel-snapshot-cpa/gw/smsc/smsc_cpa.c --- kannel

Re: Debugging logs

2003-12-30 Thread Phuah Yee Keat
/tmp/smsbox.log" log-level = 0 #access-log = "access.log" Cheers. Phuah Yee Keat J.Mohamed Zahoor wrote: is your smsbox config group has a log-file config directive and log-level = 0 set, then all debug() messages will be logged there. Your invocation call causes to dump log in leve

Re: [RFC] Call for more development participation

2003-12-15 Thread Phuah Yee Keat
and working. Cheers, Phuah Yee Keat Stipe Tolj wrote: Hi list, we expect that we have a huge ammount of people reading the list because they use Kannel actively as SMS or/and WAP gateway for their commercial purposes. Alexander and I had a couple of discussions today about how strong (or

Matching MO and MT-REPLY in struct Msg

2003-11-26 Thread Phuah Yee Keat
Hi, First question while working on CPA. For this CPA, there is a different between a MT-Push and MT-Reply, in that if its a MT-Reply, a transaction_id need to be mapped back to the original MO sent from the SMSC. So the scenario is, 1. One MO comes in from SMSC, it contains a transaction ID,

Re: Parameters -- Escape Codes

2003-11-26 Thread Phuah Yee Keat
2/ Syntax error/FB thanks! -Original Message----- From: Phuah Yee Keat [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 10:43 AM To: Earljon Hidalgo Subject: Re: Parameters -- Escape Codes Hmm... don't think there is any! I hit this problem before also, where the &#

Anyone working on CPA SMSC module?

2003-11-23 Thread Phuah Yee Keat
Hi, I was previously just a user of Kannel (such a great project!), and now am dwelving into developing a new smsc module, for our local telco support in Malaysia. The standard's (or just a spec) name is CPA (Content Provider Architecture). Its a http-get type interface with a session-based lo