Re: Give outgoing messages priority over incoming

2010-12-15 Thread Mohammed Saleem
Hi Nikos, Does this apply on transceiver SMPP connections on 1.4.3? coz I doubt it, I applied a patch once by Alex for the DLRs coming too early (before the message is ACKed) which lets the IO thread to sleep and waits for the DLR to get inserted into the DB, I clearly saw that when the

Re: Give outgoing messages priority over incoming

2010-12-15 Thread Nikos Balkanas
Hi, That should not be your problem. MOs (including DLRs) run on a different thread than your MTs, even use completely different queues and structures. Even network traffic is on a seperate cable (assuming full duplex operation). The presence of one shouldn't affect the other. BR, Nikos

RE: Kannel

2010-12-15 Thread Paul Harrison
Thanks, Paul From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Wednesday, December 15, 2010 4:58 PM To: Paul Harrison Cc: users@kannel.org Subject: Re: Kannel Yes, and you can access any TLV's mblox might send (assuming you defined them on your config of course) by

Re: alert when sms received

2010-12-15 Thread Alvaro Cornejo
configure it to send it to kannel. use cnmi command for that in your init string. check UG for more info Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde

Re: Kannel

2010-12-15 Thread Alejandro Guerrieri
Yes, and you can access any TLV's mblox might send (assuming you defined them on your config of course) by using the %D parameter. I'm glad it helped :) Regards, Alex On Wed, Dec 15, 2010 at 10:12 PM, Paul Harrison wrote: > I got with mblox and it works now. > > > > Thank you so much! > > > >

RE: Kannel

2010-12-15 Thread Paul Harrison
I got with mblox and it works now. Thank you so much! Real quick, messages coming from handset to kannel. This will stay the same correct? I can still use the below information in my smskannel.conf ? post-url = http://172.16.94.111/sms_response_parent.html?body=%a

Re: Kannel

2010-12-15 Thread Alejandro Guerrieri
Glad it helped :) I don't believe the warning has nothing to do with the problem. Ask mblox again, you might be missing some other parameter or sending the wrong values. Regards, Alex On Wed, Dec 15, 2010 at 9:14 PM, Paul Harrison wrote: > WOW, that was is it…. It works! > > > > One other iss

RE: Kannel

2010-12-15 Thread Paul Harrison
WOW, that was is it.. It works! One other issue. If I pass the service id and program then it fails. http://192.168.1.103:13013/cgi-bin/sendsms?password=foobar

Re: Kannel

