RE: Kannel 1.2 problems installing on Redhat 8

2002-10-14 Thread Pate Mark-marpate1

Hi Alan  Gustavo,

This is not a Kannel problem, it is related to the OS that you are using.
The start-stop-daemon is included with Debian, I believe. It does not come
with any other distribution.

What you need to do is either run the bearerbox and wapbox manually, or
create your own init scripts to do this.

So, if you install Kannel in /usr/local, to run this manually execute :

/usr/local/sbin/bearerbox /usr/local/etc/wapkannel.conf 
/usr/local/sbin/wapbox /usr/local/etc/wapkannel.conf 

There's more info on this in the users list archives.

Hope this helps,
Mark




-Original Message-
From: Alan Wong [mailto:[EMAIL PROTECTED]]
Sent: 13 October 2002 23:24
To: [EMAIL PROTECTED]
Subject: Re: Kannel 1.2 problems installing on Redhat 8


Thanks Lars-Hendrik.
I did what you specified but now it gives me this error when I try to run
it.

Starting WAP gateway: bearerbox/etc/rc.d/init.d/kannel: line 25:
start-stop-daemon: command not found
 wapbox/etc/rc.d/init.d/kannel: line 33: start-stop-daemon: command not
found

Which is the same as Gustavo...
Can you please help?

Thanks in advance






Re: Kannel 1.2 problems installing on Redhat 8

2002-10-14 Thread Kwok Peng Tuck

If you build from source it build it by default if the platform supports 
it. for example, the start-stop-daemon doesn't build on cygwin platform.


Pate Mark-marpate1 wrote:

Hi Alan  Gustavo,

This is not a Kannel problem, it is related to the OS that you are using.
The start-stop-daemon is included with Debian, I believe. It does not come
with any other distribution.

What you need to do is either run the bearerbox and wapbox manually, or
create your own init scripts to do this.

So, if you install Kannel in /usr/local, to run this manually execute :

/usr/local/sbin/bearerbox /usr/local/etc/wapkannel.conf 
/usr/local/sbin/wapbox /usr/local/etc/wapkannel.conf 

There's more info on this in the users list archives.

Hope this helps,
Mark




-Original Message-
From: Alan Wong [mailto:[EMAIL PROTECTED]]
Sent: 13 October 2002 23:24
To: [EMAIL PROTECTED]
Subject: Re: Kannel 1.2 problems installing on Redhat 8


Thanks Lars-Hendrik.
I did what you specified but now it gives me this error when I try to run
it.

Starting WAP gateway: bearerbox/etc/rc.d/init.d/kannel: line 25:
start-stop-daemon: command not found
 wapbox/etc/rc.d/init.d/kannel: line 33: start-stop-daemon: command not
found

Which is the same as Gustavo...
Can you please help?

Thanks in advance




  







RE: WAP KANNEL Configuration

2002-10-14 Thread Pate Mark-marpate1

Hi Ivonne,

I have only just started using Kannel, so at this stage, this is what I
believe to be true.

When establishing a WAP session, some phones do not specify the URL to which
to connect to. In these circumstances, we set the device-home field in
wapkannel.conf to allow Kannel to serve a home page to the phone.

Because I've only just installed my system and still have a few things to
sort out, my device-home is set to :

device-home = http://10.128.60.114/cgi-bin/index.pl; which is a perl script
that generates the home page for the device.

The map-url field seems to be a conversion utility. One instance where I can
see this being useful is to enable you to maintain a set of WML and HTML
pages with exactly the same URL's. For example, if you have a site that
gives news and weather on the internet at http://mysite.com/news and
http://mysite.com/weather this will be the URL for HTML browsers. To
maintain familiarity to your site, it would be useful to give exactly the
same URL's to the WAP browsers, but this could not work as Kannel could not
compile the HTML to send to the WAP device. What we can do, though is map
the URL's :
map-url = http://mysite.com/* http://mysite.com/wml/*; - this means that
when a WAP device requests http://mysite.com/news, Kannel would request
http://mysite.com/wml/news from the httpd daemon, compile this and send it
to the WAP device. You will, of course need to maintain the HTML and WML
sources independently.

map-url-max allows you to specify the number of map-url fields that you need
to add.


Hope this helps,
Mark


-Original Message-
From: Ivone Uribe [mailto:[EMAIL PROTECTED]]
Sent: 14 October 2002 04:01
To: [EMAIL PROTECTED]
Subject: WAP KANNEL Configuration


Hi all!

I'm not clear about map-url, map-url-max and device-home descriptions for 
wapbox configuration.
So, Please could anybody contribute any sample configuration for wapbox.conf

with these points.

I would be grateful of any contribution.

Regards,
Ivonne :)



_
Únase al mayor servicio mundial de correo electrónico: 
http://www.hotmail.com/es





