Re: [REQ] generic config struct for parameter value lists
"Hillel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <011701c76a7c$e1251020$a36f3060$@biz> |
Hi list, This will be great if it will allow one to use different GET URLs based solely on a short code or a combination of short code and keyword (with or without a regular expression). If I understand the user guide correctly you can't set get-url's based on short codes or combinations of short codes and keywords. For example: group = smsbox-route1 shortcode = "1111" keyword = "comp" get-url ="http://somewhere1/foobar-list" group = smsbox-route2 shortcode = "1111" keyword = "go" get-url ="http://somewhere2/foobar-list" group = smsbox-route3 shortcode = "2222;3333" get-url ="http://somewhere3/foobar-list" group = sms-service #For anything that does not match the smsbox-routes keyword = default get-url ="http://somewhereDefault/foobar-list" Rgds