Hi Stipe
In smsc_smpp.c has a littel mistake in
/* check for any specified priority value in range [0-5] */
if (cfg_get_integer(&version, grp, octstr_imm("priority")) == -1)
priority = SMPP_DEFAULT_PRIORITY;
pelase change with
--- gw/smsc_smpp.c Mon Jul 8 14:21:43 2002
+++ gw/smsc_smpp.c Fri Jul 5 23:37:18 2002
@@ -1157,7 +1157,7 @@
version = ((version / 10) << 4) + (version % 10);
/* check for any specified priority value in range [0-5] */
- if (cfg_get_integer(&priority, grp, octstr_imm("priority")) == -1)
+ if (cfg_get_integer(&version, grp, octstr_imm("priority")) == -1)
priority = SMPP_DEFAULT_PRIORITY;
Regards
Ignat
Stipe Tolj wrote:
>Hi there,
>
>I just commited a couple of patch for the SMPP module, see these
>ChangeLog entries below.
>
>Can anybody using SMPP check with these changes in the current CVS
>head tree and test the changes to reflect if there is nothing broken
>due to the patches. Thanks in advance.
>
>Please report problems with respect to the corresponding patch to the
>devel@ list.
>
>
>2002-07-05 Stipe Tolj <[EMAIL PROTECTED]>
> * gw/smsc_smpp.c: added throttleing error code support,
> patch provided by Oded.
> [Msg-ID:
><[EMAIL PROTECTED]>]
>
>2002-07-05 Stipe Tolj <[EMAIL PROTECTED]>
> * gw/smsc_smpp.c: fixing timezone issue for sms time validity,
> patch made by Alan
> [Msg-ID: <1024987558.1209.472.camel@euclid>]
>
>2002-07-05 Stipe Tolj <[EMAIL PROTECTED]>
> * gw/smpp_pdu.def, gw/smsc_smpp.c: added unbind PDU support,
> patch submitted by Ignat Vassilev <[EMAIL PROTECTED]>
> [Msg-ID: <[EMAIL PROTECTED]>]
>
>2002-07-05 Stipe Tolj <[EMAIL PROTECTED]>
> * gw/smsc_smpp.c, gwlib/cfg.def: added SMPP priority flag support
>using
> configuration directive 'priority', patch submitted
> by Ignat Vassilev <[EMAIL PROTECTED]>
> [Msg-ID: <[EMAIL PROTECTED]>]
>
>
>Stipe
>
>[EMAIL PROTECTED]
>-------------------------------------------------------------------
>Wapme Systems AG
>
>Vogelsanger Weg 80
>40470 D�sseldorf
>
>Tel: +49-211-74845-0
>Fax: +49-211-74845-299
>
>E-Mail: [EMAIL PROTECTED]
>Internet: http://www.wapme-systems.de
>-------------------------------------------------------------------
>wapme.net - wherever you are
>
>