Re: Kannel 1.2 problems installing on Redhat 8

2002-10-14 Thread Lars-Hendrik Schneider

Am Montag, 14. Oktober 2002 08:48 schrieb Pate Mark-marpate1:
Hi,

 Hi Alan  Gustavo,

 This is not a Kannel problem, it is related to the OS that you are using.
 The start-stop-daemon is included with Debian, I believe. It does not
 come with any other distribution.

 What you need to do is either run the bearerbox and wapbox manually, or
 create your own init scripts to do this.

 So, if you install Kannel in /usr/local, to run this manually execute :

 /usr/local/sbin/bearerbox /usr/local/etc/wapkannel.conf 
 /usr/local/sbin/wapbox /usr/local/etc/wapkannel.conf 

 There's more info on this in the users list archives.

 Hope this helps,
 Mark

I wrote such a script that is started at boot - I search for it and will 
publish it here!

greetz
Lars-Hendrik





 -Original Message-
 From: Alan Wong [mailto:[EMAIL PROTECTED]]
 Sent: 13 October 2002 23:24
 To: [EMAIL PROTECTED]
 Subject: Re: Kannel 1.2 problems installing on Redhat 8


 Thanks Lars-Hendrik.
 I did what you specified but now it gives me this error when I try to run
 it.

 Starting WAP gateway: bearerbox/etc/rc.d/init.d/kannel: line 25:
 start-stop-daemon: command not found
  wapbox/etc/rc.d/init.d/kannel: line 33: start-stop-daemon: command not
 found

 Which is the same as Gustavo...
 Can you please help?

 Thanks in advance





RE: Operator Logos

2002-10-14 Thread Satish Reddy

yeah i've set the proper operator code id ..
which operator code id it shd be ?
The network from where the Logo is sent  or the network where the operator
is received ?

Best Regds
Satish Reddy

 -Original Message-
 From: Andrea Trasatti [mailto:[EMAIL PROTECTED]]
 Sent: Monday, October 14, 2002 2:26 PM
 To: Satish Reddy
 Subject: Re: Operator Logos


 Are you sure you're setting the proper operator ID? Nokia phones
 save 1 operator
 logo per operator. If you set the wrong ID, it won't display it
 until you are really on
 that operator's network.
 Does this make sense to you? Did I explain it clearly?
 Example:
 you have an operator that is ID 123 (the ID's are INTERNATIONAL,
 each operator in
 the world has one, for GSM, of course).
 If you send an operator logo with the operator ID set to 124, you
 will NOT see it. You
 can receive it and save it, but it will not display it. If you
 change operator (get a
 different SIM) and more to an operator which is 124, then you'll
 see your logo.

 Check out on google, there are some pages on the web with lists
 of operators ID's.

 Regards,
   Andrea

 On 12 Oct 2002 at 11:54, Satish Reddy wrote:

  Hello every one
  i have been  using smpp gateway  to send Operator Logos .
  i am able to receive the logos  but aint able to save the logo
 on the phone
  .
  what could be the possible reason ?
  why am i not be able to save the logos on the phone ?
  i get the save option but after i save nothing appears and the old logo
  disappears as well.
  any one have idea about this ?
  thanx in advance
 
  Best Regds
  Satish Reddy
 



 ===
 Andrea Trasatti
 BWARE TECHNOLOGIES
 via San Gregorio, 3 - 20124 Milan - Italy
 http://www.bware.it
 Tel. +39 02 2779181
 Fax +39 02 27791828
 Cell. +39 335 7866749









RE: Operator Logos

2002-10-14 Thread Satish Reddy

Okie fine ..
in this case i was setting the code from where Operator Logo was being sent
..
shall try it out and let u know .
Best Regds
Satish Reddy

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Andrea Trasatti
 Sent: Monday, October 14, 2002 2:43 PM
 To: Satish Reddy; Kannel Users
 Subject: RE: Operator Logos


 Where is received.

 You may send it from ANY network...

 On 14 Oct 2002 at 14:33, Satish Reddy wrote:

  yeah i've set the proper operator code id ..
  which operator code id it shd be ?
  The network from where the Logo is sent  or the network where
 the operator
  is received ?
 
  Best Regds
  Satish Reddy
 
   -Original Message-
   From: Andrea Trasatti [mailto:[EMAIL PROTECTED]]
   Sent: Monday, October 14, 2002 2:26 PM
   To: Satish Reddy
   Subject: Re: Operator Logos
  
  
   Are you sure you're setting the proper operator ID? Nokia phones
   save 1 operator
   logo per operator. If you set the wrong ID, it won't display it
   until you are really on
   that operator's network.
   Does this make sense to you? Did I explain it clearly?
   Example:
   you have an operator that is ID 123 (the ID's are INTERNATIONAL,
   each operator in
   the world has one, for GSM, of course).
   If you send an operator logo with the operator ID set to 124, you
   will NOT see it. You
   can receive it and save it, but it will not display it. If you
   change operator (get a
   different SIM) and more to an operator which is 124, then you'll
   see your logo.
  
   Check out on google, there are some pages on the web with lists
   of operators ID's.
  
   Regards,
 Andrea
  
   On 12 Oct 2002 at 11:54, Satish Reddy wrote:
  
