PArts of my conf file are like this: group=smsc smsc=smpp smsc-id=internal allowed-smsc-id = internal denied-smsc-id = internal1 interface-version=34 host=10.234.252.80 port=3700 system-id=x smsc-password=x system-type=x transceiver-mode=true address-range=15106
group=smsc smsc=smpp smsc-id=internal1 allowed-smsc-id = internal1 denied-smsc-id = internal interface-version=34 host=10.234.252.80 port=3700 system-id=test smsc-password=test system-type=test transceiver-mode=true address-range=77777 group = smsbox bearerbox-host = 10.1.21.184 sendsms-port = 13014 log-level = 0 group = sendsms-user username = a password = a concatenation = false max-messages = 3 forced-smsc=internal1 group = sms-service keyword = default catch-all = true #disables the sending of SMS 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 #disables the sending of SMS 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 " Is anything wrong with it? Thanks Elton On Wed, Mar 11, 2009 at 6:22 PM, Elton Hoxha <[email protected]> wrote: > Hi, > > In my cases, the keyword parameter is not important. I would omit it > because I dont care about the content of SMS I just want to call the URL-s > regardless the content of SMS-s, but only refering to the respective SMPP > connections (2 in this case) that I`m using. > > Thanks > Elton > > > On Wed, Mar 11, 2009 at 5:49 PM, Nikos Balkanas <[email protected]>wrote: > >> 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 <[email protected]> >> *To:* kannel users <[email protected]> >> *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=%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 >>> >> >> >
