RE: Error in thinking

2002-09-04 Thread Oded Arbel


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

> Could anyone givme a short answer?

Yes.

> I wonder how to run Kannel with cygwin on win 2000.
> I was rearching for any special version for cygwin and I failem.

Theoreticly you can comile the current version with cygwin.

> Question is (just answer yes/no):
> 1. Do I need mgetty and pppd on cygwin to access modem?

no.

> 2. Is it possible to configure ppp connection with modem.

Yes. it has no relevance to Kannel, though. if you set up your modem with pppd, then 
you cannot set it with Kannel - only one software can be in control of the modem at 
one time.

> Is there any howto combine Kannel, cygwin, win 2000.

Huh ? The only way to run Kannel on Windows is to use cygwin ?

Good luck

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

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

::..
Reasons to Run Away 5-"When the DM unloads 4 figure boxes of skeletons and says that 
he doesn't have enough figures. Then says each figure is 10 skeletons."




RE: Billing informationg trough CIMD2.

2002-09-04 Thread Oded Arbel


> -Original Message-
> From: Pete [mailto:[EMAIL PROTECTED]]

> I'm having trouble sending billing information trough kannel, 
> using CIMD2,
> and i was unable to find any help by searching trough the 
> net. Is the only
> way to enable billing (sending billing information trough tag 
> 64, and some
> info trough tag 65)
> to edit kannel's source code ? or is there a way to pass 
> information to
> those tags, trough X-Kannel headers ?

Currently Kannel does not officialy support billing information on any driver, but a 
patch was submitted to the list - not a long time ago - to add billing support for 
Kannel and specificly for use on the CIMD2 driver. you can search the mail archives 
for that patch and contact the author of the patch for help in setting up your system 
with it.

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

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

::..
William Thacker: "I enjoyed the movie very much. I was just wondering, did you ever 
consider having more horses in it?"
Anna Scott: "Well, we would have liked to. But it was difficult, obviously, being set 
in outer space."
-- from Noting Hill




query on kannel usage.

2002-09-04 Thread Anupama R

Hello,
Do we have statistics on how many live projects already use Kannel as a SMS
gateway and
a WAP gateway?
The reason I am asking is, I find a good number of vendors that are trying
to sell wap and/or
SMS as well priced products from there company.

So what I am trying to find out is what is the risk I am running in using
Kannel (if any)
How many commercial products already have kannel as their deployed gateway.

Thanks in advance and best regards
Anu




RE: Need help SMPP PDU Error

2002-09-04 Thread eddie

Hi All,

If there's an SMPP user please be informed that you need to set TON and NPI
for your kannel gateway inorder for you to avoid the error that I was
facing. If you don't set the source and destination TON and NPI then you
will face a PDU NACK error.

Eddie

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of eddie
Sent: Thursday, August 29, 2002 10:37 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Need help SMPP PDU Error


Hi,

I am having this problem with my SMPP v3.4 connection. Seems to work ok with
cygwin 1.0.3 version but not withe linux redhat 1.2.0 version. It tells me
about unknown PDU type.

Error Logs:
2002-08-28 17:18:07 [4] ERROR: Unknown SMPP_PDU type, internal error.
2002-08-28 17:18:07 [4] ERROR: SMPP[Digi]: PDU unpacking failed.
2002-08-28 17:18:07 [4] DEBUG: SMPP[Digi]: Failed PDU follows.
2002-08-28 17:18:07 [4] DEBUG: Octet string at 0x80fd5d8:
2002-08-28 17:18:07 [4] DEBUG:   len:  12
2002-08-28 17:18:07 [4] DEBUG:   size: 13
2002-08-28 17:18:07 [4] DEBUG:   immutable: 0
2002-08-28 17:18:07 [4] DEBUG:   data: 80 00 00 00 00 00 00 03   
2002-08-28 17:18:07 [4] DEBUG:   data: 00 00 00 00   
2002-08-28 17:18:07 [4] DEBUG: Octet string dump ends.

SMSC config:
#Start SMSC

group = smsc
smsc = smpp
smsc-id = Digi
#denied-smsc-id =
#allowed-smsc-id =
preferred-smsc-id = Digi
#allowed-prefix =
#denied-prefix =
#preferred-prefix =
#alt-charset =
host = 210.48.196.19
port = 2003
#transceiver-mode =
receive-port = 2003
smsc-username = "try"
smsc-password = try1
system-type = "VMA"
interface-version = 34
#address-range = ""
#our-host =
#my-number =
#enquire-link-interval =
#max-pending-submits =
#reconnect-delay =
#dest-addr-npi =
#dest-addr-ton =
#source-addr-npi =

