Dear all,

We are working with Openmarket SMPP smsc, and they support TLV parameters, our kannel config is correct so far :) we configure those extra parameters and try to pass them thru the sendsms CGI interface.

So far, we successfully pass 1 parameter, using the meta-data= urlencode ( ?smpp?param=value )

For various reasons, I would like to pass 2 parameters, but I haven't so far, found a way to do that without seeing the message being rejected, or just never being delivered.

[META:?smpp?param1=value1&param2=value2]

this gets an immediate failure
[msg:29:NACK/0x00000045/Submit failed]


I tried different separation chars, with no luck,

[META:?smpp?param1=value1;param2=value2]

[META:?smpp?param1=value1?param2=value2]

Those don't get rejected, but just aren't delivered.

Maybe you will see something really obvious here, maybe I'm correct when assuming this is only a separation char issue ? or maybe something more complex ...

Cheers to you all,

Eric


Reply via email to