Re: EMS

2001-09-10 Thread Bruno David Rodrigues

No it won't. :(

There's "coding" to define the data coding, 1=7bit, 2=8bit, 3=UCS2, 
defaults to 1 or to 2 if udh is present.

so, just use udh=foo&text=bar&coding=1

- Original Message - 
From: "Andreas Fink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 09, 2001 5:40 PM
Subject: RE: EMS


> >In my experience with EMS, you have to send the EMS in 7 bit encoding.
> >Currently Kannel sets the encoding to 8 bit if there is a udh present.
> >So, ems won't work like this.
> >
> >I will submit a patch later if people are interested. (I will just
> >need to tidy up my code a bit.).
> >
> >/Christian.
> >
> 
> The current code permits this by specifying &contenttype without a 
> value. That will make kannel believe the code is not binary.
> -- 
> 
> Andreas Fink
> Fink-Consulting
> 
> --
> Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
> Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
> E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
> --
> Something urgent? Try http://www.smsrelay.com/  Nickname afink
> 
> 





SMPP question

2001-09-10 Thread Valentin Cozma

Hi all,
I want to send a message to an SMPP SMSC and I don't know what NPI / TON 
values should I use.
Any help will be highly apreciated.
Thanks.
-- 
Sincerely

Valentin Cozma
Junior programmer   [EMAIL PROTECTED]





Re: SMPP question

2001-09-10 Thread Valentin Cozma

There are some free APIs you can use. Try Sourceforge ... There is one 
I'm quite content 'till now.

BTW, I found some combination of NPI/ TON
TON / NPI : 0x00. 0x00 ; 0x00, 0x01

See ya.


pravesh khokhar wrote:

> thanx.
> Hey how much u know of smpp. I am also trying to make a smpp gateway.
> Warm Regards,
> Pravesh
> - Original Message -
> From: "Valentin Cozma" <[EMAIL PROTECTED]>
> To: "pravesh khokhar" <[EMAIL PROTECTED]>
> Sent: Monday, September 10, 2001 4:54 PM
> Subject: Re: SMPP question
> 
> 
> 
>>I will.
>>
>>pravesh khokhar wrote:
>>
>>
>>>hey pls tell me if u got to know these.
>>>thanks in advance!!
>>>Warm Regards,
>>>Pravesh
>>>- Original Message -
>>>From: "Valentin Cozma" <[EMAIL PROTECTED]>
>>>To: "devel" <[EMAIL PROTECTED]>
>>>Sent: Monday, September 10, 2001 4:19 PM
>>>Subject: SMPP question
>>>
>>>
>>>
>>>
Hi all,
I want to send a message to an SMPP SMSC and I don't know what NPI / TON
values should I use.
Any help will be highly apreciated.
Thanks.
--
Sincerely

Valentin Cozma
Junior programmer   [EMAIL PROTECTED]



>>
>>--
>>Sincerely
>>
>>Valentin Cozma
>>Junior programmer   [EMAIL PROTECTED]
>>
>>One5 Romaniahttp://www.one5.com
>>
>>Str Judetului 9 (m) +40 93.190.126
>>Bl 20, sc A, Ap 2, sector 2 (p) +40 12.105.264
>>72226 Bucharest, Romania(f) +40 12.113.943
>>
>>One5 Corporation - Wireless Infrastructure for 3rd Generation
>>*
>>


-- 
Sincerely

Valentin Cozma
Junior programmer   [EMAIL PROTECTED]

One5 Romaniahttp://www.one5.com

Str Judetului 9 (m) +40 93.190.126
Bl 20, sc A, Ap 2, sector 2 (p) +40 12.105.264
72226 Bucharest, Romania(f) +40 12.113.943

One5 Corporation - Wireless Infrastructure for 3rd Generation
*





Cvs

2001-09-10 Thread Andrea Viscovich

Using current CVS,
under Windows NT 4.0 sp6 128 mega RAM
I have this error:
gwthread_pollfd: error in poll
I tried to restart many times byt always same error.

log:
2001-09-10 12:38:18 [4] DEBUG: Started thread 16 (gw/bb_boxc.c:function)
2001-09-10 12:38:18 [16] INFO: Client connected from <127.0.0.1>
2001-09-10 12:38:18 [16] DEBUG: Started thread 17 (gw/bb_boxc.c:boxc_sender)
2001-09-10 12:38:18 [16] ERROR: gwthread_pollfd: error in poll
2001-09-10 12:38:18 [16] ERROR: System error 11: Resource temporarily
unavailable
2001-09-10 12:38:18 [16] ERROR: conn_wait: poll failed on fd 44:
2001-09-10 12:38:18 [16] ERROR: Connection to box <127.0.0.1> broke.

Any idea?
Andrea





documentation snapshots

2001-09-10 Thread David Holland

On Thu, Aug 02, 2001 at 10:45:04AM +0100, I wrote:
> The daily snapshots are being generated as before, but the build process
> has been failing in the "make docs" stage. I have commented out the
> "make docs" in the snapshot script and generated a snapshot manually.
> 
> I'll leave it that way until I have time to work out why the docs won't
> build properly.