Can anyone help?

#source-addr-ton =









DLR in smsc=http

2002-09-04 Thread Ahmed Ibrahim

Dear Sirs,

I'm using using kannel as http method relaying on my provider kannel
(smsc=http) and it works in sending SMS but i can not get DLR while i'm
using http request like this :
http://localhost:14000/cgi-bin/sendsms?user=user1&password=pass1&to=+2010668
3021&from=0020106683021&text=TestSMS&dlrmask=31&dlrurl=http://62.139.101.3/s
msdlr.asp?status=%d


when i send this request to my own smsbox the sms delivered while i never
got any call to my http://62.139.101.3/smsdlr.asp?status=%d and here is the
debug :
2002-09-05 05:09:14 [11] DEBUG: HTTP: Sending request:
2002-09-05 05:09:14 [11] DEBUG: Octet string at 0x100b1620:
2002-09-05 05:09:14 [11] DEBUG:   len:  150
2002-09-05 05:09:14 [11] DEBUG:   size: 151
2002-09-05 05:09:14 [11] DEBUG:   immutable: 0
2002-09-05 05:09:14 [11] DEBUG:   data: 47 45 54 20 2f 63 67 69   GET /cgi
2002-09-05 05:09:14 [11] DEBUG:   data: 2d 62 69 6e 2f 73 65 6e   -bin/sen
2002-09-05 05:09:14 [11] DEBUG:   data: 64 73 6d 73 3f 75 73 65   dsms?use
2002-09-05 05:09:14 [11] DEBUG:   data: 72 3d 6e 65 6d 72 61 31   r=nemra1
2002-09-05 05:09:14 [11] DEBUG:   data: 26 70 61 73 73 3d 6b 6f   &pass=qq
2002-09-05 05:09:14 [11] DEBUG:   data: 11 11 11 38 26 74 6f 3d   kqqq&to=
2002-09-05 05:09:14 [11] DEBUG:   data: 30 30 32 30 31 30 36 36   00201066
2002-09-05 05:09:14 [11] DEBUG:   data: 38 33 30 32 31 26 74 65   83021&te
2002-09-05 05:09:14 [11] DEBUG:   data: 78 74 3d 46 6c 61 73 68   xt=Flash
2002-09-05 05:09:14 [11] DEBUG:   data: 69 6e 67 26 66 72 6f 6d   ing&from
2002-09-05 05:09:14 [11] DEBUG:   data: 3d 30 30 32 30 31 30 36   =0020106
2002-09-05 05:09:14 [11] DEBUG:   data: 36 38 33 30 32 31 26 6d   683021&m
2002-09-05 05:09:14 [11] DEBUG:   data: 63 6c 61 73 73 3d 31 26   class=1&
2002-09-05 05:09:14 [11] DEBUG:   data: 63 6f 64 69 6e 67 3d 31   coding=1
2002-09-05 05:09:14 [11] DEBUG:   data: 20 48 54 54 50 2f 31 2eHTTP/1.
2002-09-05 05:09:14 [11] DEBUG:   data: 31 0d 0a 48 6f 73 74 3a   1..Host:
2002-09-05 05:09:14 [11] DEBUG:   data: 20 62 6c 75 65 2e 73 6dblue.sm
2002-09-05 05:09:14 [11] DEBUG:   data: 73 72 65 6c 61 79 2e 63   srelay.c
2002-09-05 05:09:14 [11] DEBUG:   data: 6f 6d 0d 0a 0d 0a om
2002-09-05 05:09:14 [11] DEBUG: Octet string dump ends.
2002-09-05 05:09:15 [10] DEBUG: HTTP: Status line: 

can you help me please

AMI






Error in thinking

2002-09-04 Thread Wojciech Dąbrowski

Hello,

Could anyone givme a short answer?

I wonder how to run Kannel with cygwin on win 2000.
I was rearching for any special version for cygwin and I failem.

Question is (just answer yes/no):
1. Do I need mgetty and pppd on cygwin to access modem?

2. Is it possible to configure ppp connection with modem.

Additional question:

Is there any howto combine Kannel, cygwin, win 2000.

Pleasse help it's really important, I,m trying to use kannel as a component
of my technician diploma.

Regards Wojtek





Billing informationg trough CIMD2.

2002-09-04 Thread Pete

I'm having trouble sending billing information trough kannel, using CIMD2,
and i was unable to find any help by searching trough the net. Is the only
way to enable billing (sending billing information trough tag 64, and some
info trough tag 65)
to edit kannel's source code ? or is there a way to pass information to
those tags, trough X-Kannel headers ?