Hello every one
i have been  using smpp gateway  to send Operator Logos .
i am able to receive the logos  but aint able to save the logo
   on the phone
.
what could be the possible reason ?
why am i not be able to save the logos on the phone ?
i get the save option but after i save nothing appears and
 the old logo
disappears as well.
any one have idea about this ?
thanx in advance
   
Best Regds
Satish Reddy
   
  
  
  
   ===
   Andrea Trasatti
   BWARE TECHNOLOGIES
   via San Gregorio, 3 - 20124 Milan - Italy
   http://www.bware.it
   Tel. +39 02 2779181
   Fax +39 02 27791828
   Cell. +39 335 7866749
  
  
  
  
 










Re: Operator Logos

2002-10-14 Thread Enzo dell'Aquila





  - Original Message - 
  From: 
  Andrea Trasatti 
  
  To: Satish Reddy ; Kannel 
  Users 
  Sent: Monday, October 14, 2002 11:12 
  AM
  Subject: RE: Operator Logos 
  
  Where is received.You may send it from ANY 
network...
It's true. Just remember to check if your (originating) operator CAN send 
sms to destination operator. Sometimes you cannot send sms to some operators if 
there aren't commercial agreements. For few months, swiss operators can't send 
sms to italian operators (now there is no problem).  Check out 
on google, there are some pages on the web with lists  of operators 
ID's.

You can find here http://www.smshome.net/notizie.phtml?id=17; 
it'sin Nokia format ...

See you,
Enzo


RE: Operator Logos

2002-10-14 Thread Satish Reddy




You can find here 
http://www.smshome.net/notizie.phtml?id=17; it'sin Nokia format ...
i cant 
understand any thing there ... is'nt there an english version of this web site 
?
Best 
Regds
Satish 
Reddy

  -Original Message-From: Enzo dell'Aquila 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, October 14, 2002 
  3:11 PMTo: Andrea Trasatti; Satish Reddy; Kannel 
  UsersSubject: Re: Operator Logos 
  
  
- Original Message - 
From: 
Andrea 
Trasatti 
To: Satish Reddy ; Kannel 
Users 
Sent: Monday, October 14, 2002 11:12 
AM
Subject: RE: Operator Logos 

Where is received.You may send it from ANY 
  network...
  It's true. Just remember to check if your (originating) operator CAN send 
  sms to destination operator. Sometimes you cannot send sms to some operators 
  if there aren't commercial agreements. For few months, swiss operators can't 
  send sms to italian operators (now there is no problem).  
  Check out on google, there are some pages on the web with lists  
  of operators ID's.
  
  You can find here http://www.smshome.net/notizie.phtml?id=17; 
  it'sin Nokia format ...
  
  See you,
  Enzo


calculate the operator code in operator logo data

2002-10-14 Thread Yury Mikhienko

Hi all!

