Hi to all,
i have an smpp account configured as transciver connected to a remote smpp server

I send sms through the "/cgi-bin/sendsms?" page via the smpp connection with this configuration ad all works fine

group = sendsms-user
username = user1
password = pwd1
forced-smsc = smsc1

group = smsc
smsc = smpp
smsc-id = smsc1
allowed-smsc-id = smsc1
denied-smsc-id = httprecieve
...
transceiver-mode = 1


Now, i wanto to route the incoming messages from the smpp to a http smsc configured ths way

group = smsc
smsc = http
smsc-id = httprecieve
allowed-smsc-id = smsc1


The problem is that the incoming messages are routed to the "group = sms-service"/"keyword = default" and the smpp smsc sends back a new message to the sender I tried to set "reroute = true" in the smpp configuration but doing that all the messages, incoming and outgoing, are routed to the http smsc

Ho i can do different routing for incoming and outgoing messages?
What i'm doing wronk?


Thanks in advance

Reply via email to