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=%p&destination=%P&text=%a&smsctype=%i "
group = sms-service keyword = a catch-all = true //I tried twice commenting this line too max-messages = 0 concatenation = true accepted-smsc = internal1 get-url = " http://10.1.2.66:33777/KannelGetSms.asmx/GetSms?originator=%p&destination=%P&text=%a&smsctype=%i " Again I was not able to call the second API, just the first. Thanks Elton On Wed, Mar 11, 2009 at 3:11 PM, Elton Hoxha <[email protected]> wrote: > 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=%p&destination=%P&text=%a&smsctype=%i > " > > group = sms-service > keyword = default > catch-all = true > max-messages = 0 > concatenation = true > accepted-smsc = internal1 > get-url = " > http://10.1.2.66:33777/KannelGetSms.asmx/GetSms?originator=%p&destination=%P&text=%a&smsctype=%i > " > > After both SMSC were binded I was able to send MO and to call only the > first API. The second one didnt work. > > Any idea? > > Thanks > Elton >