I need to send Operator logo with kannel (using OTA), but i can't calculate the 
operator code :(((
For example:
in http://www.mail-archive.com/users@kannel.3glab.org/msg00415.html
Nisan Bloch say:
So assuming a MCC = 234 and a MNC=10
you will get %32%F4%01
My MCC is 250 and MNC is 02
what is the algorithm to convert them to operator code string???


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




RE: calculate the operator code in operator logo data

2002-10-14 Thread Pate Mark-marpate1

Hi Yury,

There is something similar in SS7 signalling.In this case, we do :

(MCC digit 2) (MCC digit 1) F (MCC digit 3) (MNC digit 2) (MNC digit 1)

I think that if you have a 3 digit MNC (which is coming), then the F is
replaced with that.

I hope that this is true for your question too in which case, you would
have %52%F0%20.

I am sure that someone more knowledgable can confirm or deny this. 

Cheers,
Mark


-Original Message-
From: Yury Mikhienko [mailto:[EMAIL PROTECTED]]
Sent: 14 October 2002 11:27
To: [EMAIL PROTECTED]
Subject: calculate the operator code in operator logo data


Hi all!

I need to send Operator logo with kannel (using OTA), but i can't calculate
the operator code :(((
For example:
in http://www.mail-archive.com/users@kannel.3glab.org/msg00415.html
Nisan Bloch say:
So assuming a MCC = 234 and a MNC=10
you will get %32%F4%01
My MCC is 250 and MNC is 02
what is the algorithm to convert them to operator code string???


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: calculate the operator code in operator logo data

2002-10-14 Thread Yury Mikhienko

On Mon, 14 Oct 2002 11:39:11 +0100
Pate Mark-marpate1 [EMAIL PROTECTED] wrote:

 Hi Yury,
 
 There is something similar in SS7 signalling.In this case, we do :
 
 (MCC digit 2) (MCC digit 1) F (MCC digit 3) (MNC digit 2) (MNC digit 1)
 
 I think that if you have a 3 digit MNC (which is coming), then the F is
 replaced with that.
 
 I hope that this is true for your question too in which case, you would
 have %52%F0%20.

Thank you!
It work!

 
 I am sure that someone more knowledgable can confirm or deny this. 
 
 Cheers,
 Mark
 
 
 -Original Message-
 From: Yury Mikhienko [mailto:[EMAIL PROTECTED]]
 Sent: 14 October 2002 11:27
 To: [EMAIL PROTECTED]
 Subject: calculate the operator code in operator logo data
 
 
 Hi all!
 
 I need to send Operator logo with kannel (using OTA), but i can't calculate
 the operator code :(((
 For example:
 in http://www.mail-archive.com/users@kannel.3glab.org/msg00415.html
 Nisan Bloch say:
 So assuming a MCC = 234 and a MNC=10
 you will get %32%F4%01
 My MCC is 250 and MNC is 02
 what is the algorithm to convert them to operator code string???
 
 
 -- 
  
 Best regards,
 Yury Mikhienko.
 IT engineer, ZAO Mobicom-Kavkaz


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO Mobicom-Kavkaz




Re: Operator Logos

2002-10-14 Thread Enzo dell'Aquila



Go here http://world.altavista.com/

where it says "Translate a web page" write: http://www.smshome.net/notizie.phtml?id=17, 
choose "Italian to english" and then Translate. You'll get a good 
translation.

That's all,
Enzo



  - Original Message - 
  From: 
  Satish 
  Reddy 
  To: Enzo dell'Aquila 
  Cc: Kannel Users 
  Sent: Monday, October 14, 2002 11:55 
  AM
  Subject: RE: Operator Logos 
  
  
  You can find here 
  http://www.smshome.net/notizie.phtml?id=17; it'sin Nokia format ...
  i 
  cant understand any thing there ... is'nt there an english version of this web 
  site ?
  Best 
  Regds
  Satish Reddy


[AW] Anyone got URLS for where I can buy a wavecom in the UK please?

2002-10-14 Thread gpinker

Failing that anywhere in Europe

Thanks!


___
Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
For more information visit http://www.freeserve.com/time/ or call free on 0800 970 8890






wap kannel configuration

2002-10-14 Thread Ivone Uribe

Hi all!

I'm not clear about map-url, map-url-max and device-home descriptions for 
wapbox configuration.
So, Please could anybody contribute any sample configuration for wapbox.conf 
with these points.

I would be grateful of any contribution.

Regards,
Ivonne :)



_
MSN Fotos: la forma más fácil de compartir e imprimir fotos. 
http://photos.msn.es/support/worldwide.aspx





Re: Help: Thread 5: at2_thread always terminates

2002-10-14 Thread Oded Arbel

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

áùáú, 12 áàå÷èåáø 2002, 17:03, Vincent Ie Ismail ëúá òì 'Help: Thread 5: 
at2_thread always terminates':
 I cannot start the kannel properly, the at2_thread
 required to control the modem always terminates during
 bearebox start. Because of this no SMS is going to be
 sent from kannel.

This is most probably a configuration error - if AT2 is not configured 
properly and cannot init the modem properly it will shut down. I cannot help 
you pinpoint the exact error w/o seeing the bearerbox logs.

- -- 
Oded 

::..
Real questions asked by lawyers in real courts :
10)Were you present in court this morning when you were sworn in? 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9qJBSkltamOf8EzsRAjJIAJ9LqZPJMa/Tnec6d3ywp2IJCM8gFACeL0fS
ZbenepOi1FGqgkR8Ms9wAMU=
=DR6x
-END PGP SIGNATURE-





RE: Kannel runtime doesn't think MySql is built in but build thinks it is?

2002-10-14 Thread Oded Arbel

Must likely you are running the bearerbox that was built in the first step and not in 
the second.

--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]

+972-9-9581711 (116)
+972-67-340014

::..
`When you say I wrote a program that crashed Windows, people just stare at you 
blankly and say Hey, I got those with the system, *for free*.'
--Linus Torvalds




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, October 14, 2002 6:52 PM
 To: [EMAIL PROTECTED]
 Subject: Kannel runtime doesn't think MySql is built in but 
 build thinks it is?
 
 
 Hi, 
 
 Downloaded mysql  installed (with ./configure --prefix=/usr/local)
 
 Now build Kannel (todays snapshot) with
 ./configure --enable-mysql-dlr --enable-mysql --with-mysql=/usr/local
 make
 make install
 
 Saw messages:
 
 ...
 Configuring DB support ...
 checking whether to compile with MySQL support... searching 
 in /usr/local
 checking for /usr/local/include/mysql/mysql.h... (cached) yes
 checking for mysql/mysql.h... (cached) yes
 checking for mysql/mysql_com.h... (cached) yes
 checking for mysql/mysql_version.h... (cached) yes
 checking for mysql_init in -lmysqlclient... (cached) no
 checking whether to compile with MySQL support... yes
 checking whether to compile with LibSDB support... disabled
 ...
 
 Looks ok for MySql support, so setup config with this:
 
 group = core
 dlr-storage = mysql
 
 group = mysql-connection
 id = dlr-db
 host = localhost
 mysql-username = 
 mysql-password = 
 database = otamate
 
 group = dlr-db
 id = dlr-db
 table = dlr
 field-smsc = smsc
 field-timestamp = ts
 field-destination = destination
 field-service = service
 field-url = url
 field-mask = mask
 field-status = status
 
 And run bearerbox and get:
 
 2002-10-14 17:43:24 [0] PANIC: DLR: storage type defined as 
 'mysql', but no MySQL support build in!
 
 System is Cygwin/NT4.
 
 Help ! Thanks...
 
 
 __
 _
 Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
 For more information visit http://www.freeserve.com/time/ or 
 call free on 0800 970 8890
 
 
 
 




Re: RE: Kannel runtime doesn't think MySql is built in but build thinks it is?

2002-10-14 Thread gpinker

Hmm, yeah thats what you'd think but I just deleted bearerbox.exe and the build 
recreated it...it still complained support was missing :-(
The resulting bearerbox.exe size is 1,355,775 (Cygwin). Does that sound reasonable? 
Any more files I can check please?
 
 From: Oded Arbel [EMAIL PROTECTED]
 Date: Mon 14/Oct/2002 16:57 GMT
 To: [EMAIL PROTECTED],  [EMAIL PROTECTED]
 Subject: RE: Kannel runtime doesn't think MySql is built in but build thinks it is?
 
 Must likely you are running the bearerbox that was built in the first step and not 
in the second.
 
 --
 Oded Arbel
 m-Wise mobile solutions
 [EMAIL PROTECTED]
 
 +972-9-9581711 (116)
 +972-67-340014
 
 ::..
 `When you say I wrote a program that crashed Windows, people just stare at you 
blankly and say Hey, I got those with the system, *for free*.'
   --Linus Torvalds
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Monday, October 14, 2002 6:52 PM
  To: [EMAIL PROTECTED]
  Subject: Kannel runtime doesn't think MySql is built in but 
  build thinks it is?
  
  
  Hi, 
  
  Downloaded mysql  installed (with ./configure --prefix=/usr/local)
  
  Now build Kannel (todays snapshot) with
  ./configure --enable-mysql-dlr --enable-mysql --with-mysql=/usr/local
  make
  make install
  
  Saw messages:
  
  ...
  Configuring DB support ...
  checking whether to compile with MySQL support... searching 
  in /usr/local
  checking for /usr/local/include/mysql/mysql.h... (cached) yes
  checking for mysql/mysql.h... (cached) yes
  checking for mysql/mysql_com.h... (cached) yes
  checking for mysql/mysql_version.h... (cached) yes
  checking for mysql_init in -lmysqlclient... (cached) no
  checking whether to compile with MySQL support... yes
  checking whether to compile with LibSDB support... disabled
  ...
  
  Looks ok for MySql support, so setup config with this:
  
  group = core
  dlr-storage = mysql
  
  group = mysql-connection
  id = dlr-db
  host = localhost
  mysql-username = 
  mysql-password = 
  database = otamate
  
  group = dlr-db
  id = dlr-db
  table = dlr
  field-smsc = smsc
  field-timestamp = ts
  field-destination = destination
  field-service = service
  field-url = url
  field-mask = mask
  field-status = status
  
  And run bearerbox and get:
  
  2002-10-14 17:43:24 [0] PANIC: DLR: storage type defined as 
  'mysql', but no MySQL support build in!
  
  System is Cygwin/NT4.
  
  Help ! Thanks...
  
  
  __
  _
  Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
  For more information visit http://www.freeserve.com/time/ or 
  call free on 0800 970 8890
  
  
  
  
 


___
Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
For more information visit http://www.freeserve.com/time/ or call free on 0800 970 8890






RE: RE: Kannel runtime doesn't think MySql is built in but build thinks it is?

2002-10-14 Thread Oded Arbel


oh, your using windows. in that case - all bets are off. I'm not sure about anything 
in windows, except that it doesn't work much. try to make clean - maybe make didn't 
notice that the config has changed and so didn't rebuild the object files and so the 
make process simply re-linked the object files back into the executable and you 
essentially got the same binary as you got from the first config.
Better yet - make clean distclean
as a rule of thumb, always make clean before you re-configure and always configure to 
what you need - there's really no point in configuring just for the heck of if.

--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]

+972-9-9581711 (116)
+972-67-340014

::..
The abort() function is now called choice(). 
from the Politically Correct UNIX System VI Release notes 




 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, October 14, 2002 7:36 PM
 To: Oded Arbel; [EMAIL PROTECTED]
 Subject: Re: RE: Kannel runtime doesn't think MySql is built 
 in but build thinks it is?
 
 
 Hmm, yeah thats what you'd think but I just deleted 
 bearerbox.exe and the build recreated it...it still 
 complained support was missing :-(
 The resulting bearerbox.exe size is 1,355,775 (Cygwin). Does 
 that sound reasonable? Any more files I can check please?
  
  From: Oded Arbel [EMAIL PROTECTED]
  Date: Mon 14/Oct/2002 16:57 GMT
  To: [EMAIL PROTECTED],  [EMAIL PROTECTED]
  Subject: RE: Kannel runtime doesn't think MySql is built in 
 but build thinks it is?
  
  Must likely you are running the bearerbox that was built in 
 the first step and not in the second.
  
  --
  Oded Arbel
  m-Wise mobile solutions
  [EMAIL PROTECTED]
  
  +972-9-9581711 (116)
  +972-67-340014
  
  ::..
  `When you say I wrote a program that crashed Windows, 
 people just stare at you blankly and say Hey, I got those 
 with the system, *for free*.'
  --Linus Torvalds
  
  
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
   Sent: Monday, October 14, 2002 6:52 PM
   To: [EMAIL PROTECTED]
   Subject: Kannel runtime doesn't think MySql is built in but 
   build thinks it is?
   
   
   Hi, 
   
   Downloaded mysql  installed (with ./configure 
 --prefix=/usr/local)
   
   Now build Kannel (todays snapshot) with
   ./configure --enable-mysql-dlr --enable-mysql 
 --with-mysql=/usr/local
   make
   make install
   
   Saw messages:
   
   ...
   Configuring DB support ...
   checking whether to compile with MySQL support... searching 
   in /usr/local
   checking for /usr/local/include/mysql/mysql.h... (cached) yes
   checking for mysql/mysql.h... (cached) yes
   checking for mysql/mysql_com.h... (cached) yes
   checking for mysql/mysql_version.h... (cached) yes
   checking for mysql_init in -lmysqlclient... (cached) no
   checking whether to compile with MySQL support... yes
   checking whether to compile with LibSDB support... disabled
   ...
   
   Looks ok for MySql support, so setup config with this:
   
   group = core
   dlr-storage = mysql
   
   group = mysql-connection
   id = dlr-db
   host = localhost
   mysql-username = 
   mysql-password = 
   database = otamate
   
   group = dlr-db
   id = dlr-db
   table = dlr
   field-smsc = smsc
   field-timestamp = ts
   field-destination = destination
   field-service = service
   field-url = url
   field-mask = mask
   field-status = status
   
   And run bearerbox and get:
   
   2002-10-14 17:43:24 [0] PANIC: DLR: storage type defined as 
   'mysql', but no MySQL support build in!
   
   System is Cygwin/NT4.
   
   Help ! Thanks...
   
   
   __
   _
   Freeserve AnyTime, only £13.99 per month with one month's 
 FREE trial!
   For more information visit http://www.freeserve.com/time/ or 
   call free on 0800 970 8890
   
   
   
   
  
 
 
 __
 _
 Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
 For more information visit http://www.freeserve.com/time/ or 
 call free on 0800 970 8890
 
 
 
 




Re: RE: Kannel runtime doesn't think MySql is built in but build thinks it is?

2002-10-14 Thread Rene Kluwen / Chimit Software Solutions

An infamous -lz (zlib) problem.
Upgrade your zlib... I am not sure which version at minimum you will have to
have... But 1.0.9 should work at least...

-- Rene...



This email message has been automatically scanned for viri using Sophos
antivirus.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Oded Arbel [EMAIL PROTECTED]
Sent: Monday, October 14, 2002 8:55 PM
Subject: Re: RE: Kannel runtime doesn't think MySql is built in but build
thinks it is?


 Boy I'm having fun tonight :-(

 First, I got past the dlr problem, I was using --enable-mysql-dlr instead
of --with-dlr=mysql as the ./configure param.
 Great, got past that and now even get a new message confirming dlr=mysql
during the build!
 However, now it doesn't create any executables because it fails with this:


gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2/libxml -I/usr/incl
ude/
 libxml2 -I/usr/include/openssl -I/usr/local/include/mysql  -o
gw/bearerbox.exe g
 w/bearerbox.o libgw.a libwmlscript.a libwap.a
libgwlib.a -lssl -lpthread -lm  -L

/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto -lssl -L/usr/local/lib/mysql -lm
ysql
 client

/usr/local/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0xa2):my_compress
.c:
 undefined reference to `uncompress'

/usr/local/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x13a):my_compres
s.c:
  undefined reference to `compress'
 collect2: ld returned 1 exit status
 make: *** [gw/bearerbox.exe] Error 1

gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/libxml2/libxml -I/usr/incl
ude/
 libxml2 -I/usr/include/openssl -I/usr/local/include/mysql  -o
gw/bearerbox.exe g
 w/bearerbox.o libgw.a libwmlscript.a libwap.a
libgwlib.a -lssl -lpthread -lm  -L

/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto -lssl -L/usr/local/lib/mysql -lm
ysql
 client

/usr/local/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0xa2):my_compress
.c:
 undefined reference to `uncompress'

/usr/local/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x13a):my_compres
s.c:
  undefined reference to `compress'
 collect2: ld returned 1 exit status
 make: *** [gw/bearerbox.exe] Error 1


 Whats all this uncompress/compress stuff ? Anyone please ?

 Thanks for all help so far, hope it saves other newbies reading these
messages now or in the future some grief!!!


 ___
 Freeserve AnyTime, only £13.99 per month with one month's FREE trial!
 For more information visit http://www.freeserve.com/time/ or call free on
0800 970 8890








Urgent!-[PLEASE HELP ON SMS-conf.](TS.Kong)

2002-10-14 Thread tuckseng kong

Dear Kannel User:
System status:-Kennel version : Kannel 1.2.0-Running on Linux Purpose:-Using Kannel to test new model phone
PLEASE HELP!
I have successfully run Kannel as a WAP gateway and able to connect toHTTP server ,on requesting and receiving CONTENT.(on a simulated phone) 
BUT, I having troble on setting up a SMS gateway.
Question:
1.If I just want to sent  received message by SMS , must I use a Real SMS center or a virtual SMS center(GSM phone) ?  IS there any other way to do this. * because I don't have a GSM phone or a SMS center.
2.If I just want to run SMSGateway as SMS push only , is REAL or VIRTUAL SMS center must be set ?
How can I set up the Config.file.
3.for example if I do have a valid SMS center to connect to , and I want to able to request and receive http content by sms.
 Then I should set this on sms-service:
 keyword = www  get-url = "http:// %S"
-
TS.KongComputer Convenience Inc.Tokyo. JAPAN
E-mail:
 [EMAIL PROTECTED] (Office) [EMAIL PROTECTED](Office) [EMAIL PROTECTED](personal)Chat with friends online, try MSN Messenger: Click Here



Re: Urgent!-[PLEASE HELP ON SMS-conf.](TS.Kong)

2002-10-14 Thread Kwok Peng Tuck



tuckseng kong wrote:

 Dear Kannel User:

 System status:
 -Kennel version : Kannel 1.2.0
 -Running on Linux
 Purpose:
 -Using Kannel to test new model phone

 PLEASE HELP!

 I have successfully run Kannel as a WAP gateway and able to connect to
 HTTP server ,on requesting and receiving CONTENT.(on a simulated phone)

That's great.

 BUT, I having troble on setting up a SMS gateway.

 Question:

 1.If I just want to sent  received message by SMS ,
   must I use a Real SMS center or a virtual SMS center(GSM phone) ?
   IS there any other way to do this.
   * because I don't have a GSM phone or a SMS center.

You need either one to be able to send sms.

 2.If I just want to run  SMS Gateway as  SMS push only ,
   is REAL or VIRTUAL SMS center must be set ?

See answer above.

  How can I set up the Config.file.

Read the documentation. It really depends on which smsc you are setting up.

 3.for example if I do have a valid SMS center to connect to ,
   and I want to able to request and receive http content by sms.

   Then I should set this on sms-service:

   keyword = www
  
   get-url = http:// %S

That looks about right.


 -

 TS.Kong
 Computer Convenience Inc.
 Tokyo. JAPAN

 E-mail:

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] (Office)
[EMAIL PROTECTED](Office 
 mailto:[EMAIL PROTECTED]%28Office)
[EMAIL PROTECTED](personal 
 mailto:[EMAIL PROTECTED]%28personal)



 
 Chat with friends online, try MSN Messenger: Click Here 
 http://g.msn.com/1HM1ENXX/c144??PS=47575







Feedback on databases to store dlrs.

2002-10-14 Thread Kwok Peng Tuck

I need feedback from kannel users, so any response from your experiences 
would be great.
I intend to use SAP db from http://www.sapdb.org to store dlrs(using 
dlr-url) from kannel.
Does anyone have experience with this database and could share their 
experiences? I'd just like to know how it fares that's all.
If anyone thinks SAP db is a bad idea compared to other solutions could 
you also post a response, I'd like to hear arguments with
regards to it.
Thanks .





[PLEASE HELP : WAP Gateway.conf](TS.Kong)

2002-10-14 Thread tuckseng kong

Dear Kannel User:
System status:-Kennel version : Kannel 1.2.0-Running on Linux Purpose:-Using Kannel to test new model phone
PLEASE HELP!
I have successfully run Kannel as a WAP gateway and able to connect toHTTP server ,on requesting and receiving CONTENT.(on a simulated phone) 
Below is My WAP Gateway Configuration File:
## Kannel version 1.2.0# Kannel as WAP Gateway# Data : 2002/9/25# filename: WAPKannel.conf#group = coreadmin-port = 13000admin-password = barwapbox-port = 13002wdp-interface-name = "*"log-file = "/var/log/kannel/bearerbox.log"access-log = "/var/log/kannel/access.log"http-proxy-host = proxyhttp-proxy-port = 8085
group = wapboxbearerbox-host = gsm-brws1log-file = "/var/log/kannel/wapbox.log"force-sar = yes
 QUESTION 
1.The above setting able me to request  received all "http://" CONTENT.  if I want do request  received "https://" ,then I should add like this ?
 group = core .. .. ssl-client-certkey-file = "filename.pem"
 * where can I get this ssl client certkey file ?  * Or do I have to make one up(how)?
2.Is the below setting valid ?  wdp-interface-name : 9201;9203; (value 9200 to 9208)
-
TS.KongComputer Convenience Inc.Tokyo. JAPAN
E-mail: [EMAIL PROTECTED] (Office) [EMAIL PROTECTED] (Office) [EMAIL PROTECTED] (personal)
Join the world’s largest e-mail service with MSN Hotmail. Click Here



WapKannel Configuration

2002-10-14 Thread Ivone Uribe

Thanks Mark for you reply!

I have the service available and I verify that the ports 9201 and 9202 are 
up.

I'm using a Motorola Iden cellphone that are connect by the port: 9203,
But, I don't get the handset access to the home-deck configurating my kannel 
server.
Where can I set this port as 9203?

Well, I wrote my wapkannel.conf like this:

group=core
admin-port=13000
wapbox-port=13003
#admin-password=bar
#status-password=foo
#admin-deny-ip=
wdp-interface-name=127.24.249.36  (the ip of my kannel server)
log-file=var/log/kannel/bearerbox.log
log-level=0
#box-deny-ip=*.*.*.*
box-allow-ip=*.*.*.* (all)
acces-log=var/log/kannel/acces.log

group=wapbox
bearer_host=localhost
#map_url=* *
device-home=http://172.24.249.34/prueba.asp; (the default page )
log-file=tmp/wapbox.log
log-level=0
syslog-level=3

Could anybody give me any idea how to get a solution?

Best Regards,
Ivonne







_
Únase al mayor servicio mundial de correo electrónico: 
http://www.hotmail.com/es





WapKannel Configuration

2002-10-14 Thread Ivone Uribe

Thanks Mark for you reply!

I have the service available and I verify that the ports 9201 and 9202 are 
up.

I'm using a Motorola Iden cellphone that are connect by the port: 9203,
But, I don't get the handset access to the home-deck configurating my kannel 
server.
Where can I set this port as 9203?

Well, I wrote my wapkannel.conf like this:

group=core
admin-port=13000
wapbox-port=13003
#admin-password=bar
#status-password=foo
#admin-deny-ip=
wdp-interface-name=127.24.249.36  (the ip of my kannel server)
log-file=var/log/kannel/bearerbox.log
log-level=0
#box-deny-ip=*.*.*.*
box-allow-ip=*.*.*.* (all)
acces-log=var/log/kannel/acces.log

group=wapbox
bearer_host=localhost
#map_url=* *
device-home=http://172.24.249.34/prueba.asp; (the default page )
log-file=tmp/wapbox.log
log-level=0
syslog-level=3

Could anybody give me any idea how to get a solution?

Best Regards,
Ivonne







_
Únase al mayor servicio mundial de correo electrónico: 
http://www.hotmail.com/es





Re: Re: Urgent!-[PLEASE HELP ON SMS-conf.](TS.Kong)

2002-10-14 Thread tuckseng kong

Mr Kwok Peng Tuck:
Many Thanks , For the reply in such short notice. 
Best Regards,TS.Kong
-
TS.KongComputer Convenience Inc.Tokyo. JAPAN
E-mail: [EMAIL PROTECTED] (Office) [EMAIL PROTECTED] (Office) [EMAIL PROTECTED] (personal)
MSN Photos is the easiest way to share and print your photos: Click Here