Hi Ai Leen,

    Try to telnet HOST PORT to see if your server can establish a TCP
connection to the SMSC. You won´t get a prompt, but you will be able
to determine if there is some firewall or routing problem.

    If the connection establishes (is not refused or doesn´t time out)
 try a second connection from another terminal. If this fails run
kannel and check your kannel log files.

    Your config file seems to be OK. There is no problem in having
three disctinct SMPP connections to the same SMSC IP:port.

    Hope to be of any help. Regards,

Rodrigo Cremaschi

On 7/11/05, Tan Ai Leen <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> I need to connect to one smsc for three different shortcode.
> That telco only allowed one connection for transmitter and one for receiver.
> 
> How I config kannel to do that?
> 
> I tried this configuration but bearerbox failed to start after I add in the
> config for the second connection.
> 
> group = smsc
>   smsc = smpp
>   smsc-id = Connection1
>   host = xxx.xxx.xxx.xxx
>   port = xxx
>   smsc-username = "connection1"
>   smsc-password = passwd1
>   system-type = "VMA"
>   address-range = "connection1"
> 
> 
>   group = smsc
>   smsc = smpp
>   smsc-id = Connection2
>   host = xxx.xxx.xxx.xxx
>   port = xxx
>   smsc-username = "connection2"
>   smsc-password = passwd2
>   system-type = "VMA"
>   address-range = "connection2"
> 
> Thanks,
> Ai Leen
> 
>

Reply via email to