please help me, i'm quite desperate, been searching this informationg for a
quite while now...

Thx. in advance.

//Pete






RE: GSM Modem M20

2002-09-04 Thread Oded Arbel


Check that your modem is accessible with minicom (or any terminal program) and then 
try to run bearerbox again. if that works, then you have the problem with the opening 
of the modem device - check the STATUS file for a simple workaround

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

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

::..
"Truth never comes into the world but like a bastard, to the ignominy
of him that brought her birth."
-- Milton




> -Original Message-
> From: Avner Sternheim [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 04, 2002 6:30 PM
> To: '[EMAIL PROTECTED]'
> Subject: GSM Modem M20
> 
> 
> I've install Kannel stable version 1.2 and set the modem 
> configuration for
> my siemens m20 modem,
> when I start to run the bearerbox I get error message:
> 
> no answer from modem, how can i set the modem up 
> my config file look like this:
> 
> group = smsc 
> smsc = at2 
> modemtype = siemens
> device = /dev/ttyS1 
> speed = 9600 
> 
> group = modems
> id = siemens
> 
> regards,
> Avner
> 
> 
> 




GSM Modem M20

2002-09-04 Thread Avner Sternheim

I've install Kannel stable version 1.2 and set the modem configuration for
my siemens m20 modem,
when I start to run the bearerbox I get error message:

no answer from modem, how can i set the modem up 
my config file look like this:

group = smsc 
smsc = at2 
modemtype = siemens
device = /dev/ttyS1 
speed = 9600 

group = modems
id = siemens

regards,
Avner





RE: T39 problem

2002-09-04 Thread Oded Arbel
Title: Message



You 
need to set your init string to use the proper CNMI settings. check your phone's 
operating manual for the correct settings. I think the default for Kannel 1.2.0 
are supposed to be ok.
 
--Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED]
 
+972-9-9581711 (116)+972-67-340014
 
::.."Show me a sane man and I will cure him for you." -- 
Carl Gustav Jung (1875-1961)
 

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 04, 2002 8:39 
  AMTo: [EMAIL PROTECTED]Subject: T39 
  problem
  Hi,
   
  I'm testing 
  Ericsson T39 as SMSC.
  Does anyone know 
  how I can prevent the phone from storing the incoming SMS:es in phone 
  memory?
  Now the memory 
  becomes full and no furhter messages are received until I manually delete 
  them.
   
  /Peter 
  Lofman


RE: DLR warning

2002-09-04 Thread Oded Arbel


