SMPP delivery port

2010-09-16 Thread Anderson Schmidt
Hi all, I was searching information about how to deliver SMSs through Kannel, in a specific port on devices. More precisely, the SMPP destination port parameter. On devices, I'm going to have a java application using WMA, that listen to that specific port to wake up and process the SMS

Re: SMPP delivery port

2010-09-16 Thread Juan Nin
That's not done with TLVs, to specify the destination port you need to use UDH. Try using udh=0605041234 where 1234 is the destination port On Thu, Sep 16, 2010 at 9:55 AM, Elton Hoxha elt...@gmail.com wrote: Hi, You need to configure TLV section in your conf file associated with the

Re: SMPP delivery port

2010-09-16 Thread Elton Hoxha
Both techniques are possible. Either GSM UDH parameters, or the use of the dest_port optional TLV parameter. On Thu, Sep 16, 2010 at 3:36 PM, Juan Nin jua...@gmail.com wrote: That's not done with TLVs, to specify the destination port you need to use UDH. Try using udh=0605041234

Res: SMPP delivery port

2010-09-16 Thread Anderson Schmidt
Hi, After your instructions, I've found this from an article: (...) specify the User Data Header of the sms. For example following url will send the sms to port 6579 http://127.0.0.1:13013/cgi-bin/sendsms?username=[kannel user]password=[kannel passwd]to=[to phone number]text=[message

Re: SMPP delivery port

2010-09-16 Thread Juan Nin
true, the UDH has to be set using the % On Thu, Sep 16, 2010 at 2:03 PM, Anderson Schmidt alsn...@yahoo.com.br wrote: Hi, After your instructions, I've found this from an article: (...) specify the User Data Header of the sms. For example following url will send the sms to port 6579

Re: SMPP delivery port

2010-09-16 Thread Nikos Balkanas
Subject: Res: SMPP delivery port Hi, After your instructions, I've found this from an article: (...) specify the User Data Header of the sms. For example following url will send the sms to port 6579 http://127.0.0.1:13013/cgi-bin/sendsms?username=[kannel user]password=[kannel passwd