help me

2012-10-19 Thread Rodrigue Ango
hello
I'm new to kannel, I had to cross many obstacles but this morning I had two new 
ones. I receive messages but when I try to send I have an answer: 
Authorization failed for sendsms yet user name and password created in the 
group sendsms-users is exact. The second problem is that I can not route a 
message to the recipient I have an answer: No client - multi-send or ACK to 
pull-reply. please I need your assistance to be able to cross this barrier

Re: help me

2012-10-19 Thread Satyadeep Kumar

Please post your kannel.conf.

Thanks


On 19-10-2012 14:54, Rodrigue Ango wrote:

hello
I'm new to kannel, I had to cross many obstacles but this morning I 
had two new ones. I receive messages but when I try to send I have an 
answer: Authorization failed for sendsms yet user name and password 
created in the group sendsms-users is exact. The second problem is 
that I can not route a message to the recipient I have an answer: No 
client - multi-send or ACK to pull-reply. please I need your 
assistance to be able to cross this barrier





--
Satyadeep Kumar

sa...@satyadoorva.in
+91 971 147 5156



Re: help me

2012-10-19 Thread Tapan Kumar Thapa
Hello,

It seems sendsms url is incorrect.

Your provided url:
http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour

Right url:

http://127.0.0.1:13131/cgi-bin/sendsms?username=testpassword=test;
to=0023794410781text=bonjourhttp://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour

Kindly check above from command link and check if kannel is working
properly.

Regards
Tapan Thapa

On Fri, Oct 19, 2012 at 3:06 PM, Rodrigue Ango apim...@yahoo.fr wrote:

 thas is kannel config:

 # CORE
 group = core
 admin-port = 13000
 admin-password = playsms
 #status-password = playsms
 #admin-allow-ip = 127.0.0.1;192.168.18.168
 #admin-deny-ip = *.*.*.*
 box-deny-ip = *.*.*.*
 log-file = /var/log/kannel/kannel.log
 log-level = 0
 access-log = /var/log/kannel/access.log
 smsbox-port = 13001
 #wapbox-port = 13002
 store-type = spool
 store-file = /var/log/kannel/kannel.store
 store-location = /var/spool/kannel/store
 smsbox-max-pending = 100
 box-allow-ip = 127.0.0.1
 unified-prefix = 00237,+237,00
 wdp-interface-name = *

 #group wapbox
 group = wapbox
 bearerbox-host = localhost
 log-file = /var/log/kannel/wapbox.log
 log-level = 0
 syslog-level = none

 # SMSBOX
 group = smsbox
 bearerbox-host = localhost
 sendsms-port = 13131
 global-sender = 13131
 sendsms-url = /cgi-bin/sendsms
 sendsms-chars = 0123456789+
 log-file = /var/log/kannel/smsbox.log
 log-level = 0
 access-log = /var/log/kannel/access.log


 # SMSC fastrack
 group = smsc
 smsc = at
 smsc-id = default
 #allowed-smsc-id = default
 #preferred-smsc-id = default
 modemtype = HUAWEI
 sms-center = +23799900990
 my-number = +23797550002
 validityperiod = 167
 pin = 
 sim-buffering = true
 host = localhost
 device = /dev/ttyUSBO
 device = /dev/ttyUSB1
 log-file = /var/log/kannel/smsc.log
 log-level = 0
 speed = 9600

 #group = modems
 group = modems
 id = huawei_e1552
 name = Huawei E1552
 detect-string = huawei
 init-string = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
 message-storage = SM
 need-sleep = true
 speed = 9600

 # SENDSMS-USER
 group = sendsms-user
 default-smsc = default
 username = test
 password = test
 max-messages = 10
 concatenation = true
 #user-deny-ip = *.*.*.*
 #user-allow-ip = 127.0.0.1;192.168.18.168

 # SMS SERVICE 'default'
 group = sms-service
 keyword = cnps
 #la variable aliase est importante car elle permet de tenir compte des
 erreurs de frappes
 aliases = 'CNPS;Cnps;CNps'
 text = merci de faire confiance a la cnps
 omit-empty = true
 max-messages = 3
 get-url = 
 http://localhost/playsms/index.php?app=callcat=gatewayplugin=kannelaccess=geturlt=%tq=%qa=%aQ=%Q
 

 group = sms-service
 keyword = default
 text = Mauvaise syntaxe veuillez saisir le message en respectant la
 syntaxe définie


 and thas is url

 http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour


   --
 *De :* Tapan Kumar Thapa tapan.thapa2...@gmail.com
 *À :* Rodrigue Ango apim...@yahoo.fr
 *Envoyé le :* Vendredi 19 octobre 2012 10h27
 *Objet :* Re: help me

 Kindly share your kannel config as well as sendsms url which you are
 invoking..

 On Fri, Oct 19, 2012 at 2:54 PM, Rodrigue Ango apim...@yahoo.fr wrote:

 hello
 I'm new to kannel, I had to cross many obstacles but this morning I had
 two new ones. I receive messages but when I try to send I have an answer:
 Authorization failed for sendsms yet user name and password created in
 the group sendsms-users is exact. The second problem is that I can not
 route a message to the recipient I have an answer: No client - multi-send
 or ACK to pull-reply. please I need your assistance to be able to cross this
 barrier









