Some issues with kannel

2002-01-04 Thread SMS



Hi
I'm using cvs release dec 12 of kannel with CMG 
SMSC over emi2, I have some issues
 
OTA call-type setting
when I send wap settings through OTA, though I have 
call-type to analog in the configuration I get ISDN on my phone (NOKIA 3330) 
please explain why its happeneing
 
Sneding message to ICQ
can we use kannel to send SMS message to ICQ as we 
can send it through phone
ICQ append +8869177427 as prefix to ICQ number but 
when  Itry to send to ICQ as follows
 
lynx -dump 
'http://localhost:13013/cgi-bin/sendsms?username=username&password=password&from=333&to=00886917742731541662&text=Message'
 
I don't get any message to ICQ, also don't get 
anything in bearerbox log, has anyone tried this, why I'm not getting message on 
ICQ
 
DLR usage
can somebody tell me how I cna use DLR like where 
will I get the delivery reports if I send message through kannel, I want to 
design a system like www.sms.ac which can tell 
the status of message
and has any one tried to send Flasing SMS in which test is 
flashing?
 
regards
Steve


Flash [mclass = 1] not working

2001-12-13 Thread SMS

Hi

regarding the following mail, I just compiled and tried kannel Dec 12 cvs
release, when I tried to send flash sms to SH 888 it dodn't recognize it and
message could not be flashed but when I tried it on Ericsson A2618s  the
message was flash one.
What I don't understand is why this patch which I applied to 1.1.5 worked
forevery mobile and the latest release is not capable of sending flash to
every mobile?

 Ihtink the mclass implementatin is different from this dcs patch, and in my
opinion dcs patch should be implemented in stead of current one because it
supports every mobile

regards
Steve
- Original Message -----
From: "SMS" <[EMAIL PROTECTED]>
To: "kannel Support" <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 11:11 AM
Subject: Fw: DCS support [patch]


> please someone guide me on this
>
> regards
> Steve
>
> - Original Message -
> From: "SMS" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, November 26, 2001 11:42 AM
> Subject: Fw: DCS support [patch]
>
>
> > I'm attaching the email which for reference, it has a patch to send
flash
> > messages and this works for every phone ncluding Ericsson SH 888. I
> applied
> > this patch to 1.1.5 release and it worked fine, I wanna know if the
> > implementaion in urrent cvs for flash messages is different from this?
> >
> > and whats the actual problem I can't send flash sms through the smae
SMSC
> > with current release, which works with this patch
> >
> > regards
> > Steve
> > - Original Message -
> > From: "Andreas Fink" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 16, 2001 9:37 PM
> > Subject: DCS support [patch]
> >
> >
> > > Here's a patch to make DCS supported in emi2 and http SMSC protocols.
> > > Could someone adapt it for the other SMSC types? I'm no familiar with
> > > cimd or smpp nor can I test it.
> > >
> > > How does it work?
> > >
> > > I've added a new Kannel header called
> > >
> > > X-Kannel-DCS
> > >
> > > if set, the value is added to the XSer fields as it is done with UDH.
> > > You can omit the XSer type (which is 2) and length fields as with UDH
> > > as well. If a message from the mobile arrives, the XSer2 field is now
> > > also read out and passed along to the HTTP server serving the
> > > request. For example to send a flash SMS as return to a request
> > > coming from a user, your webserver has to return:
> > >
> > > X-Kannel-DCS: F0
> > >
> > > while forcing a sending of a message, add &dcs=%F0. For example:
> > >
> > >
> >
>
http://yourhost:8001/cgi-bin/sendsms?&user=xxx&pass=xxx&to=12345&text=hello%
> > 20world&dcs=%F0
> > >
> > > To be tested and commited to the CVS if no serious problems are found.
> > >
> > > --
> > >
> > > 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.fink.org/
> > > --
> > > Something urgent? Try http://www.smsrelay.com/  Nickname afink
> >
> >
> >
> >
> >
> >
> >
> >
> >
>



dcs_support.diff
Description: Binary data


Fw: DCS support [patch]

2001-12-12 Thread SMS

please someone guide me on this

regards
Steve

- Original Message -
From: "SMS" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 26, 2001 11:42 AM
Subject: Fw: DCS support [patch]