> -Original Message-
> From: jerome [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 04, 2002 2:36 PM
> To: Kannel Users
> Subject: DLR warning
> 
> 
> whenever i start the bearerbox it always show the this warning
> 
> WARNING:DLR ... using internal storage.. something..
> 
> i compiled kannel to disable ssl and mysql...

Then internal DLR will be used. Kannel must supply some support for DLR as some 
drivers use it, but if you don't care much about DLRs then you can disable the use of 
persistent storage and not ask for DLRs for MTs. but bearerbox would still init and 
use internal DLR storage. its just warning you that it won't be persistent.

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

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

::..
Instructions for life:
7.  When you realize you've made a mistake, take immediate steps to correct it. 




RE: Service crashes when http request for status is sent

2002-09-04 Thread Oded Arbel

This is a known problem which resufraced after some tweeks to the status page. it is 
currently fixed in the CVS.

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

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

::..
"Often it takes some calamity to make us live in the present."
-- Calvin and Hobbes




> -Original Message-
> From: Richard Kingsley [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 03, 2002 6:29 PM
> To: [EMAIL PROTECTED]
> Subject: Service crashes when http request for status is sent
> 
> 
> Hi,
> 
> After spending 3 days getting the service to work, I have discovered a
> little problem.
> 
> I have got kannel to use my nokia 6210 as a virtual smsc, but 
> as soon as a
> request from a web browser is issued to check status, the 
> bearerbox and
> smsbox crashes.
> 
> Here are the log file extract
> 
> 
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: <-- OK
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: 
> TP-Validity-Period: 24.0
> hours
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: --> AT+CMGS=32^M
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: <-- >
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: send command status: 1
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: -->
> 0011000C91449747779912A714CE37685E96DBD3E332680E2F8FD3E674990C
> 2002-09-03 17:24:31 [5] DEBUG: AT2[/dev/ttyS1]: --> ^Z
> 2002-09-03 17:24:34 [5] DEBUG: AT2[/dev/ttyS1]: <-- >
> 2002-09-03 17:24:34 [5] DEBUG: AT2[/dev/ttyS1]: <-- OK
> 2002-09-03 17:24:34 [5] DEBUG: AT2[/dev/ttyS1]: send command status: 0
> 2002-09-03 17:24:34 [5] DEBUG: AT2[/dev/ttyS1]: <-- OK
> 2002-09-03 17:25:46 [2] DEBUG: HTTP: Creating HTTPClient for
> `127.0.0.1'.
> 2002-09-03 17:25:46 [3] PANIC: gwlib/octstr.c:2104: seems_valid_real:
> Assertion `ostr != NULL' failed. (Called from
> gwlib/octstr.c:1046:octstr_insert.)
> 
> and the smskannel.conf
> 
> 
> 




kannel, cookies and https

2002-09-04 Thread Laurent Chades

does kannel support cookies and https ?

Laurent






X-MSISDN Header

2002-09-04 Thread Sam Wormleighton


Hello,

Does Kannel support the X-MSISDN header option to provide the originating
number of the calling device to wap pages for authentication purposes?

My investigations so for lead me to believe it does not support this header.
If this is the case can anyone offer any help regarding how a current Kannel
1.2.0 gateway could be adapted to provide the feature? 

Thanks in advance,

-- 
Sam




Re: T39 problem

2002-09-04 Thread Tobias Höglund

Hi.

I had the same problem with a Ericsson T28. Below is my working confiuration for 
sending and recieving SMS, something simular also work for the Ericsson R320 and 
hopefully also for a T39.

To get it working I needed to remove all SMS stored in the phone before starting up 
kannel (Both SM and ME as I recall). Otherwise can´t kannel fetch the new SMS.

Keywords: message-storage, sim-buffering

Let me know if this work, I´m about to try a T39 myself someday.
Regards Tobias


# SMSC CONNECTIONS FOR ERICSSON T28
group = smsc
smsc = at2
modemtype = ericsson_t28
device = /dev/ttyS0
speed = 9600
keepalive = 10
sim-buffering = true
include = /home/tobiash/kannel/gateway-1.2.0/doc/modems.conf



group = modems
id = ericsson_t28
name = Ericsson T28
init-string = "AT+CNMI=3,3,2"
keepalive-cmd = "AT+CBC;+CSQ"
enable-hwhs = ""
no-pin = true
message-storage = "ME"


Peter Löfman wrote:
> Hi,
>  
> I'm testing Ericsson T39 as SMSC.
> Does anyone know how I can prevent the phone from storing the incoming 
> SMS:es in phone memory?
> Now the memory becomes full and no furhter messages are received until I 
> manually delete them.
>  
> /Peter Lofman






Sending WAPPush over SMS sms message specification

2002-09-04 Thread Sander Mägi



Hi,
 
I need to send WAP Push messages by directly 
connecting to SMSC - there are some reasons why I can not use Push 
Proxy.
 
What I really need to send is only a short WML page 
with one URL and perhaps also use the expiration date. So I need to use only a 
very small subset of push functionality.
 
Can anyone please point me to the documentation on 
the SMS format nessecary (if there is any)
 
thank you in 
advance,
 
Sander Mägi
 
 
 


Re: mail2sms program

2002-09-04 Thread Randal Law

Dear Satish,

Sorry, I just download the software and still reading the manual :). As I
know this program is to convert E-mail format to a SMS like format. After
this program convert the E-mail to SMS format, I want try to use kannel to
send it out. But I never test it and just want to see anyone test it in the
list?

Thanks,
Randal

- Original Message -
From: "Satish Reddy" <[EMAIL PROTECTED]>
To: "Randal Law" <[EMAIL PROTECTED]>
Sent: Wednesday, September 04, 2002 4:50 PM
Subject: RE: mail2sms program


> whats the use of this ? where does it connect and send sms from ?
>
> BestRegds
> Satish Reddy
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Randal Law
> > Sent: Wednesday, September 04, 2002 2:09 PM
> > To: [EMAIL PROTECTED]
> > Subject: mail2sms program
> >
> >
> > Dear Kannel User,
> >
> > Anyone tested mail2sms + kannel to send sms from E-mail?
> >
> > For more information about mail2sms, pls go to:
> > http://www.contactor.se/~dast/mail2sms/
> >
> > Thanks,
> > Randal
> >
> >
> >
> >
>





mail2sms program

2002-09-04 Thread Randal Law

Dear Kannel User,

Anyone tested mail2sms + kannel to send sms from E-mail?

For more information about mail2sms, pls go to:
http://www.contactor.se/~dast/mail2sms/