RE: Half messages sent to phone

2012-10-19 Thread Ombongi Moraa Fe
I don't know what the cause of this problem could be; When I check kannel
logs, I see the message is inserted in full just as it appears, but when I
receive it on phone, some text are cut off. What could be the problem here?
This is for all networks I test on.


Saludos

Ombongi Moraa fe


Re: Half messages sent to phone

2012-10-19 Thread Willy Mularto
How long does the characters? Standard SMS should be 160 chars. Longer than 
that you need to activate concatenation. Please refer to the user guid.



On Oct 19, 2012, at 4:43 PM, Ombongi Moraa Fe wrote:

 I don't know what the cause of this problem could be; When I check kannel 
 logs, I see the message is inserted in full just as it appears, but when I 
 receive it on phone, some text are cut off. What could be the problem here? 
 This is for all networks I test on.
 
 
 Saludos
 
 Ombongi Moraa fe
 

Willy Mularto
F300HD+MR18DE (NLC1725)











RE: Contents of Users Digest Vol 74, Issue 53 Topic Half messages sent to phone

2012-10-19 Thread Ombongi Moraa Fe
Hello,

Well, Ive realized what the source of the problem is -  I had encoded my
responses see topic.. Contents of users Digest, Vol 74, Issue 11 Topic
HTTP Encoding and now that Ive removed that coding=2 and charset=utf-8, My
responses are being received fine. But now I'm not sure what to use in the
Perl file for process responses.


Saludos

Ombongi Moraa fe


Re: help me

2012-10-19 Thread Tapan Kumar Thapa
Hello,

I hope, you are using playsms. Check if playsms can do this for you.

Regards
Tapan Thapa

