On 12-mei-05, at 11:45, Bas Schulte wrote:

I'm setting up an smpp connection, that will service 9 shortcodes. They're not using keywords, they want us to route to the appropriate backend application purely based on the destination msisdn. I setup 9 different sms-services, each with it's own allowed-receiver-prefix (or allowed-receiver-prefix-regex, tried both), like this:

group = sms-service
get-url = "http://1.2.3.4/edge/mo/test/match?msisdn=%q&msg=%r";
catch-all = true
#allowed-receiver-prefix = 33396
allowed-receiver-prefix-regex = ^33396$
accepted-smsc = xmobile-dada
omit-empty = true
max-messages = 0

With this configuration, smsbox complains there is no 'keyword' configuration. But there is no keyword to route on ;(

How should I configure this?

To answer my own question (thanks, Roman):

keyword = default

Works fine.




Reply via email to