Thanks,
Randal





Re: DLR warning

2002-09-04 Thread David Chkhartishvili

jerome wrote:

>On Wednesday 04 September 2002 08:02, you wrote:
>  
>
>>jerome wrote:
>>
>>
>>>whenever i start the bearerbox it always show the this warning
>>>
>>>WARNING:DLR ... using internal storage.. something..
>>>
>>>i compiled kannel to disable ssl and mysql...
>>>  
>>>
>>and with --with-dlr=internal?
>>
>>
>
>i didnt specify anything...
>
>./configure --disable-mysql --disable-ssl... --eneable-start-stop-de...
>
>im using 7.3
>kannel 1.2
>
>  
>

do you have any dlr directive in your config?

-- 
David Chkhartishvili
Tel: 995 99 182418







Re: DLR warning

2002-09-04 Thread jerome

On Wednesday 04 September 2002 08:02, you wrote:
> jerome wrote:
> >whenever i start the bearerbox it always show the this warning
> >
> >WARNING:DLR ... using internal storage.. something..
> >
> >i compiled kannel to disable ssl and mysql...
>
> and with --with-dlr=internal?

i didnt specify anything...

./configure --disable-mysql --disable-ssl... --eneable-start-stop-de...

im using 7.3
kannel 1.2




Re: DLR warning

2002-09-04 Thread David Chkhartishvili

jerome wrote:

>whenever i start the bearerbox it always show the this warning
>
>WARNING:DLR ... using internal storage.. something..
>
>i compiled kannel to disable ssl and mysql...
>
>
>
>
>
>  
>
and with --with-dlr=internal?

-- 
David Chkhartishvili
Tel: 995 99 182418







RE: Problem Installing Kannel on Redhat 7.2 using gateway.tar.gz or snapshot:source(tarball)

2002-09-04 Thread Wilf \(Neil Wilkinson\)

i had similar problems but got round it by using this configure line:

CC=/usr/bin/gcc
./configure --prefix=/home/kannel --with-ssl=/usr/share/ssl --enable-ssl --d
isable-mysql --disable-docs

(all on one line)

tbh, i cant remember if it was the --disable-docs or the --with-ssl=
parameter that made it work.

note that i also have libxml2-devel and openssl-devel rpm packages
installed.

change the prefix to whatever you like of course.  also i managed to get
mysql working but only by installing Mysql-devel package and then symlinking
the header files to a sensible location.


wilf

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jorge San José
> Sent: Wednesday, 4 September 2002 5:27 PM
> To: Kannel Dudas
> Subject: Problem Installing Kannel on Redhat 7.2 using gateway.tar.gz or
> snapshot:source(tarball)
>
>
> Hi dear list,
>
> Thanks for your  help, but I am not still able to install kannel on
> Redhat-7.2.
> I am using gateway.tar.gz or snapshot:source(tarball), and both of them
> have
> the same problem:
>
>   ..
>   ..
>   gw/ota_compiler.c:357:structure has no member named
> 'children'
>   make:***[gw/ota_compiler.o] Error 1
>
> I have installed libxml and libxml2.
>
> Please, help me.Thanks
>
> Jorge San José
>
>
>





Re: Problem Installing Kannel on Redhat 7.2 using gateway.tar.gz or snapshot:source(tarball)

2002-09-04 Thread Aarno Syvänen

Including devel (headers) ? It is, did you install two packages for
libxml2 ?

Aarno

On Wednesday, September 4, 2002, at 10:27 AM, Jorge San José wrote:

> Hi dear list,
>
> Thanks for your  help, but I am not still able to install kannel on
> Redhat-7.2.
> I am using gateway.tar.gz or snapshot:source(tarball), and both of them
> have
> the same problem:
>
>   ..
>   ..
>   gw/ota_compiler.c:357:structure has no member named 'children'
>   make:***[gw/ota_compiler.o] Error 1
>
> I have installed libxml and libxml2.
>
> Please, help me.Thanks
>
> Jorge San José
>
>





Problem Installing Kannel on Redhat 7.2 using gateway.tar.gz or snapshot:source(tarball)

2002-09-04 Thread Jorge San José

Hi dear list,

Thanks for your  help, but I am not still able to install kannel on
Redhat-7.2.
I am using gateway.tar.gz or snapshot:source(tarball), and both of them
have
the same problem:

..
..
gw/ota_compiler.c:357:structure has no member named 'children'
make:***[gw/ota_compiler.o] Error 1

I have installed libxml and libxml2.

Please, help me.Thanks

Jorge San José