> I'm attaching the email which for reference, it has a patch to send flash
> messages and this works for every phone ncluding Ericsson SH 888. I
applied
> this patch to 1.1.5 release and it worked fine, I wanna know if the
> implementaion in urrent cvs for flash messages is different from this?
>
> and whats the actual problem I can't send flash sms through the smae SMSC
> with current release, which works with this patch
>
> regards
> Steve
> - Original Message -
> From: "Andreas Fink" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 16, 2001 9:37 PM
> Subject: DCS support [patch]
>
>
> > Here's a patch to make DCS supported in emi2 and http SMSC protocols.
> > Could someone adapt it for the other SMSC types? I'm no familiar with
> > cimd or smpp nor can I test it.
> >
> > How does it work?
> >
> > I've added a new Kannel header called
> >
> > X-Kannel-DCS
> >
> > if set, the value is added to the XSer fields as it is done with UDH.
> > You can omit the XSer type (which is 2) and length fields as with UDH
> > as well. If a message from the mobile arrives, the XSer2 field is now
> > also read out and passed along to the HTTP server serving the
> > request. For example to send a flash SMS as return to a request
> > coming from a user, your webserver has to return:
> >
> > X-Kannel-DCS: F0
> >
> > while forcing a sending of a message, add &dcs=%F0. For example:
> >
> >
>
http://yourhost:8001/cgi-bin/sendsms?&user=xxx&pass=xxx&to=12345&text=hello%
> 20world&dcs=%F0
> >
> > To be tested and commited to the CVS if no serious problems are found.
> >
> > --
> >
> > 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.fink.org/
> > --
> > Something urgent? Try http://www.smsrelay.com/  Nickname afink
>
>
>
>
>
>
>
>
>



dcs_support.diff
Description: Binary data


Fw: DCS support [patch]

2001-11-25 Thread SMS

I'm forarding you the email which you send me, it has a patch to send flash
messages and this works for every phone ncluding Ericsson SH 888. I applied
this patch to 1.1.5 release and it worked fine, I wanna know if the
implementaion in urrent cvs for flash messages is different from this?

and whats the actual problem I can't send flash sms through the smae SMSC
with current release, which works with this patch

regards
Steve
- Original Message -
From: "Andreas Fink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 9:37 PM
Subject: DCS support [patch]


> Here's a patch to make DCS supported in emi2 and http SMSC protocols.
> Could someone adapt it for the other SMSC types? I'm no familiar with
> cimd or smpp nor can I test it.
>
> How does it work?
>
> I've added a new Kannel header called
>
> X-Kannel-DCS
>
> if set, the value is added to the XSer fields as it is done with UDH.
> You can omit the XSer type (which is 2) and length fields as with UDH
> as well. If a message from the mobile arrives, the XSer2 field is now
> also read out and passed along to the HTTP server serving the
> request. For example to send a flash SMS as return to a request
> coming from a user, your webserver has to return:
>
> X-Kannel-DCS: F0
>
> while forcing a sending of a message, add &dcs=%F0. For example:
>
>
http://yourhost:8001/cgi-bin/sendsms?&user=xxx&pass=xxx&to=12345&text=hello%
20world&dcs=%F0
>
> To be tested and commited to the CVS if no serious problems are found.
>
> --
>
> 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.fink.org/
> --
> Something urgent? Try http://www.smsrelay.com/  Nickname afink











dcs_support.diff
Description: Binary data


Re: mclass 1 is not working

2001-11-24 Thread sms

ok I tell you the whole scenario, I'm connected to CMG SMSC through emi2, I'm
sending messages to Ericsson SH 888 and not getting flash messages though when
I checked other DCS functionality like coding parameters and mwi=1 it works
and got voice message notification, this means CMG is able to handle DCS values,
also when I send message I checked the core access log and saw the flag bits
changed to 1 1 0 0 0 which means DCS for flash is set. 
previouslt I was succeded in sending flash messages when  I used a patch form
Alex which sets DCS=%F0 when sending sms and accepts the X-Kannel-DCS:F0 header
that worked on every phone, can some one tell me that current cvs has the same
implementation of that or its changed?

I want to implement the latest cvs as it has many new usefull features, but
do hey work?

regards
Steve

>What phone are you sending to?
>I managed to get flash sms to Ericsson T39 and Nokia 6210, but not to =
>Nokia 5110. I don't know if the 5110 supports these kind of messages...
>
>
>
>  Hi
>  I just compiled cvs dated 24 Nov and try to send flash message using =
>mclass=3D1 but not getting flash messages, can anybody guide me on this
>
>  regards
>  Steve
>