Re: How to add new protocol to kannel?

2004-01-19 Thread Stipe Tolj
Rene Kluwen wrote:
> 
> The answer that I got (a long time ago) on the same question:
> 
> Source files that have to be altered:
> 
> gw/smscconn.c: to add an entry for your new smsc module
> gwlib/cfg.def: if u need special config params for that connection
> 
> then u need to write your module. Start, mmm look at the smpp module or the
> emi2 module.
> 
> It should meet the requirements of your upstream provider, it should
> meet the requirements as in smscconn_p.h and it should be nice and well
> behaved ;-)

+1 for this alternative description :)

Stipe

mailto:[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf, NRW, Germany

phone: +49.211.74845.0
fax: +49.211.74845.299

mailto:[EMAIL PROTECTED]
http://www.wapme-systems.de/
---

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.2.2 (Cygwin)

mIsEP6mcYwEEAMDnUiUwrbb+xwTFWN6TxF2+XZu7/alwJMeCwMBRvXtPZqfjpPhS
OkBpU0F4TrVuugz1HINTSaJTYq10AzDQXp5NkyWgckqW79nPAWuOX0dicbJk+cN2
nM2TI4KaxUDe6u8hghNEnH/i2lXsUu9apnP/iixzV81VC2je3uc9hZpnAAYptEVT
dGlwZSBUb2xqIChUZWNobm9sb2d5IENlbnRlciAmIFJlc2VhcmNoIExhYikgPHRv
bGpAd2FwbWUtc3lzdGVtcy5kZT6ItAQTAQIAHgUCP6mcYwIbAwYLCQgHAwIDFQID
AxYCAQIeAQIXgAAKCRABV0w1BqPYRuSqA/wPzsQxao2YePENCtgRTrO86U6zg3sl
OcS6CJFI4FZP5h/xD3GRsNH1+MPSvZlomDdpFnr547DGz/Kq9MXuQwVvlVig5yWZ
K5dtKp1r5YLhxJQBhfirZbRFFnYmf19f18J8OoS28tuFVftDl1AIwJS3HLyBTv6H
g2HyLAEKQIp30Q==
=aYCI
-END PGP PUBLIC KEY BLOCK-



RE: How to add new protocol to kannel?

2004-01-19 Thread Rene Kluwen
The answer that I got (a long time ago) on the same question:

Source files that have to be altered:

gw/smscconn.c: to add an entry for your new smsc module
gwlib/cfg.def: if u need special config params for that connection

then u need to write your module. Start, mmm look at the smpp module or the
emi2 module.

It should meet the requirements of your upstream provider, it should
meet the requirements as in smscconn_p.h and it should be nice and well
behaved ;-)

Rene Kluwen
Chimit

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
xtjmail
Sent: maandag 19 januari 2004 8:31
To: [EMAIL PROTECTED]
Subject: How to add new protocol to kannel?


Why no one   reply?

Please Help me,Thanks very much.



==安全稳定大容量,大附件收发, 全
[EMAIL PROTECTED]://www.126.com申请25M免费大容量邮箱!提供
新邮件到达手机短信提醒功能, 随时掌握邮件信息!




Re: How to add new protocol to kannel?

2004-01-19 Thread Stipe Tolj
Alexander Malysh wrote:
> 
> it is no document there that describe how to add new smsc module into kannel.
> as a start point:
> 1) look into gw/smscconn_p.h
> 2) look into gw/smsc/smsc_[XXX].c how it works
> 
> If you need more guidance then just ask ascertained questions...

Alex forgot to mention:

3) make an diff -u patch of the new smsc module and send it to devel@
list. 

This is an _open_ source project, still ;)

Stipe

mailto:[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf, NRW, Germany

phone: +49.211.74845.0
fax: +49.211.74845.299

mailto:[EMAIL PROTECTED]
http://www.wapme-systems.de/
---

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.2.2 (Cygwin)

mIsEP6mcYwEEAMDnUiUwrbb+xwTFWN6TxF2+XZu7/alwJMeCwMBRvXtPZqfjpPhS
OkBpU0F4TrVuugz1HINTSaJTYq10AzDQXp5NkyWgckqW79nPAWuOX0dicbJk+cN2
nM2TI4KaxUDe6u8hghNEnH/i2lXsUu9apnP/iixzV81VC2je3uc9hZpnAAYptEVT
dGlwZSBUb2xqIChUZWNobm9sb2d5IENlbnRlciAmIFJlc2VhcmNoIExhYikgPHRv
bGpAd2FwbWUtc3lzdGVtcy5kZT6ItAQTAQIAHgUCP6mcYwIbAwYLCQgHAwIDFQID
AxYCAQIeAQIXgAAKCRABV0w1BqPYRuSqA/wPzsQxao2YePENCtgRTrO86U6zg3sl
OcS6CJFI4FZP5h/xD3GRsNH1+MPSvZlomDdpFnr547DGz/Kq9MXuQwVvlVig5yWZ
K5dtKp1r5YLhxJQBhfirZbRFFnYmf19f18J8OoS28tuFVftDl1AIwJS3HLyBTv6H
g2HyLAEKQIp30Q==
=aYCI
-END PGP PUBLIC KEY BLOCK-



Re: How to add new protocol to kannel?

2004-01-19 Thread Alexander Malysh
Hi,

it is no document there that describe how to add new smsc module into kannel.
as a start point:
1) look into gw/smscconn_p.h
2) look into gw/smsc/smsc_[XXX].c how it works

If you need more guidance then just ask ascertained questions...

Good luck!

On Monday 19 January 2004 08:31, xtjmail wrote:
> Why no one   reply?
>
> Please Help me,Thanks very much.
>
>
>
> ==
> ååçåååéïåéäæå, [EMAIL PROTECTED]
> éäåhttp://www.126.comçè25Måèååééç;!
> æäæéäåèææçäæéåè, éæææéääæ!

-- 
Best regards / Mit besten GrÃÃen aus DÃsseldorf

Dipl.-Ing.
Alexander Malysh
___

Centrium GmbH
Vogelsanger Weg 80
40470 DÃsseldorf

Fon: +49 (0211) 74 84 51 80
Fax: +49 (0211) 277 49 109

email: [EMAIL PROTECTED]
web: www.centrium.de
msn: [EMAIL PROTECTED]
icq: 98063111
___

Please avoid sending me Word, Excel or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html



How to add new protocol to kannel?

2004-01-19 Thread xtjmail
Why no one   reply?

Please Help me,Thanks very much.



==
安全稳定大容量,大附件收发, [EMAIL PROTECTED]
马上到http://www.126.com申请25M免费大容量邮箱;!
提供新邮件到达手机短信提醒功能, 随时掌握邮件信息!