If you look closer into Simplewire_SMPP_ShortCodes.pdf, optional parameters are included only in MT or MO messages (submit_sm and deliver_sm).
You just need to take care sending interface_version v3.4 in bind operation. Nonetheless, kannel (as much as i know) doesn't handle optional parameters in deliver_sm/submit_sm. So, maybe you want to take a look into the sources and make some modifications for your needs. If you need some help with that, just tell me. Regards, Martín Conte. On 6/5/06, Leonard <[EMAIL PROTECTED]> wrote:
Firstly, There are optional paramters to SMPP 3.4. - Please review the specification, or look here: http://www.alvento.com/productos/sms/smpp/smpp34.pdf section 5.3 Optional parameter are required to set carrier and billing info mation for messagin into the USA where the aggregator does not supply NP lookups. (or they cost extra). What needs to be achieved can be found here: http://www.simplewire.com/downloads/files/Simplewire_SMPP_ShortCodes.pdf ----- Original Message ----- From: "Mi Reflejo" <[EMAIL PROTECTED]> To: "Leonard" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, June 05, 2006 5:59 PM Subject: Re: SMPP 3.4 Optional params There are no "optional parameters" in bind operations. (Maybe you are talking about system_type?) Kannel follows strictly SMPP specs. If you need to add any parameter which isn't in specs you should look to other way or take a look into sources by yourself :). Otherwise, if SimpleWire follows SMPP specs, kannel will help you. Regards, Martín Conte. On 6/5/06, Leonard <[EMAIL PROTECTED]> wrote: > Hi All, > > I need to set optional params on a SMPP 3.4 Bind, specifically for a bind > to > SimpleWire. > These optional params set carrier, billing and other requirements. > > Is there anyway to do this with Kannel, or will I have to use their XML > interface? > > Regards > Leonard > > >
