Re: how to handle multiple modems with single kannel gateway?
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | tolj.org system architecture |
| Message-ID | <[email protected]> |
vinodkumar wrote: > hai, > 1)At prasent i am using single GSM modem(wavecom) with kannel.But i need to > connect morethen one GSM modems.So, is it possible to handle multiple GSM > modems with single kannel gateway?. yes, as long as you have enough COM serial ports on the machine... can be extended via special PCI cards, or even enhanced terminal servers. > 2)I am in a position to control the throughput level of particular SMSC > connectivity. I found a way from kannel document suggests to use the > variable "throughput". Even though i am setting that value as 5, but it > delivering more than five to the SMSC. I tested this scenario with SMSC > simulators and i found the simulator received nearly 11 requests. > > Following is the smsc group configuration. > > group = smsc > smsc-id = "VINOD-SMSC" > allowed-smsc-id = "VINOD-SMPP" > smsc = smpp > host = 192.0.200.00 > port = 3333 > smsc-username = "vinod" > smsc-password = "vinod" > system-type = "VMA" > address-range = "" > transceiver-mode = 1 > interface-version = 34 > source-addr-ton = 1 > source-addr-npi = 1 > dest-addr-ton = 1 > dest-addr-npi = 1 > keepalive = 25 > log-level = 0 > reroute-smsc-id="HUTCH-SMSC" > reroute = true > flow-control=0 but where is the 'throughput' directive here? Stipe