Hi No need to define different groups .Remember one smpp connection can have more then 1 short code .just asked your service provider to map short codes with your smpp connection .define only one smsc group. Identify your incoming messages from recipient id(short code).
regards -----Original Message----- From: Tan Ai Leen [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 9:46 AM To: [email protected] Cc: Ang Yuit Subject: Multiple Shortcode for one smsc 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
