Dear Alex,

Thank you for your reply and for your help.

Nevertheless, I have a doubt because my provider (Mblox) supply me
a system-type wich seems to be an identifier (the name of my company), not a
simple string like "SMPP".

Well, I have tested, and it seems to work...

BTW, I have to supply optionnal parameters. The funny thing is that these
"optionnal" parameters
are in fact mandatory parameters, as they set the operator and the price the
end-user will be charge.
(it's for premium sms). So how could I set these "optionnal parameters" ?
because I really don't see any others
parameters to set in the documentation..

All the best too, and once again, thanks for your help,

Matthias

> -----Message d'origine-----
> De : alex laurie [mailto:[EMAIL PROTECTED]
> Envoye : vendredi 2 juillet 2004 01:09
> A : Matthias Etienne (Mediaplazza)
> Cc : [EMAIL PROTECTED]
> Objet : Re: Some questions...
>
>
> If your SMS provider has a similar set up to ours on SMPP then it is
> probably a parameter that they need to determine who is connecting etc
> and allow one client (with one log on) connect to with multiple
> services and multiple short codes.
>
> we have found that if we put the service type parameter into the
> system-type =" ____ " it works if like us you have multiple service
> types with your provider, this means you will have to repeat the group
> for each service type.
>
> e.g   we have a load balanced set of IPs for connecting to pick up MOs
> so we have groups for those but where system-type really comes in is
> for our MT profiles .. we have long numbers and short numbers at
> different charging rates so we have a group for each of those .. where
> the profile is sent in the system-type variable.
>
> in short you should probably replace
>
> > system-type = "SMPP"
>
> with
>
> > system-type = "[whatever you service-type param is]"
>
>
> hope this helps ..
>
> all the best
>
> Alex
>
>
> On 1 Jul 2004, at 23:55, Matthias Etienne (Mediaplazza) wrote:
>
> > Dear Kannel Users,
> >
> > I get the folowing problem using kannel for the first time:
> > In order to connect to a US gateway by SMPP, I have to supply a
> > parameter
> > "service_type",
> > but I can't see what parameter I have to set in the kannel
> > configuration
> > file.
> >
> > Here is the sample:
> >
> > group = smsc
> > smsc = smpp
> > smsc-id = "US_MT_classic"
> > host = smpp.mt.us.mblox.com
> > port = 3203
> > smsc-username = "xxxxxxxx"
> > smsc-password = "xxxxxxxx"
> > system-type = "SMPP"
> > address-range = ""
> > interface-version = 0x34
> >
> >
> > I tried to add a parameter "service-type", but Kannel doesn't seem to
> > accept
> > it.
> >
> > Could you please help me ?
> >
> > Thanks to user for help, and to developers for this great software,
> >
> > Regards,
> > Matthias E.
> >
> >
> >
>


Reply via email to