set several sendsms-user groups and theere set
default-smsc and
default-smsc
and,
use denied-smsc-id in the smsc group settings and use smsc parameter in the WAP
PUSH request
i.e. ?to={$msisdn}&from={$sender}&smsc=A
smsc-id = A
denied-smsc-id = C,B
smsc-id = B
denied-smsc-id = A,C
etc
check the proper names of the parameters in the manual :/
cheers
seik
On Thu, Feb 15, 2007 at 03:08:56PM -0400, Arnaud wrote:
> Hi,
>
> I have 3 different SMSC connections (group) in my config but I need
> all my push waps to go through a particular SMSC.
>
> I have tried both at the same time:
>
> - set a "X-Kannel-SMSC" header with the corresponding smsc id while
> submitting the request
>
> - set the "default-smsc" in "ppg" group
>
> - set the "forced-smsc" in the "wap-push-user"
>
>
> But none of it worked. It just keeps picking SMSCs randomly. When it
> chooses the right SMSC it sends the push wap, but I could not find
> anyway to make sure Kannel uses this correct SMSC
>
>
> Any help would be really appreciated.
>
> Thanks in advance,
>
>
> Arnaud