WARNING: SMPP: PDU NULL terminated string has no NULL

2011-10-24 Thread Marc ANDREAS
I need your help to solve an issue I have with one operator. I'm not able to 
connect to its SMSC. See below log.
How can I solve this problem ?


2011-10-24 10:20:07 [14001] [5] DEBUG: SMPP[telco]: Sending PDU:
2011-10-24 10:20:07 [14001] [5] DEBUG: SMPP PDU 0x81b8620 dump:
2011-10-24 10:20:07 [14001] [5] DEBUG:   type_name: bind_transmitter
2011-10-24 10:20:07 [14001] [5] DEBUG:   command_id: 2 = 0x0002
2011-10-24 10:20:07 [14001] [5] DEBUG:   command_status: 0 = 0x
2011-10-24 10:20:07 [14001] [5] DEBUG:   sequence_number: 1 = 0x0001
2011-10-24 10:20:07 [14001] [5] DEBUG:   system_id: abc
2011-10-24 10:20:07 [14001] [5] DEBUG:   password: xxx
2011-10-24 10:20:07 [14001] [5] DEBUG:   system_type: 
2011-10-24 10:20:07 [14001] [5] DEBUG:   interface_version: 52 = 0x0034
2011-10-24 10:20:07 [14001] [5] DEBUG:   addr_ton: 0 = 0x
2011-10-24 10:20:07 [14001] [5] DEBUG:   addr_npi: 0 = 0x
2011-10-24 10:20:07 [14001] [5] DEBUG:   address_range: NULL
2011-10-24 10:20:07 [14001] [5] DEBUG: SMPP PDU dump ends.
2011-10-24 10:20:08 [14001] [5] WARNING: SMPP: PDU NULL terminated string has 
no NULL.
2011-10-24 10:20:08 [14001] [5] DEBUG: SMPP[telco]: Got PDU:
2011-10-24 10:20:08 [14001] [5] DEBUG: SMPP PDU 0x81badc0 dump:
2011-10-24 10:20:08 [14001] [5] DEBUG:   type_name: bind_transmitter_resp
2011-10-24 10:20:08 [14001] [5] DEBUG:   command_id: 2147483650 = 0x8002
2011-10-24 10:20:08 [14001] [5] DEBUG:   command_status: 14 = 0x000e
2011-10-24 10:20:08 [14001] [5] DEBUG:   sequence_number: 1 = 0x0001
2011-10-24 10:20:08 [14001] [5] DEBUG:   system_id: NULL
2011-10-24 10:20:08 [14001] [5] DEBUG: SMPP PDU dump ends.
2011-10-24 10:20:08 [14001] [5] ERROR: SMPP[telco]: SMSC rejected login to 
transmit, code 0x000e (Invalid Password).
2011-10-24 10:20:08 [14001] [5] ERROR: SMPP[telco]: I/O error or other error. 
Re-connecting.
2011-10-24 10:20:08 [14001] [5] DEBUG: Thread 5 (gw/smsc/smsc_smpp.c:io_thread) 
terminates.

Here is my configuration:

group = smsc
smsc = smpp
smsc-id = telco
port = 8010
host = 192.168.198.27 
smsc-username = telco11
smsc-password = telco
interface-version = 34
reconnect-delay = 2
receive-port = 0
log-file = /var/log/kannel/smsctelco.log
transceiver-mode = true
source-addr-ton = 2
source-addr-npi = 1
dest-addr-ton = 2
dest-addr-npi = 1
system-type = NULL
alt-charset = ASCII
alt-addr-charset = GSM

access.log parser

2011-02-14 Thread Marc ANDREAS
Hello,

I'm looking for a access.log parser written in php.
Does someone have it here ?

Regards,

Mark


  

Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
Hi group,

Can you help me to stop sms from Kannel ?
In fact when I send an http request to Kannel I don't want to receive  what is 
displayed in the web explorer.

Regards,

Marc



  

Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
How to not receive by sms what could be displayed  on in web browser whan i use 
the url put on get-url.





De : Iain Dooley i...@workingsoftware.com.au
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : us...@vm1.kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 15min 27s
Objet : Re: Stop sms coming with what is displaying in web explorer


 Can you help me to stop sms from Kannel ?
 In fact when I send an http request to Kannel I don't want to receive  what 
 is 
