RE: dlr-mask example

2003-02-28 Thread Edwin R. Poot
Hello Peng, Is the value 31 the sum of 1. delivered to phone 2. Non-delivered to phone 4. Queued on SMSc 8. Delivered on SMSc 16. Non-delivered on SMSc But the value 31 is not a bitmask, isn't it? Shouldn't it be 37, (octet value/binary value)? Regards, Edwin Poot -Original Message-

How to Setup Test to Receive SMS.

2003-02-28 Thread Vajee Uddin
Hello Kannel'ers, I have setup kannel with EricssonT68 cell phone as SMSC. My OS is Linux 8.0. The smskannel.conf file is attached; My Cell No. = 358123456 --- the one acting as SMSC. If i were to Send SMS to the above kannel setup from a cell phone how do i do it. or If from a URL how do i

Re: dlr-mask example

2003-02-28 Thread Kwok Peng Tuck
What is the error you are getting ? Edwin R. Poot wrote: Peng, If I use the 31 value, I get an error with Kannel. But just adding the values, is not a bitmask, isn't it? Have you used the value 31 in the dlr-mask element without problems? Regards, Edwin -Original Message- From: Kwok

Client IP in header

2003-02-28 Thread MARTINENT Jerome
Title: Message Hi all, Is it possible in the Kannel Wap Box to insert an HTTP header containing the mobile client IP address (I mean the ip of the incoming request in Kannel) ? I try to find an option to do that, but I found none ! Jerome

Re: How does smsbox choose return-SMSC?

2003-02-28 Thread Gustav Tresselt
After an incoming SMS, and after a service has been performed, how does smsbox/kannel choose which SMSC the reply will be sent by? [..] Hi, I configured 6 smsc's and to control routing I used the parameter 'allowed-smsc-id' within the smsc-group and 'accepted-smsc' within the sms-service group.

RE: dlr-mask example

2003-02-28 Thread Edwin R. Poot
Hello Peng, This is the error I get: 2003-02-28 14:40:19 [7] DEBUG: EMI2[VodMOMT]: emi2 sending packet: 01/00364/O/51/0652332353///1//7/3//4A65206C6F746E722069 7320424830353637303020696E207370656C6E72203420766F6F72206465207472656B6B

SMPP 3.4 throughput

2003-02-28 Thread David Tully
Hi Does anyone know of a method of throttling the number of messages kannel sends per second through SMPP? I see there's a 'throughput' variable for CMG SMS for doing exactly this - tried it in SMPP - kannel wouldn't start :) Regards, David.

Re: How does smsbox choose return-SMSC?

2003-02-28 Thread Yury Mikhienko
On Fri, 28 Feb 2003 15:04:06 +0100 Gustav Tresselt [EMAIL PROTECTED] wrote: After an incoming SMS, and after a service has been performed, how does smsbox/kannel choose which SMSC the reply will be sent by? [..] I actually do need some routing after message receipt, so as I understand

ERROR: SMSC returned error code 0x0000000a in response to submit_sm.

2003-02-28 Thread Bartosz Jozwiak
Hello, I have the following problem with Kannel I tried to use SMPP but got following errorversion = kannel STABLE 1.2.1WARNING: SMPP: PDU NUL terminated string has no NUL.2002-10-28 11:19:11 [5] ERROR:[SMPP:[USA]:/:testing:test]: SMSC returned error code 0x000a in response to

Re: ERROR: SMSC returned error code 0x0000000a in response to submit_sm.

2003-02-28 Thread David Tully
0x000a is 'Invalid Source Address', from the SMPP 3.4 spec on http://www.smsforum.net/ Your source address is wrong - set it to the number you were allocated by your operator. Regards, David. - Original Message - From: Bartosz Jozwiak To: [EMAIL PROTECTED]

Re: ERROR: SMSC returned error code 0x0000000a in response to submit_sm.

2003-02-28 Thread Robert Zeller
Check your settings for source and destination address TON and NPI, Kannel's default values don't work with all SMSCs. I had a problem with them as well, my SMSC operator could tell me the correct values. Regards, Robert --- Bartosz Jozwiak [EMAIL PROTECTED] schrieb: Hello, I have the