Some questions

2008-02-07 Thread Dave Jong A Lock
Dear all, I have more then 1 question; 1. Can I have multiple smsboxes for one number to have a sort of load balancing? 2. If I have different smsboxes can I also have different logs for all smsboxes and also different logs for the bearerbox? 3. When I can make multiple

configuration issues with Siemens MC35i

2008-02-07 Thread Peter Salvage
Hi all I've tried searching the archives and found lots of useful info but I'm not having success. I'm running 1.4.0 on Debian Here's part of my kannel.conf: group = core admin-port = 13000 admin-password = blah admin-allow-ip = 127.0.0.1 log-file = /tmp/kannel.log log-level = 1 access-log

Re: configuration issues with Siemens MC35i

2008-02-07 Thread Peter Salvage
Hi Tommi My notebook doesn't have a serial port so I'm using a USB to Serial port converter. Regards, Peter Tommi Linna wrote: I think you are not connecting to modem using USB, are you? The modem doesn't have USB port as far as I know. My modem is connected throught serial cable and that

Re: SMPP to HTTP

2008-02-07 Thread Mickael - System Administrator (WebD Services)
You have no idea? Please.. Mickael - System Administrator (WebD Services) a écrit : Hello !! I would like to use as a gateway kannel SMPP to HTTP. Example: SMPP port (Kannel) Port: 13002 User: Client1 Pass: lambda User: Client2 Pass: lambda Connection OK. Kannel sent to :

Re: configuration issues with Siemens MC35i

2008-02-07 Thread O'Brien Besa
My modem config . # SIEMENS MODEM SETUP group = modems id = SIEMENS MC35i name = siemens_ mc35i detect-string = SIEMENS detect-string2 = MC35i init-string = AT+CNMI=1,2,0,1,1 enable-hwhs = AT\\Q3 need-sleep = true and my smsc .. # SMSC CONNECTIONS group = smsc smsc = at

Re: How to override GSM encoding ? (Kannel 1.4.1-2 / Debian)

2008-02-07 Thread Olivier PELLEGRINO
Hi Stipe, Thank you for your answer. Ok, i'll try to test gw/sms.c:fields_to_dcs(). So, is there a temporaly hack to force dcs to 0 ? Regards, Olivier PELLEGRINO MIL'NR3 Le jeudi 07 février 2008 à 15:42 +0100, Stipe Tolj a écrit : Olivier PELLEGRINO schrieb: Output: 2008-02-05

Re: sendota with kannel 1.4.1

2008-02-07 Thread Stipe Tolj
Remon Magdy schrieb: Hello Stipe, I've had the same issue and wasn't able to send any OMA OTA settings to any device, while I used the same XML document with nowsms and it was successfully submitted, I think there is a problem with Kannel in that area. Hi Remon, which Kannel version have

Re: SMPP to HTTP

2008-02-07 Thread Stipe Tolj
Mickael - System Administrator (WebD Services) schrieb: Hello !! I would like to use as a gateway kannel SMPP to HTTP. Example: SMPP port (Kannel) Port: 13002 User: Client1 Pass: lambda User: Client2 Pass: lambda Connection OK. Kannel sent to :

Re: sendota with kannel 1.4.1

2008-02-07 Thread Remon Magdy
Hello Stipe, Actually all OMA documents didn't work, e.g XML document below wap-provisioningdoc characteristic type=BOOTSTRAP parm name=NAME value=IRAQNA WAP/ parm name=PROXY-ID value= WAP_Proxy/ /characteristic characteristic type=NAPDEF parm name=NAME value= WAP/ parm name=NAPID

Re: How to override GSM encoding ? (Kannel 1.4.1-2 / Debian)