displayed in the web explorer.

urrr ... que?


  

Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
I don't want to receive this by sms.





De : seikath seik...@gmail.com
À : users@kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 28min 04s
Objet : Re: Stop sms coming with what is displaying in web explorer

easy

close the damn web explorer.


On 07/15/2010 11:11 AM, Marc ANDREAS wrote:
 Hi group,
 
 Can you help me to stop sms from Kannel ?
 In fact when I send an http request to Kannel I don't want to receive 
 what is displayed in the web explorer.
 
 Regards,
 
 Marc
 


  

French characters

2010-07-15 Thread Marc ANDREAS
Hi List,
 
According to the GSM 03.38 encoding spec. The characters listed below should be 
sendable using the GSM encoding.
 
@£$¥èéùìòØøÅå_FGST?ÆæßÉ
!#¤%'()*+,-./0123456789:;=?¡ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÑܧ¿abcdefghijklmnopqrstuvwxyzäöñüà^{}\[~]|€

 
I’m however unable to send most French , Latin or Greek characters using kannel.
In particular I’m unable to send the following characters 
 
- Èéùìò äöñüàäöñüàØøÅå_F
 
Is there anyone who is successfully sending French / Latin /Greek characters 
using Kannel with GSM encoding? 
Could you please post a configuration which works ..?
 
Kind regards.


  

Re : Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
Yes, you understand very well. Can you help me?





De : Iain Dooley i...@workingsoftware.com.au
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : us...@vm1.kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 31min 48s
Objet : Re: Re : Stop sms coming with what is displaying in web explorer

 How to not receive by sms what could be displayed  on in web browser whan i 
 use 
the url put on get-url.

AHA!! I think what you're referring to is the auto-reply. Like, you send a 
message into kannel, then you receive a message back which contains the 
response 
from your web page, is that right?

Cheers,
Iain


  

Re : Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
Yes





De : Jinson jin...@mobme.in
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : seikath seik...@gmail.com; users@kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 40min 42s
Objet : Re: Re : Stop sms coming with what is displaying in web explorer


Are talking about HTML headers and layout?



On Thu, Jul 15, 2010 at 2:04 PM, Marc ANDREAS rowai2...@yahoo.fr wrote:

I don't want to receive this by sms.





De : seikath seik...@gmail.com
À : users@kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 28min 04s

Objet : Re: Stop sms coming with what is displaying in web explorer


easy

close the damn web explorer.


On 07/15/2010 11:11 AM, Marc ANDREAS wrote:
 Hi group,
 
 Can you help me to stop sms from Kannel ?
 In fact  when I send an http request to Kannel I don't want to receive 
 what is displayed in the web explorer.
 
 Regards,
 
 Marc
 






  

Re : Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
It's fine Elton. Thank you very much for your help.





De : Elton Hoxha elt...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : seikath seik...@gmail.com; users@kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 43min 15s
Objet : Re: Re : Stop sms coming with what is displaying in web explorer

Try max-messages = 0
at sms-service group

On Thu, Jul 15, 2010 at 10:34 AM, Marc ANDREAS rowai2...@yahoo.fr wrote:
 I don't want to receive this by sms.

 
 De : seikath seik...@gmail.com
 À : users@kannel.org
 Envoyé le : Jeu 15 juillet 2010, 9h 28min 04s
 Objet : Re: Stop sms coming with what is displaying in web explorer

 easy

 close the damn web explorer.


 On 07/15/2010 11:11 AM, Marc ANDREAS wrote:
 Hi group,

 Can you help me to stop sms from Kannel ?
 In fact when I send an http request to Kannel I don't want to receive
 what is displayed in the web explorer.

 Regards,

 Marc







  

Re : Re : Re : Stop sms coming with what is displaying in web explorer

2010-07-15 Thread Marc ANDREAS
Working fine. Thank you.
Do you have any idea on french characters ?





De : Iain Dooley i...@workingsoftware.com.au
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : us...@vm1.kannel.org
Envoyé le : Jeu 15 juillet 2010, 9h 58min 26s
Objet : Re: Re : Re : Stop sms coming with what is displaying in web explorer


 Yes, you understand very well. Can you help me?

the max-messages tip sent in an earlier message should help you out :)