I found it... just a missing `' in userguide.xml. Now the
daily snapshots contain the documentation again.

Dave
-- 
David Holland   =*=   Systems Manager   =*=   tel: +44 01223 478900
http://www.3glab.com/   =*= 3G Lab, UK  =*=   fax: +44 01223 478901
"the plumbing? it looks like it was done by a jazz musician.. it has all
the right parts, but not necessarily in the right order." -- Gid Holyoake




EMS

2001-09-10 Thread Aymerick Jéhanne

Well, you can send EMS in 8bit encoding too.

The binary part of EMS is in the UDH, there is only text in the next UD part,
so i don't see any problem in sending 8bit encoded EMS.

Aymerick Jéhanne
YacCom

> In my experience with EMS, you have to send the EMS in 7 bit encoding.
> Currently Kannel sets the encoding to 8 bit if there is a udh present.
> So, ems won't work like this.
>
> I will submit a patch later if people are interested. (I will just
> need to tidy up my code a bit.).






Thread

2001-09-10 Thread Andrea Viscovich

Latest cvs under Windoze:
It seems I can't create new thread.
I never had that problem, is there a maximun number of threads?
Any ideas?
Thanks
in advance

2001-09-10 13:15:23 [4] DEBUG: Started thread 17 (gw/bb_boxc.c:function)
2001-09-10 13:15:23 [17] INFO: Client connected from <127.0.0.1>
2001-09-10 13:15:23 [17] ERROR: Could not create new thread.
2001-09-10 13:15:23 [17] ERROR: System error 11: Resource temporarily
unavailable
2001-09-10 13:15:23 [17] ERROR: Failed to start a new thread, disconnecting
client <127.0.0.1>





RE: EMS

2001-09-10 Thread Paul Keogh

> 
> No it won't. :(
> 
> There's "coding" to define the data coding, 1=7bit, 2=8bit, 3=UCS2, 
> defaults to 1 or to 2 if udh is present.
> 
> so, just use udh=foo&text=bar&coding=1
> 

I've just being testing with some prototype EMS clients that required
DCS values of 0x11 and 0x15.  Exposing DCS at the sendsms interface
will probably make more sense for these type of requirements.





OIS module bug

2001-09-10 Thread Alexei Pashkovsky
 smime.p7m


[Fwd: RE: EMS]

2001-09-10 Thread Bruno David Rodrigues

-Forwarded Message-
From: Bruno David Rodrigues <[EMAIL PROTECTED]>
To: Paul Keogh <[EMAIL PROTECTED]>
Subject: RE: EMS


On Mon, 2001-09-10 at 17:31, Paul Keogh wrote:
> > 
> > No it won't. :(
> > 
> > There's "coding" to define the data coding, 1=7bit, 2=8bit, 3=UCS2, 
> > defaults to 1 or to 2 if udh is present.
> > 
> > so, just use udh=foo&text=bar&coding=1
> > 
> 
> I've just being testing with some prototype EMS clients that required
> DCS values of 0x11 and 0x15.  Exposing DCS at the sendsms interface
> will probably make more sense for these type of requirements.
> 
> 
0x11 = class=2&coding=1
0x15 = class=2&coding=2

Do your specifications say "use DCS=0x11" or do they say "use 7 bits and 
send to mobile" ?

Every DCS combination could be composed with those fields, without requiring 
knowing or having a DCS table in front of you. 

BTW, read this old message please:
http://kannel.3glab.org/mailman/private/devel/2001-July/009250.html








OIS module

2001-09-10 Thread Alexei Pashkovsky
 smime.p7m


SMPP message delivery report

2001-09-10 Thread Erick Fuentes

Hi all,

Is the implementation of the delivery reports working for SMPP?  How
will it work?  I would like to have a webpage where you can enter either
another phone number or email in order to receive the confirmation via
another short message or via email.

Thanks,

Erick




Re: SMPP message delivery report

2001-09-10 Thread Alexei Pashkovsky

No, as proposed by Andreas,
you will get an MO to the sender gateway with some special word and all the
DN data.
You might than parse it in your application to send emails or anything else.

- Original Message -
From: "Erick Fuentes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 10:08 PM
Subject: SMPP message delivery report


> Hi all,
>
> Is the implementation of the delivery reports working for SMPP?  How
> will it work?  I would like to have a webpage where you can enter either
> another phone number or email in order to receive the confirmation via
> another short message or via email.
>
> Thanks,
>
> Erick





Re: SMPP message delivery report

2001-09-10 Thread Andreas Fink

>No, as proposed by Andreas,
>you will get an MO to the sender gateway with some special word and all the
>DN data.
>You might than parse it in your application to send emails or anything else.
>
>- Original Message -
>From: "Erick Fuentes" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, September 10, 2001 10:08 PM
>Subject: SMPP message delivery report
>
>
>>  Hi all,
>>
>>  Is the implementation of the delivery reports working for SMPP?  How
>>  will it work?  I would like to have a webpage where you can enter either
>>  another phone number or email in order to receive the confirmation via
>>  another short message or via email.
>>
>>  Thanks,
>>
>>  Erick

Alexey's right in saying this. Furhtermore SMPP DLR's are not yet 
implemented. However I intend to change that shortly.

-- 

Andreas Fink
Fink-Consulting

--
Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
--
Something urgent? Try http://www.smsrelay.com/  Nickname afink




SMPP optional parameters?

2001-09-10 Thread Andreas Fink

Hi Folks,

I'm trying to implement delviery reports with SMPP and I'm a bit 
puzzled about the SMPP optional parameters. Does anyone know how I 
can get access to them using the existing PDU decoding stuff?

Explicitly I need message_state and user_message_reference in deliver_sm.


-- 

Andreas Fink
Fink-Consulting

--
Tel: +41-61-6932730 Fax: +41-61-6932729  Mobile: +41-79-2457333
Address: A. Fink, Schwarzwaldallee 16, 4058 Basel, Switzerland
E-Mail:  [EMAIL PROTECTED]  Homepage: http://www.finkconsulting.com
--
Something urgent? Try http://www.smsrelay.com/  Nickname afink