On Fri, Oct 19, 2012 at 3:54 PM, Rodrigue Ango apim...@yahoo.fr wrote:

 thank you I found that the credit of communication was over the message
 was put in the queu. I have a second problem how to configure an
 automatic reply to the number that sent the message to my platform because
 when I receive a message that indicates SMSBOX No client - multi-send or
 ACK to pull-reply how to Resolve this problem




   --
 *De :* Tapan Kumar Thapa tapan.thapa2...@gmail.com
 *À :* Rodrigue Ango apim...@yahoo.fr
 *Envoyé le :* Vendredi 19 octobre 2012 11h14
 *Objet :* Re: help me

 If kannel sendsms url is returning 0: Accepted for delivery that means
 kannel is working perfectly.

 Kindly check kannel access logs for further error/issue.

 Regards
 Tapan Thapa

 On Fri, Oct 19, 2012 at 3:22 PM, Rodrigue Ango apim...@yahoo.fr wrote:

 thanks
 but when i put this url i have this message 0: Accepted for delivery
 but the phone to which I sent the message has not received the message i
 want to known this problem game from kannel config

 Rodrigue ANGO
 ENSPT Yaoudé
 Tel: 00237 97 55 00 02 / 00237 75 34 66 37
 apim...@yahoo.fr / apim...@live.fr
 Devise: Réussir ou Mourir


   --
 *De :* Tapan Kumar Thapa tapan.thapa2...@gmail.com
 *À :* Rodrigue Ango apim...@yahoo.fr
 *Cc :* users@kannel.org
 *Envoyé le :* Vendredi 19 octobre 2012 10h42
 *Objet :* Re: help me

 Hello,

 It seems sendsms url is incorrect.

 Your provided url:

 http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour

 Right url:

 http://127.0.0.1:13131/cgi-bin/sendsms?username=testpassword=test;
 to=0023794410781text=bonjourhttp://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour

 Kindly check above from command link and check if kannel is working
 properly.

 Regards
 Tapan Thapa

 On Fri, Oct 19, 2012 at 3:06 PM, Rodrigue Ango apim...@yahoo.fr wrote:

 thas is kannel config:

 # CORE
 group = core
 admin-port = 13000
 admin-password = playsms
 #status-password = playsms
 #admin-allow-ip = 127.0.0.1;192.168.18.168
 #admin-deny-ip = *.*.*.*
 box-deny-ip = *.*.*.*
 log-file = /var/log/kannel/kannel.log
 log-level = 0
 access-log = /var/log/kannel/access.log
 smsbox-port = 13001
 #wapbox-port = 13002
 store-type = spool
 store-file = /var/log/kannel/kannel.store
 store-location = /var/spool/kannel/store
 smsbox-max-pending = 100
 box-allow-ip = 127.0.0.1
 unified-prefix = 00237,+237,00
 wdp-interface-name = *

 #group wapbox
 group = wapbox
 bearerbox-host = localhost
 log-file = /var/log/kannel/wapbox.log
 log-level = 0
 syslog-level = none

 # SMSBOX
 group = smsbox
 bearerbox-host = localhost
 sendsms-port = 13131
 global-sender = 13131
 sendsms-url = /cgi-bin/sendsms
 sendsms-chars = 0123456789+
 log-file = /var/log/kannel/smsbox.log
 log-level = 0
 access-log = /var/log/kannel/access.log


 # SMSC fastrack
 group = smsc
 smsc = at
 smsc-id = default
 #allowed-smsc-id = default
 #preferred-smsc-id = default
 modemtype = HUAWEI
 sms-center = +23799900990
 my-number = +23797550002
 validityperiod = 167
 pin = 
 sim-buffering = true
 host = localhost
 device = /dev/ttyUSBO
 device = /dev/ttyUSB1
 log-file = /var/log/kannel/smsc.log
 log-level = 0
 speed = 9600

 #group = modems
 group = modems
 id = huawei_e1552
 name = Huawei E1552
 detect-string = huawei
 init-string = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
 message-storage = SM
 need-sleep = true
 speed = 9600

 # SENDSMS-USER
 group = sendsms-user
 default-smsc = default
 username = test
 password = test
 max-messages = 10
 concatenation = true
 #user-deny-ip = *.*.*.*
 #user-allow-ip = 127.0.0.1;192.168.18.168

 # SMS SERVICE 'default'
 group = sms-service
 keyword = cnps
 #la variable aliase est importante car elle permet de tenir compte des
 erreurs de frappes
 aliases = 'CNPS;Cnps;CNps'
 text = merci de faire confiance a la cnps
 omit-empty = true
 max-messages = 3
 get-url = 
 http://localhost/playsms/index.php?app=callcat=gatewayplugin=kannelaccess=geturlt=%tq=%qa=%aQ=%Q
 

 group = sms-service
 keyword = default
 text = Mauvaise syntaxe veuillez saisir le message en respectant la
 syntaxe définie


 and thas is url

 http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour


--
 *De :* Tapan Kumar Thapa tapan.thapa2...@gmail.com
 *À :* Rodrigue Ango apim...@yahoo.fr
 *Envoyé le :* Vendredi 19 octobre 2012 10h27
 *Objet :* Re: help me

 Kindly share your kannel config as well as sendsms url which you are
 invoking..

 On Fri, Oct 19, 2012 at 2:54 PM, Rodrigue Ango apim...@yahoo.fr wrote:

 hello
 I'm new to kannel, I had to cross many obstacles but this morning I had
 two new ones. I receive messages but when I try to send I have an answer:
 

How to define a fallback smsc?

2012-10-19 Thread Jorge Raimundo

Hello all!

We have a customer that owns a restaurant and he usually sends SMSs 
every morning informing his customers of his dishes for the day.
Problem occurs when the SMS takes too long to be delivered and misses 
the useful delivery period (e.g. when it is delivered only when the 
customer has already lunched).


I'd like to have some kind of fallback plan that uses another smsc when 
the current one isn't delivering.

To be more precise, we were getting the following messages in the smsc.log:
SMPP[*]: Not ACKED message found, will retransmit. SENT90sec. ago, 
SEQ12345, DST123123456789


I'd like to be able to use an alternative smsc when I get this kind of 
log lines. Is it possible?


Best regards,
Jorge


Re: kannel wavecom fastrack

2012-10-19 Thread Alvaro Cornejo
Hi

Maybe you have the tty locked by minicom?

Also use the same port settings in your kannel modem config as you use
for minicom (bauds).

You might post your config to check it more in detail.

Regards

Alvaro

On 10/19/12, mohamed keita keitamohamed1...@gmail.com wrote:
 Hi

 Thank you for your answer. My wavecom fastrack is assigned to ttyUSB0. In
 fact , when i use minicom to try AT commands , it walk fine. But my
 bearerbox say always: wrong or no answer to atz. I noticed that when i
 connect to minicom, i see always the wavecom is offline.



-- 
|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
  Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com