___
_
 De : Iain Dooley i...@workingsoftware.com.au
 ? : Marc ANDREAS rowai2...@yahoo.fr
 Cc : us...@vm1.kannel.org
 Envoy? le : Jeu 15 juillet 2010, 9h 31min 48s
 Objet : Re: Re : Stop sms coming with what is displaying in web explorer
 
  How to not receive by sms what could be displayed  on in web browser whan i 
use the url put on get-url.
 
 AHA!! I think what you're referring to is the auto-reply. Like, you send a 
message into kannel, then you receive a message back which contains the 
response 
from your web page,
 is that right?
 
 Cheers,
 Iain
 
 



  

Re : Mutli operators with Kannel

2010-06-25 Thread Marc ANDREAS
Thank you very much Nikos for your help. I appreciated it.
The issue is solved.

Regards,

Marc-Eric






De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : users@kannel.org
Envoyé le : Ven 25 juin 2010, 2h 53min 43s
Objet : Re: Mutli operators with Kannel

Please address list. Do not send me personnals again.

First upgrade to latest svn. 1.4.1 is ~4 yrs old.

What is going on here? I see smscs op1, op2  op3 configured, and traffic is 
coming from vodacom, cct  tigo.
You also have a blank line in op3 definition that shouldn't be there. I am 
surprised that bb even starts.
You get matches on M5, and rejections on J, while not having any sms-services 
configured on them.
Never send logs without the right configuration.
Lastly, who are you, Eric or Marc?

I see vodacom doing all the work. Cct is just sitting it out not not doing 
anything, and tigo cannot send out anything. The answers you didn't get are 
because of tigo's failures. You need to isolate tigo and run some tests with 
just this one and talk with your ISP.

There are also no delays from kannel. Match bb logs  access logs. You send 
responses at the same second you receive requests. Any delays from the moment 
you send response are the SMSC's responsibility (vodacom). Talk to them if you 
think that they are slow.

Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Sent: Friday, June 25, 2010 12:15 AM
Subject: Re : Mutli operators with Kannel


Hi Nikos,

Thank you again for your time. You're really kind.
I have 3 smsc connected to my kannel and see attached log. I didn't receive the 
last 2 SMS from Kannel.

I'm using Mobile for MO.

The problem happens only when I connect more than one operator. So I need to 
understand what is the good why to push SMS without delay of failure.
Even sendsms from website si not working.

I really need help otherwise I'll loose my job. Please help.

Regards,

Eric





De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : users@kannel.org
Envoyé le : Jeu 24 juin 2010, 16h 15min 16s
Objet : Re: Mutli operators with Kannel

1) Still haven't answered this one. Is the SMS sent from the /sendsms HTTP 
interface (MT, push)? Or is it sent by a mobile (MO)?

I am assuming that you are referring to MOs.

I can tell you forefront that your problem is not kannel's. You need to debug 
your system. Probably your web-server is delaying replies. Please post detailed 
relevant bb smsbox log of an attempt to a service that didn't return anything, 
or was 2 late.

Bear in mind that you don't have a default service for all as required. You 
should include another default service without allowed-receiver-prefix. If you 
send an MO from 41344 you will get nothing in response. If you are referring to 
MOs use allowed-prefix, instead of allowed-receiver-prefix. Both sender and 
destination are the same in MOs and sender is surely defined.

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Cc: users@kannel.org
Sent: Thursday, June 24, 2010 5:29 PM
Subject: Re : Mutli operators with Kannel



1) You mention when I send. Are you referring to push SMS (MT)? Your 
configuration seems to be more service (MO) oriented.

I mean when People send SMS to Kannel.


2) If you are talking about MTs, what is the delay you are referring to? DLR 
receipts?

After sending SMS to Kannel i don't receive any SMS from it.

3) If you are talking about MOs, what is your fastest smsc? Is it service 
dependent?

How can I know the fasted smsc? All of them are working almost with the same 
speed.

Regards.





De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : users@kannel.org
Envoyé le : Jeu 24 juin 2010, 15h 04min 31s
Objet : Re: Mutli operators with Kannel

Hi,

Still haven't answered my questions. Please do. Since your English is not 
fluent, please use the numbers in the list. Unfortunately my french is poorer 
than your English.

