Outgoing SMS routing configuration

2013-03-12 Thread ha...@aeon.pk
Hi, I am 'trying' to channelize outgoing traffic from kannel based on the username/password combination in sendsms-user groups. My config is following: group = smsbox-route smsbox-id = smsbox smsc-id = SMSC-1;SMSC-2 group = sendsms-user username = ABC password = ABC default-smsc = SMSC-1 max-mess

Re: Outgoing SMS routing configuration

2013-03-12 Thread Alvaro Cornejo
Hi You should use allowed/denied-smsc and send the sms with ...&smsc-id=DestinationSmsc... Regards Alvaro On 3/12/13, ha...@aeon.pk wrote: > Hi, > > I am 'trying' to channelize outgoing traffic from kannel based on the > username/password combination in sendsms-user groups. My config is > foll

Re: Outgoing SMS routing configuration

2013-03-13 Thread ha...@aeon.pk
Hi, I have configured SMSC connections to do outgoing routing based on allowed-prefix-regex. It's working fine, except for the fact that my application code is inserting outgoing SMS data in SQLBOX without any SMSC-ID, because of which the messages are being discarded now. I was kind of hoping th

Re: Outgoing SMS routing configuration

2013-03-13 Thread Alvaro Cornejo
Hi If you use sqlbox, I think you should populate box-id field in order to finetune the routing. Regards Alvaro On 3/13/13, ha...@aeon.pk wrote: > Hi, > > I have configured SMSC connections to do outgoing routing based on > allowed-prefix-regex. It's working fine, except for the fact that my >