RE: Customisable Sender ID

2002-06-16 Thread Oded Arbel
You can generate it in the application and send it to Kannel using the "from" parameter to the HTTP query. of course, the SMSC driver you are using has to support this - some SMSC driversdo not let you set the sender id at all, while others only allow numbers.   --Oded Arbelm-Wise Mobile Sol

RE: What's general architecture of kannel based application?

2002-06-16 Thread Oded Arbel
The userguide has plenty of information about it, but generally an sms-service setup involves a web script which is called by Kannel (using the sms-service configuration), process the input of the user and returns (prints) the required output, which Kannel then delivers back to the user's mobil

RE: How do we start kannel ?

2002-06-16 Thread Oded Arbel
Make sure to also fetch the development package (libxml2-devel) or else you will not be able to compile Kannel. also read the documentation and ./configure --help. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Love does not m

RE: %P problem

2002-06-16 Thread Oded Arbel
Could you be a bit more specific about your configuration : which SMSC you are using and what driver. what other configuration settings do you use ? the message receiver for MO is set by the SMSC driver, which implementation may be broken, but w/o additional details I cannot comment any further

RE: Siemens M20 stops receiving sms

2002-06-16 Thread Oded Arbel
Title: Message No, haven't seen that happen. but then again I don't use the M20 much. logs would be really nice :-)   --Oded Arbelm-Wise Mobile Solutions   [EMAIL PROTECTED]Mobile: +972-67-340014Tel: +972-9-9581711 (ext: 116)   ::..You can make your world so much larger simply by acknowledgin

RE: Kannel 1.1.6 conf and MySQL DLRs

2002-06-16 Thread Oded Arbel
> -Original Message- > From: Navjot Singh [mailto:[EMAIL PROTECTED]] > > hi all, Hi . > Now, I have cleaned up 1.0.3 from my system and trying to > install 1.1.6 on > the system as i want to use DLRs. > 4. touch depend ; make depend touch depend ? why ? what had depend done to you ?

Re: RE: Kannel 1.1.6 conf and MySQL DLRs

2002-06-16 Thread Navjot Singh
thanks again arbel, i was trying to do exactly what is wriiten in installation guide. they have asked to create a .depend file and then do make .depend. Sorry to write wrong , it is "touch .depend" and not "depend" I am trying to install kannel again with DLR and now i am stuck here. /configure

RE: RE: Kannel 1.1.6 conf and MySQL DLRs

2002-06-16 Thread Oded Arbel
I've checked again, and with-mysql set to /usr/loca/mysql the configure scripts pick up everything. there used to be a problem with the configure script detecting the location of headers when mysql was installed /usr/local/mysql, but it was fixed monthes ago. I suggest you check your MySQL inst