What is a JOK?

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Cc: users@kannel.org
Sent: Thursday, June 24, 2010 4:33 PM
Subject: Re : Mutli operators with Kannel


Hi Nikos,

I understand your mean and sorry again.
I'm a content provider with info, meteo, jok, in french. So you understand 
why my english is bad.
I negotiated SMPP connection to all operators in my country and i got them.
What i need is People send for example JOK to 42333 and the application return 
back one JOK.
When only one operator is configured People received JOK very quicky.
But when i configure 3 operators in my conf file. Sometime People receive JOK, 
sometime they don't receive that. But they always receive DLR.

How can I do to have think working properly with those 3 operators at the same 
time?

Regards,

Marc






De : Nikos Balkanas nbalka...@gmail.com
ΐ : Marc ANDREAS rowai2...@yahoo.fr
Envoyι le : Jeu 24 juin 2010, 14h 13min 31s
Objet : Re

Re : Mutli operators with Kannel

2010-06-24 Thread Marc ANDREAS
Hi Nikos,

I understand your mean and sorry again.
I'm a content provider with info, meteo, jok, in french. So you understand 
why my english is bad.
I negotiated SMPP connection to all operators in my country and i got them.
What i need is People send for example JOK to 42333 and the application return 
back one JOK.
When only one operator is configured People received JOK very quicky.
But when i configure 3 operators in my conf file. Sometime People receive JOK, 
sometime they don't receive that. But they always receive DLR.

How can I do to have think working properly with those 3 operators at the same 
time?

Regards,

Marc






De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Envoyé le : Jeu 24 juin 2010, 14h 13min 31s
Objet : Re: Mutli operators with Kannel

Hi Marc,

Normally I don't respond to mail from unknown people, but you look like a 
serious person, who doesn't want to waste my time. Next time please consider 
that the list is a more appropriate place, since others can benefit and offer 
insight as well.

Please describe context of your problem:

1) You mention when I send. Are you referring to push SMS (MT)? Your 
configuration seems to be more service (MO) oriented.
2) If you are talking about MTs, what is the delay you are referring to? DLR 
receipts?
3) If you are talking about MOs, what is your fastest smsc? Is it service 
dependent?

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Sent: Thursday, June 24, 2010 3:06 PM
Subject: Mutli operators with Kannel


Hi Nikos,

First of all I'm really sorry to send you a private email.
I want you to help me on my Kannel configuration as I'm very down and blocked 
now.
I'm becoming a content provider in my country where I have SMPP accounts to all 
operators (4).
When I configure only one operator in group = smsc i get very quicky reply from 
Kannel when I send SMS.
But when I configure all operators I'm not able to get content from my 
application.
Can you show me how I can configure more than 1 operator with Kannel to have my 
application running quickly ?
Attached is my kannel configuration file I used.
If you need log tell me what i'll send it as i'm really blocked.

Regards,

Marc 



  

Re : Mutli operators with Kannel

2010-06-24 Thread Marc ANDREAS

1) You mention when I send. Are you referring to push SMS (MT)? 
Your configuration seems to be more service (MO) oriented.

I mean when People send SMS to Kannel.


2) If you 
are talking about MTs, what is the delay you are referring to? DLR 
receipts?

After sending SMS to Kannel i don't receive any SMS from it.

3) If you are talking about MOs, what is your fastest smsc? Is it service 
dependent?

How can I know the fasted smsc? All of them are working almost with the same 
speed.

Regards.





De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : users@kannel.org
Envoyé le : Jeu 24 juin 2010, 15h 04min 31s
Objet : Re: Mutli operators with Kannel

Hi,

Still haven't answered my questions. Please do. Since your English is not 
fluent, please use the numbers in the list. Unfortunately my french is poorer 
than your English.

What is a JOK?

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Cc: users@kannel.org
Sent: Thursday, June 24, 2010 4:33 PM
Subject: Re : Mutli operators with Kannel


Hi Nikos,

I understand your mean and sorry again.
I'm a content provider with info, meteo, jok, in french. So you understand 
why my english is bad.
I negotiated SMPP connection to all operators in my country and i got them.
What i need is People send for example JOK to 42333 and the application return 
back one JOK.
When only one operator is configured People received JOK very quicky.
But when i configure 3 operators in my conf file. Sometime People receive JOK, 
sometime they don't receive that. But they always receive DLR.