2010-12-15 Thread Alejandro Guerrieri
[FID:] [META:?smpp-tlv?MBoperator=3... Ah! You're using "smpp-tlv", change it for "smpp": ?smpp?MBoperator... The smpp-tlv groups seems to be fine, change that and tell me how it goes. Regards, Alex On Wed, Dec 15, 2010 at 8:39 PM, Paul Harrison wrote: > Smskannel.conf file: http://www.cur

RE: Kannel

2010-12-15 Thread Paul Harrison
Smskannel.conf file: http://www.curesport.com/smskannel.conf kannel.conf file: http://www.curesport.com/kannel.conf In the smskannel.conf. I defined the mblox parameters(smpp-tlv). From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Wednesday, December 15, 2010 1:22 PM T

Re: Kannel

2010-12-15 Thread Alejandro Guerrieri
Hrm, the meta-data seems to be all there. Can you post your smpp-tlv groups? Regards, Alex On Wed, Dec 15, 2010 at 8:02 PM, Paul Harrison wrote: > http://www.curesport.com/smsbox.log > > > > http://www.curesport.com/kannel_access_log.txt > > > > http://www.curesport.com/stdout.txt > > > > > >

AW: Bearerbox dont send sms Nokia 7110

2010-12-15 Thread Martin
Here is the config again: Kannel.conf group = core admin-port = 13000 smsbox-port = 13001 admin-password = claudia #admin-deny-ip = "" #admin-allow-ip = "*.*.*.*" wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" #box-deny-ip = "" box-allow-ip = "*.*.*.*" group = smsc smsc = at

RE: Kannel

2010-12-15 Thread Paul Harrison
http://www.curesport.com/smsbox.log http://www.curesport.com/kannel_access_log.txt http://www.curesport.com/stdout.txt Please let me know if you need anything else. Thank You, Paul From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Wednesday, December 15

RE: Kannel

2010-12-15 Thread Paul Harrison
I have been picking at this for a few days now. I have no clue why I keep getting that error as I'm passing the meta data in the request. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Paul Harrison Sent: Wednesday, December 15, 2010 10:38 AM To: 'Alejandro Guerri

Re: Kannel

2010-12-15 Thread Alejandro Guerrieri
Can you provide log entries showing the submit_sm PDU and surroundings? Regards, Alex On Wed, Dec 15, 2010 at 6:50 PM, Paul Harrison wrote: > I have been picking at this for a few days now. I have no clue why I keep > getting that error as I’m passing the meta data in the request. > > > > *From

Give outgoing messages priority over incoming

2010-12-15 Thread JimSG
Hello, We activated the dlr a while ago and it works, but we have come with a next situation: Example: A user sends 30,000 sms and a couple of minutes later another user sends 20,000 sms, it sends a couple thousands sms but it stops because it starts receving the dlr and then it starts sending

RE: Kannel

2010-12-15 Thread Paul Harrison
I start kannel using the following code. /usr/local/sbin/bearerbox -v 1 --pid-file /var/run/kannel.pid /usr/local/etc/smskannel.conf & sleep 5 /usr/local/sbin/smsbox -v 1 /usr/local/etc/smskannel.conf & Thanks, Paul From: Paul Harrison [mailto:c...@austin.rr.com] Sent: Wednesday, De

Re: running 2 different versions at the same machine

2010-12-15 Thread Milan P. Stanic
On Wed, 2010-12-15 at 18:17, Mohammed Saleem wrote: > > I've been running 1.4.3 since a while serving more than 100 SMPP connections > with millions of MTs a day, we want to try the new dev version and do some > tests so we can help in feedback, but I need to know if I can run 2 > different versio

RE: Kannel

2010-12-15 Thread Paul Harrison
I read the UG on that. I'm passing the meta-data but I still get the error from the below email in red. http://192.168.1.103:13013/cgi-bin/sendsms?password=foobar

Re: Kannel

2010-12-15 Thread Alejandro Guerrieri
You need to configure those parameters as meta-data, and pass them on the request. Read the meta-data section on the UG for the details. Regards, Alex On Wed, Dec 15, 2010 at 5:26 PM, Paul Harrison wrote: > I get the following error: > > 2010-12-15 10:56:34 [30493] [7] WARNING: SMPP: PDU NULL

RE: Kannel

2010-12-15 Thread Paul Harrison
I get the following error: 2010-12-15 10:56:34 [30493] [7] WARNING: SMPP: PDU NULL terminated string (message_id) has no NULL. 2010-12-15 10:56:34 [30493] [7] ERROR: SMPP[psms]: SMSC returned error code 0x042a (Vendor-specific error, please refer to your SMPP provider) in response to submit_s

running 2 different versions at the same machine

2010-12-15 Thread Mohammed Saleem
Dear Kannelers I've been running 1.4.3 since a while serving more than 100 SMPP connections with millions of MTs a day, we want to try the new dev version and do some tests so we can help in feedback, but I need to know if I can run 2 different versions (1.4.3) and the latest dev version (1.5) at

Re: Kannel

2010-12-15 Thread Abdul Basit
Good. keep on reading UG. On Wed, Dec 15, 2010 at 9:10 PM, Paul Harrison wrote: > I start kannel using the following code. > > > > /usr/local/sbin/bearerbox -v 1 --pid-file /var/run/kannel.pid > /usr/local/etc/smskannel.conf & > > sleep 5 > > /usr/local/sbin/smsbox -v 1 /usr/local/etc/smskannel.

Kannel

2010-12-15 Thread Paul Harrison
Hi Team, I downloaded Kannel using the following options. SVN access to source code... svn co https://svn.kannel.org/ /trunk Smskannel.conf file: http://www.curesport.com/smskannel.conf kannel.conf file: http://www.curesport.com/kannel.conf In

alert when sms received

2010-12-15 Thread Mohammed Rashad
My phone is connected to PC.How can i get a notification when an SMS is received? -- Rashad

Re: throttling sleep time

2010-12-15 Thread Nikos Balkanas
Hi, Try sms-resend-freq in group core. Defaults to 60". BR, Nikos - Original Message - From: Mohammed Saleem To: Nikos Balkanas Cc: Nguyen Van Minh ; kannel-users MailingList Sent: Tuesday, December 14, 2010 4:49 PM Subject: Re: throttling sleep time Thanks Nikos, I have another que

Re: Receive SMS via a GSM modem

2010-12-15 Thread Nikos Balkanas
Hi, There is a detailed section in UG about modem initialiazation. You should read it before you ask the list. BR, Nikos - Original Message - From: Shain Lee To: Kannel Sent: Wednesday, December 15, 2010 11:43 AM Subject: Receive SMS via a GSM modem Hi I am using Sony Ericsson K77

Re: Get-Url issue

2010-12-15 Thread Mohammed Saleem
Sorry but I am not able to see any issue, it is working with me here on 1.4.3 and the latest SVN revision !! Anyways, I will give you a working example from my own configurations, this has been working for more than 100 SMSPP connections and tested on 1.4.3 and the latest SVN snapshot so far gro

Re: Get-Url issue

2010-12-15 Thread Miguel Duarte
Hi Mohammed, Unfortunately its pretty much the same. Here is the log when it receives a SMS from the SMPP: Here apache2 log show that there isnt no tentative connection from Kannel. 2010-12-15 14:20:01 [23345] [6] DEBUG: SMPP[internal]: throughput (0.00,0.00) 2010-12-15 14:20:01 [23345] [6] DEBU

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
Sorry, correction; If YES, why do you need smsbox-route? On Wed, Dec 15, 2010 at 11:12 AM, Elton Hoxha wrote: > Are you running a single instance of smsbox? If not, why do you need > smsbox-route? > > Try to remove that group and see if the incoming sms will hit your > application. > > > > > On

Re: Get-Url issue

2010-12-15 Thread Mohammed Saleem
try to add this route group=smsbox-route smsbox-id=myID shortcode="84134134" smsc-id=internal Best Regards, Mohammed M I Sleem http://www.abusleem.net - Personal blog http://www.freakle.com - The Search Freak On Wed, Dec 15, 2010 at 12:05 PM, Miguel Duarte wrote:

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
Are you running a single instance of smsbox? If not, why do you need smsbox-route? Try to remove that group and see if the incoming sms will hit your application. On Wed, Dec 15, 2010 at 11:05 AM, Miguel Duarte wrote: > Its a smsbox-id, which is the name in the smsbox and smsbox-route. > And

Re: Get-Url issue

2010-12-15 Thread Miguel Duarte
Its a smsbox-id, which is the name in the smsbox and smsbox-route. And the other is my shortcode. On Wed, Dec 15, 2010 at 12:03 PM, Elton Hoxha wrote: > What is this ID? > > 2010-12-15 11:50:32 [22909] [0] DEBUG: Adding smsbox routing to id > for receiver no <84134134> > > On Wed, Dec 15, 2010

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
What is this ID? 2010-12-15 11:50:32 [22909] [0] DEBUG: Adding smsbox routing to id for receiver no <84134134> On Wed, Dec 15, 2010 at 10:55 AM, Miguel Duarte wrote: > Hello, > > Thanks for helping me. > > Here is the bearerbox.log: > > > 2010-12-15 11:50:32 [22909] [0] INFO: Added logfile > `/

Re: Get-Url issue

2010-12-15 Thread Miguel Duarte
Hello, Thanks for helping me. Here is the bearerbox.log: 2010-12-15 11:50:32 [22909] [0] INFO: Added logfile `/var/log/kannel/bearerbox.log' with level `0'. 2010-12-15 11:50:32 [22909] [0] INFO: SSL not supported, no SSL initialization done. 2010-12-15 11:50:32 [22909] [0] INFO: HTTP: Opening s

Receive SMS via a GSM modem

2010-12-15 Thread Shain Lee
Hi I am using Sony Ericsson K770i as a GSM modem to send SMS via kannel. This is the init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" that I using in modem configurations. I can send sms messages without any problem via kannel. But I would like to know , how can I accept/receive SMS mess

Re: Get-Url issue

2010-12-15 Thread Mohammed Saleem
WARNING: smsbox_list empty! is thrown when there is no smsbox connecting to the bearerbox or there is no route to any connected smsbox, so yes it is needed please post the log for bearerbox and smsbox log files Best Regards, Mohammed M I Sleem http://www.abusleem.net - Personal blog http:/

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
smsbox-route is not needed in this case, remove that group and try again. On Wed, Dec 15, 2010 at 9:43 AM, Miguel Duarte wrote: > Hello Elton, > > Still pretty the same. > I noticed since I introduced the smsbox-route I'm not receiving the > delivery confirmation in my mobile to messages sent to

Re: Get-Url issue

2010-12-15 Thread Miguel Duarte
Hello Elton, Still pretty the same. I noticed since I introduced the smsbox-route I'm not receiving the delivery confirmation in my mobile to messages sent to my shortcode. On Wed, Dec 15, 2010 at 10:33 AM, Elton Hoxha wrote: > Hi, > > Remove keyword =, you are already using regex instead. >

Re: Get-Url issue

2010-12-15 Thread Elton Hoxha
Hi, Remove keyword =, you are already using regex instead. On Wed, Dec 15, 2010 at 9:28 AM, Miguel Duarte wrote: > Hello, > > I checked the UG, added a smsbox-route with the same smsbox-id as my > smsbox. But still not working! > What am I missing? > > here is my configuration: > > > group =

Re: Get-Url issue

2010-12-15 Thread Miguel Duarte
Hello, I checked the UG, added a smsbox-route with the same smsbox-id as my smsbox. But still not working! What am I missing? here is my configuration: group = core admin-port = 13000 admin-password = sucker admin-deny-ip = "*.*.*.*" admin-allow-ip = "192.168.1.1" wapbox-port = 13002 wdp-interfa