Kannel is changing the prefix 0 <-> 358. You can define prefix
handling in your configuration file, perhaps your
are using the example one (358 is for Finland).
Aarno
On 21.7.2005, at 13.15, Willy Mularto wrote:
Hi list,
I connect to my operator using SMPP 3.4 with transceiver mode. I
test to send sms, let say the phone number is 08881160xxx when it
arrives in kannel it can identify the phone number correctly but
when it received by get-url script it becomes 3588881160xxx, I
think this is about URLEncode issue but it is not. because when I
try to do lynx -dump "http://../cgi-bin/sendsms?
username=user&password=pwd&from=1234&to=08881160xxx&text=hey"
kannel read it as 3588881160xxx. Any idea what's wrong here?
Thankyou for any reply.
Regards
Willy