2008-02-07 Thread Olivier PELLEGRINO
Hi, The wrong dcs value is fixed in this part (gw/sms.c) : /* mode 1 */ else { debug(bb.sms.smpp, 0, [debug perso #1] dcs: %d, dcs); dcs |= 0xF0; /* sets bits 7-3 */ debug(bb.sms.smpp, 0, [debug perso #2] dcs: %d, dcs); if(msg-sms.coding != DC_UNDEF){

Re: How to override GSM encoding ? (Kannel 1.4.1-2 / Debian)

2008-02-07 Thread Olivier PELLEGRINO
Hi Stipe, Ok, i understand. So, it's possible to have a dcs value of 0 ONLY when we send flash sms (directly displayed) ?! I need dcs=0 also with normal sms (sms to mobile) ... Is it possible ? Thanks. Regards, Olivier PELLEGRINO MIL'NR3 Le jeudi 07 février 2008 à 18:54 +0100, Stipe Tolj a

Re: SMPP retries set to null for SMSC

2008-02-07 Thread Stipe Tolj
Hi George, [EMAIL PROTECTED] schrieb: Yes thanks Stipe, Yes you have correctly understood, but its not our end resending, but its the final SMSc or intermediate SMPP provider. I was hoping maybe there could be someway to send messages to instruct either the intermediate SMPP or final SMSc not

Re: SMPP retries set to null for SMSC

2008-02-07 Thread [EMAIL PROTECTED]
Yes thanks Stipe, Yes you have correctly understood, but its not our end resending, but its the final SMSc or intermediate SMPP provider. I was hoping maybe there could be someway to send messages to instruct either the intermediate SMPP or final SMSc not to retry to send even when it has not

Re: sendota with kannel 1.4.1

2008-02-07 Thread Stipe Tolj
Remon Magdy schrieb: Hello Stipe, Actually all OMA documents didn't work, e.g XML document below wap-provisioningdoc characteristic type=BOOTSTRAP parm name=NAME value=IRAQNA WAP/ parm name=PROXY-ID value= WAP_Proxy/ /characteristic characteristic type=NAPDEF parm name=NAME value= WAP/

Re: How to override GSM encoding ? (Kannel 1.4.1-2 / Debian)

2008-02-07 Thread Stipe Tolj
Olivier PELLEGRINO schrieb: Hi, The wrong dcs value is fixed in this part (gw/sms.c) : /* mode 1 */ else { debug(bb.sms.smpp, 0, [debug perso #1] dcs: %d, dcs); dcs |= 0xF0; /* sets bits 7-3 */ debug(bb.sms.smpp, 0, [debug perso #2] dcs: %d, dcs);

Re: Un-predictable SMS Behavior

2008-02-07 Thread Khan, Hammad Aslam
hi Vinay, If its with some GSM modem; just play with your AT+CNMI initialization in your modem.conf file. these initialization parameters varies for different vendors - for Sierra875 Aircard, working configuration are group = modems id = sierra875 name = sierra875 init-string = AT+CNMI=1,1,0,1,0

SMPP retries set to null for SMSC

2008-02-07 Thread [EMAIL PROTECTED]
Hello, Is there any SMPP parameter that will prevent SMSc from trying to resend SMS (MT's) when there is no ack from handset? Carriers SMSc is playing up and resending SMS assuming that they haven't been delivered, therefore if we can force a parameter maybe we help the SMSc not to resend.

Re: How to override GSM encoding ? (Kannel 1.4.1-2 / Debian)

2008-02-07 Thread Stipe Tolj
Olivier PELLEGRINO schrieb: Output: 2008-02-05 15:42:28 [20444] [14] DEBUG: [debug perso #1] msg-sms.alt_dcs: -1, smpp-conn-alt_dcs: 0, pdu-u.submit_sm.data_coding: 0, SMPP_DEFAULT_CHARSET: UTF-8, smpp-alt_charset: ISO-8859-1 2008-02-05 15:42:28 [20444] [14] DEBUG: [debug perso #2] if condition

Re: Some questions

2008-02-07 Thread Stipe Tolj
Dave Jong A Lock schrieb: 1. Can I have multiple smsboxes for one number to have a sort of load balancing? depends. It's not clear from the question for which direction (MT/MO) you want to provision one number. Is it for MO? Generally Kannel uses the concept of internal load-balancing

SMS Billing VIA SMPP

2008-02-07 Thread Mike Nwaogu
Hello Guys, I read a post sometime in 2003 about SMPP Billing somehow it wasn't conclusive, does anyone know how kannel can Implement Billing via an SMPP connection to an SMSC? Else { Suggestions as to how to implement reverse billing. ;) } Regards, Mike Nwaogu Tel: 234_802_325_6437 Eml:

Re: SMS Billing VIA SMPP

2008-02-07 Thread Stipe Tolj
Mike Nwaogu schrieb: Hello Guys, I read a post sometime in 2003 about SMPP Billing somehow it wasn't conclusive, does anyone know how kannel can Implement Billing via an SMPP connection to an SMSC? Else { Suggestions as to how to implement reverse billing. ;) } billing within SMPP v3.4

Re: configuration issues with Siemens MC35i

2008-02-07 Thread Leo McManus
Had a lot of problems setting up a plane MC35 for data/PPP sessions on a real commport. Found we needed the following AT commands setting: ATS18 #Extended error reporting. AT+IPR=0#Autobauding on the PC interface AT\Q3 #Hardware flow control AT+CBST=0,0,1

Re: SMPP retries set to null for SMSC

2008-02-07 Thread Stipe Tolj
[EMAIL PROTECTED] schrieb: Is there any SMPP parameter that will prevent SMSc from trying to resend SMS (MT's) when there is no ack from handset? Carriers SMSc is playing up and resending SMS assuming that they haven't been delivered, therefore if we can force a parameter maybe we help the

SMS More Than 500 Chars in 1 MT

2008-02-07 Thread [EMAIL PROTECTED]
Hi List, Im trying to send MT with more than 500 chars, and already add max-messages to 5. But can not work. What else should I set to make it work? Many thanks for your kind replies and helps. Regards, Willy

Re: configuration issues with Siemens MC35i - SOLVED!

2008-02-07 Thread Peter Salvage
Hi all Got it working...my config was fine. The problem was the USB to serial converter; it didn't do HW flow control. The clue was that I couldn't attach to the MC35i using Minicom with HW flow control on, only off. However it appears that Kannel expects HW flow control(?) so I jimmied