How can I do to have think working properly with those 3 operators at the same 
time?

Regards,

Marc






De : Nikos Balkanas nbalka...@gmail.com
ΐ : Marc ANDREAS rowai2...@yahoo.fr
Envoyι le : Jeu 24 juin 2010, 14h 13min 31s
Objet : Re: Mutli operators with Kannel

Hi Marc,

Normally I don't respond to mail from unknown people, but you look like a 
serious person, who doesn't want to waste my time. Next time please consider 
that the list is a more appropriate place, since others can benefit and offer 
insight as well.

Please describe context of your problem:

1) You mention when I send. Are you referring to push SMS (MT)? Your 
configuration seems to be more service (MO) oriented.
2) If you are talking about MTs, what is the delay you are referring to? DLR 
receipts?
3) If you are talking about MOs, what is your fastest smsc? Is it service 
dependent?

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Sent: Thursday, June 24, 2010 3:06 PM
Subject: Mutli operators with Kannel


Hi Nikos,

First of all I'm really sorry to send you a private email.
I want you to help me on my Kannel configuration as I'm very down and blocked 
now.
I'm becoming a content provider in my country where I have SMPP accounts to all 
operators (4).
When I configure only one operator in group = smsc i get very quicky reply from 
Kannel when I send SMS.
But when I configure all operators I'm not able to get content from my 
application.
Can you show me how I can configure more than 1 operator with Kannel to have my 
application running quickly ?
Attached is my kannel configuration file I used.
If you need log tell me what i'll send it as i'm really blocked.

Regards,

Marc 



  

Re : Mutli operators with Kannel

2010-06-24 Thread Marc ANDREAS
Hi Nikos,

I tried to solve the issue by adding denied-sms in sms-group.
I have another issue with sms push by http.

see output from smsbox log

