stop sending SMS from all connections

2005-08-08 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, I have configured kannel with various 'smsc' groups, each group has is own sms-id, sms-username and sms-password, etc all the messages arrive correctly to each group, I have only one 'group = sendsms-user', and when I send a SMS that comes in for example to sms- id = kannel se

Re: stop sending SMS from all connections

2005-08-08 Thread Alejandro Guerrieri
Check the documentation on "allowed-smsc-id" and "denied-smsc-id".   Hope it helps,   Alejandro  On 8/9/05, Nicolas de Bari Embriz Garcia Rojas <[EMAIL PROTECTED]> wrote: Hi all, I have  configured kannel with various 'smsc' groups, eachgroup has is own sms-id, sms-username and sms-password, etc al

Re: stop sending SMS from all connections

2005-08-08 Thread Nicolas de Bari Embriz Garcia Rojas
Hi,i have checked the options allowed-smscc-id and denided-smsc-id, but Kannel still sending messages using other ID instead of the one from the SMS come in.Should i use or have a group = sendsms-user for each grop = smscregards On Aug 8, 2005, at 9:44 PM, Alejandro Guerrieri wrote:Check the docume

Re: stop sending SMS from all connections

2005-08-09 Thread Rodrigo Cremaschi
Hi Nicolas, Insert allowed-smsc-id=8 or 41414 or 21212. That should solve your routing problems. Check the userguide for details and see below: On 8/9/05, Nicolas de Bari Embriz Garcia Rojas <[EMAIL PROTECTED]> wrote: > Hi, this is my conf, hope you can help me with this issue. > > regar

Re: stop sending SMS from all connections

2005-08-09 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, after putting the allowed-smsc-id= where is the smsc-id, kannel now don't found a router I get the following logs:2005-08-09 15:58:26 [4453] [8] WARNING: smsbox_list empty!2005-08-09 15:58:26 [4453] [8] WARNING: smsbox_list empty!2005-08-09 15:58:29 [4453] [16] INFO: Client connected f

Re: stop sending SMS from all connections

2005-08-09 Thread Nicolas de Bari Embriz Garcia Rojas
The bearerbox access log file show something like this when the allowed-sms-id line is removed 2005-08-09 16:08:32 Sent SMS [SMSC:8] [SVC:tester] [ACT:] [BINF:] [from:8] [to:2511363752] [flags:-1:0:-1:-1:-1] [msg:67:// SCKL15811581990202 0820C31121420427421021427421021427421021426C00

Re: stop sending SMS from all connections

2005-08-09 Thread Alejandro Guerrieri
I've never tried with "numbers only" smsc-id's, but I don't see why they wouldn't work... any ideas?   Using this for each group should get you up and running:   group = smscsmsc = smppsmsc-id = mysmscallowed-smsc-id = "mysmsc"Hope it helps,   Alejandro   On 8/9/05, Nicolas de Bari Embriz Garcia Ro

Re: stop sending SMS from all connections

2005-08-10 Thread Rodrigo Cremaschi
Just try what Alejandro suggests: Use alpha characters to identify your SMSC. If this fails too, replace the allowed-smsc-id with denied-smsc-id: group = smsc smsc = smpp smsc-id = smscA denied-smsc-id="smscB;smscC" group = smsc smsc = smpp smsc-id = smscB denied-smsc-id="smscA;smscC" group = s

Re: stop sending SMS from all connections

2005-08-10 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, it didn't work, I think that i will have to use a "group = sendsms-user" per connection. regards On Aug 10, 2005, at 8:45 AM, Rodrigo Cremaschi wrote: Just try what Alejandro suggests: Use alpha characters to identify your SMSC. If this fails too, replace the allowed-smsc-id with denied

Solution: stop sending SMS from all connections

2005-08-15 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, the solution for this issue was to add the %i field to the get-url option on the sms-service: group = sms-service keyword = default get-url = http://127.0.0.1/get.php?from=%p&to=%P&body=%a&smsc_id=%i catch-all = true max-messages= 0 then on my application for sending sms i add the smsc

Re[2]: stop sending SMS from all connections

2005-08-08 Thread Roman Lysenko
Hi. I have the same problem with routing based on SMSC. Kannel for some reason doesn't work properly with it. You could use routing based on phone prefixes or You could specify explicit SMSC name in params to /cgi-bin/sendsms. Hope it helps, Roman. > Hi,i have checked the options allowed-smscc-