Re: multiple sms-service

2009-03-12 Thread Falko Ziemann
users Sent: Wednesday, March 11, 2009 6:37 PM Subject: Re: multiple sms-service I made it like this: group = sms-service keyword = default catch-all = true max-messages = 0 concatenation = true accepted-smsc = internal get-url = http://10.1.2.66:33106/KannelGetSms.asmx/GetSms? originator

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
. There is an extensive section in the user manual about configuring and using sms-service. Please read it. BR, Nikos - Original Message - *From:* Elton Hoxha elt...@gmail.com *To:* kannel users users@kannel.org *Sent:* Wednesday, March 11, 2009 6:37 PM *Subject:* Re: multiple sms-service I

Re: multiple sms-service

2009-03-12 Thread Nikos Balkanas
: Thursday, March 12, 2009 8:46 AM Subject: Re: multiple sms-service Hi, I think I would add an additional script where the message is posted first. Add the switch %o to the request, this shows you on which connection the message has arrived. Then the new script re-posts the message to the final

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
:* Falko Ziemann fal...@gmail.com *To:* Elton Hoxha elt...@gmail.com *Cc:* Nikos Balkanas nbalka...@gmail.com ; kannel usersusers@kannel.org *Sent:* Thursday, March 12, 2009 8:46 AM *Subject:* Re: multiple sms-service Hi, I think I would add an additional script where the message is posted

Re: multiple sms-service

2009-03-12 Thread Nikos Balkanas
No. Don't do that. It is unpredictable behaviour if you include both default and *. Nikos - Original Message - From: Elton Hoxha To: Nikos Balkanas Cc: Falko Ziemann ; kannel users Sent: Thursday, March 12, 2009 9:58 AM Subject: Re: multiple sms-service yes i know

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
nbalka...@gmail.com *Cc:* Falko Ziemann fal...@gmail.com ; kannel users users@kannel.org *Sent:* Thursday, March 12, 2009 9:58 AM *Subject:* Re: multiple sms-service yes i know that without the correct keyword defined the smsbox service doesnt start. But I tried to use keyword-regex as well

Re: multiple sms-service

2009-03-12 Thread Nikos Balkanas
Please don't suspect anything. Read the manual. Everything is written in great detail. - Original Message - From: Elton Hoxha To: Nikos Balkanas Cc: Falko Ziemann ; kannel users Sent: Thursday, March 12, 2009 10:15 AM Subject: Re: multiple sms-service I suspect

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
- Original Message - *From:* Elton Hoxha elt...@gmail.com *To:* Nikos Balkanas nbalka...@gmail.com *Cc:* Falko Ziemann fal...@gmail.com ; kannel users users@kannel.org *Sent:* Thursday, March 12, 2009 9:58 AM *Subject:* Re: multiple sms-service yes i know that without the correct

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
; kannel users users@kannel.org *Sent:* Thursday, March 12, 2009 9:58 AM *Subject:* Re: multiple sms-service yes i know that without the correct keyword defined the smsbox service doesnt start. But I tried to use keyword-regex as well, making keyword-regex = .* (it means catching all

Re: multiple sms-service

2009-03-12 Thread Alvaro Cornejo
: No. Don't do that. It is unpredictable behaviour if you include both default and *. Nikos - Original Message - From: Elton Hoxha To: Nikos Balkanas Cc: Falko Ziemann ; kannel users Sent: Thursday, March 12, 2009 9:58 AM Subject: Re: multiple sms-service yes i know that without

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
AM Subject: Re: multiple sms-service yes i know that without the correct keyword defined the smsbox service doesnt start. But I tried to use keyword-regex as well, making keyword-regex = .* (it means catching all the content rigt?) So the keyword should be defined in a way

multiple sms-service

2009-03-11 Thread Elton Hoxha
Hi guys, Is it possible to make a configuration like this: group = sms-service keyword = default catch-all = true max-messages = 0 concatenation = true accepted-smsc = internal get-url = http://10.1.2.66:33106/KannelGetSms.asmx/GetSms?originator=%pdestination=%Ptext=%asmsctype=%i group =

Re: multiple sms-service

2009-03-11 Thread Nikos Balkanas
Yes. It is like in C programming. You can have many cases, but only 1 default. Use specific keywords for the rest. BR, Nikos - Original Message - From: Elton Hoxha To: kannel users Sent: Wednesday, March 11, 2009 4:11 PM Subject: multiple sms-service Hi guys

Re: multiple sms-service

2009-03-11 Thread Nikos Balkanas
Yes. There is an extensive section in the user manual about configuring and using sms-service. Please read it. BR, Nikos - Original Message - From: Elton Hoxha To: kannel users Sent: Wednesday, March 11, 2009 6:37 PM Subject: Re: multiple sms-service I made it like

Re: multiple sms-service

2009-03-11 Thread Elton Hoxha
:* Wednesday, March 11, 2009 6:37 PM *Subject:* Re: multiple sms-service I made it like this: group = sms-service keyword = default catch-all = true max-messages = 0 concatenation = true accepted-smsc = internal get-url = http://10.1.2.66:33106/KannelGetSms.asmx/GetSms?originator

Re: multiple sms-service

2009-03-11 Thread Elton Hoxha
it. BR, Nikos - Original Message - *From:* Elton Hoxha elt...@gmail.com *To:* kannel users users@kannel.org *Sent:* Wednesday, March 11, 2009 6:37 PM *Subject:* Re: multiple sms-service I made it like this: group = sms-service keyword = default catch-all = true max-messages = 0

Re: multiple sms-service

2009-03-11 Thread Alvaro Cornejo
To: kannel users Sent: Wednesday, March 11, 2009 6:37 PM Subject: Re: multiple sms-service I made it like this: group = sms-service keyword = default catch-all = true max-messages = 0 concatenation = true accepted-smsc = internal get-url = http://10.1.2.66:33106/KannelGetSms.asmx/GetSms