2010-06-24 23:35:36 [22654] [0] DEBUG: Kannel smsbox version 1.4.1 starting
2010-06-24 23:35:36 [22654] [4] DEBUG: Thread 4 
(gw/smsbox.c:obey_request_thread) maps to pid 22654.
2010-06-24 23:35:36 [22654] [0] DEBUG: Started thread 4 
(gw/smsbox.c:obey_request_thread)
2010-06-24 23:35:36 [22654] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) 
maps to pid 22654.
2010-06-24 23:35:36 [22654] [0] DEBUG: Started thread 5 
(gw/smsbox.c:url_result_thread)
2010-06-24 23:35:36 [22654] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) 
maps to pid 22654.
2010-06-24 23:35:36 [22654] [0] DEBUG: Started thread 6 
(gw/smsbox.c:http_queue_thread)
2010-06-24 23:35:36 [22654] [0] INFO: Connected to bearerbox at localhost port 
18001.
2010-06-24 23:35:36 [22654] [0] DEBUG: Started thread 7 
(gw/heartbeat.c:heartbeat_thread)
2010-06-24 23:35:36 [22654] [7] DEBUG: Thread 7 
(gw/heartbeat.c:heartbeat_thread) maps to pid 22654.
2010-06-24 23:38:55 [22654] [2] DEBUG: HTTP: Creating HTTPClient for 
`217.194.152.8'.
2010-06-24 23:38:55 [22654] [2] DEBUG: HTTP: Created HTTPClient area 0x818ca68.
2010-06-24 23:38:55 [22654] [3] INFO: smsbox: Got HTTP request 
/cgi-bin/sendsms from 217.194.152.8
2010-06-24 23:38:55 [22654] [3] INFO: sendsms used by vodacom
2010-06-24 23:38:55 [22654] [3] INFO: sendsms sender:vodacom:42888 
(217.194.152.8) to:0819392895 msg:Hello world
2010-06-24 23:38:55 [22654] [3] DEBUG: Stored UUID 
7800d6a4-f498-4395-9a59-a6013f32cf45
2010-06-24 23:38:55 [22654] [3] DEBUG: message length 11, sending 1 messages
2010-06-24 23:38:55 [22654] [3] DEBUG: Status: 202 Answer: Sent.
2010-06-24 23:38:55 [22654] [3] DEBUG: Delayed reply - wait for bearerbox
2010-06-24 23:38:55 [22654] [0] DEBUG: Got ACK (0) of 
7800d6a4-f498-4395-9a59-a6013f32cf45
2010-06-24 23:38:55 [22654] [0] DEBUG: HTTP: Resetting HTTPClient for 
`217.194.152.8'.
2010-06-24 23:39:55 [22654] [1] DEBUG: Timeout for fd:24 appeares.
2010-06-24 23:39:55 [22654] [1] DEBUG: HTTP: Destroying HTTPClient area 
0x818ca68.
2010-06-24 23:39:55 [22654] [1] DEBUG: HTTP: Destroying HTTPClient for 
`217.194.152.8'.






De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : users@kannel.org
Envoyé le : Jeu 24 juin 2010, 16h 15min 16s
Objet : Re: Mutli operators with Kannel

1) Still haven't answered this one. Is the SMS sent from the /sendsms HTTP 
interface (MT, push)? Or is it sent by a mobile (MO)?

I am assuming that you are referring to MOs.

I can tell you forefront that your problem is not kannel's. You need to debug 
your system. Probably your web-server is delaying replies. Please post detailed 
relevant bb smsbox log of an attempt to a service that didn't return anything, 
or was 2 late.

Bear in mind that you don't have a default service for all as required. You 
should include another default service without allowed-receiver-prefix. If you 
send an MO from 41344 you will get nothing in response. If you are referring to 
MOs use allowed-prefix, instead of allowed-receiver-prefix. Both sender and 
destination are the same in MOs and sender is surely defined.

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Cc: users@kannel.org
Sent: Thursday, June 24, 2010 5:29 PM
Subject: Re : Mutli operators with Kannel



1) You mention when I send. Are you referring to push SMS (MT)? Your 
configuration seems to be more service (MO) oriented.

I mean when People send SMS to Kannel.


2) If you are talking about MTs, what is the delay you are referring to? DLR 
receipts?

After sending SMS to Kannel i don't receive any SMS from it.

3) If you are talking about MOs, what is your fastest smsc? Is it service 
dependent?

How can I know the fasted smsc? All of them are working almost with the same 
speed.

Regards.





De : Nikos Balkanas nbalka...@gmail.com
À : Marc ANDREAS rowai2...@yahoo.fr
Cc : users@kannel.org
Envoyé le : Jeu 24 juin 2010, 15h 04min 31s
Objet : Re: Mutli operators with Kannel

Hi,

Still haven't answered my questions. Please do. Since your English is not 
fluent, please use the numbers in the list. Unfortunately my french is poorer 
than your English.

What is a JOK?

BR,
Nikos
- Original Message - From: Marc ANDREAS
To: Nikos Balkanas
Cc: users@kannel.org
Sent: Thursday, June 24, 2010 4:33 PM
Subject: Re : Mutli operators with Kannel


Hi Nikos,

I understand your mean and sorry again.
I'm a content provider with info, meteo, jok, in french. So you understand 
why my english is bad.
I negotiated SMPP connection to all operators in my country and i got them.
What i need is People send for example JOK to 42333 and the application return 
back one JOK.
When only one operator is configured People received JOK very quicky.
But when i configure 3 operators in my conf file. Sometime People receive JOK, 
sometime

Receiver prefix

2010-05-10 Thread Marc ANDREAS
Hi,

Can someone tell me how i can get recevier-prefix ? I would like to put it in a 
database as I have many short codes from Mobile operators.
I mean i want to get in by database the short code to where my subscribers send 
sms. I'm using an http application.

Regards,

Marc.


  

Multiple connection to Kannel

2010-04-28 Thread Marc ANDREAS
Hi,

Is someone on the forum who can help with a tutorial on how to connect multiple 
SMSC by smpp to kannel?
Each SMSC should be responsible of receiving and sending sms belonging to his 
subscribers.

Thank you for your help.

Kind regards,

Marc



  

Translation issue ???

2010-02-11 Thread Marc ANDREAS
Hello,

I don't know if  i have a translation issue. I have defined 2 sms-service with 
2 different short code defined.
Some time it works and some time it doesn't work. I mean when i send sms to a 
short code defined to the sms-service i can receive the reply sometime and 
sometime no.
And when i send sms to a short code not defined in the configuration file i 
have WARNING: No translation.

I would like to know how i can solve a translation issue and how can i trace 
sms mo in kannel to know where it's failing.

Regards,

Marc



  

Delay in sms receiving and sending

2010-02-09 Thread Marc ANDREAS
Hello List,

I have an issue with my kannel i installed on fedora distribution.
It works randomly. Sometime the answer from Kannel comes quickly sometime other 
i have to wait long time before receivng any sms from Kannel.
Everything seems fines. Below the configuration file.

group = core
admin-port = 18000
smsbox-port = 18001
#wapbox-port = 13002
admin-password = adkamdo
#wdp-interface-name = *
#status-password = foo
#admin-deny-ip = 
admin-allow-ip = 
log-file = /var/log/bearerbox.log
#log-level = 0
box-deny-ip = *.*.*.*
box-allow-ip = 127.0.0.1
#unified-prefix = 00358,0
access-log = /var/log/access.log
store-file = /var/log/kannel.store
#ssl-certkey-file = mycertandprivkeyfile.pem

# SMSC CONNECTIONS
group = smsc
smsc = smpp
#smsc-id = FAKE
port = 5018
host = 1.1..1.1
smsc-username = sat
smsc-password = s20
interface-version = 34
receive-port = 0
transceiver-mode = true
source-addr-ton = 2
source-addr-npi = 1
dest-addr-ton = 2
dest-addr-npi = 1
system-type = 
#connect-allow-ip = 127.0.0.1

# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 5018
global-sender = 800
sendsms-chars = 0123456789 +-
log-file = /var/log/smsbox.log
log-level = 0
access-log = /var/log/access.log
reply-couldnotfetch=Msg Erreur
reply-couldnotrepresent = Error
reply-requestfailed = Error
reply-emptymessage = Error
# SEND-SMS USERS
group = sendsms-user
username = satel2
password = s2010l
#user-deny-ip = 
#user-allow-ip = 
# this sender is for Kannel relay testing (http_smsc)
#group = sendsms-user
#username = kannel
#password = rL4y
#user-deny-ip = *.*.*.*
#user-allow-ip = 127.0.0.1

# SERVICES
group = sms-service
keyword = default
accept-x-kannel-headers = true
allowed-receiver-prefix = 422333
omit-empty = true
max-messages = 1
catch-all = true
get-url=http://www.mard.cd/sen.php?time=%tfrom=%pto=%Psmsc=%idlr_value=%ddlr_reply=%Acoding=%ccharset=%Cudh=%umessage=%akeyword=%kscore=1smsc_id=%i;

group = sms-service
keyword = default
accept-x-kannel-headers = true
allowed-receiver-prefix = 800
omit-empty = true
max-messages = 1
catch-all = true
get-url=http://2l.15.154.48/tests.php?keyword=%ksentence=%rtime=%tfrom=%pto=%Psmsc=%idlr_value=%ddlr_reply=%Acoding=%ccharset=%Cudh=%udebug=0;

 
Status

Kannel bearerbox version `1.4.1'.
Build `Oct 17 2006 02:55:06', compiler `4.1.2 20061007 (prerelease) (Debian 
4.1.1-16)'.
System Linux, release 2.6.24-etchnhalf.1-686, version #1 SMP Fri Dec 26 
04:10:16 UTC 2008, machine i686.
Hostname wpc0627.host7x24.com, IP 62.193.237.32.
Libxml version 2.6.26.
Using OpenSSL 0.9.8c 05 Sep 2006.
Compiled with MySQL 5.0.24a, using MySQL 5.0.32.
Using native malloc.


Status: running, uptime 0d 0h 1m 6s

WDP: received 0 (0 queued), sent 0 (0 queued)

SMS: received 0 (0 queued), sent 0 (0 queued), store size 0
SMS: inbound 0.00 msg/sec, outbound 0.00 msg/sec

DLR: 0 queued, using internal storage

Box connections:
    smsbox:(none), IP 127.0.0.1 (0 queued), (on-line 0d 0h 0m 52s)  


SMSC connections:
    SMPP:63.219.11.202:5018/5018:satel2:    
SMPP:63.219.11.202:5018/5018:satel2: (online 6s, rcvd 0, sent 0, failed 0, 
queued 0 msgs)