GSM modem with more than one SIM Card

2009-08-28 Thread Alex Dehaini
Hi Guys,

Can kannel support GSM modems with more than one SIM card?

-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - alexdeha...@gmail.com


Adding "source-addr-ton" Manually(externally)

2009-08-28 Thread satish

Hi All.
 First thanks to Jyoti ranjan Panda for answering.
i think u didn't get my point.
Usually we have smsc configuration file where we use to add value to 
parameter "source-addr-ton".The source file is as below.

group = smsc
smsc = smpp
smsc-id = smpp_g02
#smsc-id = smsc_test
allowed-smsc-id = "smpp_g02"
#host = 121.241.242.102
host = localhost
port = 2345
receive-port = 2345
#transceiver-mode = 0
system-type = "smpp"
#system-type = "VMA"
#smsc-username = tdemo50
smsc-username = pavel
#smsc-password = looktest
smsc-password = wpsd
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
enquire-link-interval = 30
#allowed-prefix = "0"
#denied-prefix = "0"
#max-pending-submits = 0
#throughput = 0
msg-id-type = 0
source-addr-autodetect = yes

Now i am trying  source-addr-ton=2 and keeping source-addr-autodetect = no
i am not able to send messages

Is there any patch availabe in kannel(1.4.3) which will enable to select 
different "source-addr-ton" and overcome this problem.

Thanks & regards
Satish



Re: Adding "source-addr-ton" Manually(externally)

2009-08-28 Thread jyotiranjan panda
Hi,
I am assumeing  if you want to make source-addr-ton=2 means your operator
may have told this.
try commenting source-addr-autodetect .

and can you send the logs.

regards
Jyoti ranjan panda


On 8/28/09, satish  wrote:
>
> Hi All.
>  First thanks to Jyoti ranjan Panda for answering.
> i think u didn't get my point.
> Usually we have smsc configuration file where we use to add value to
> parameter "source-addr-ton".The source file is as below.
> group = smsc
> smsc = smpp
> smsc-id = smpp_g02
> #smsc-id = smsc_test
> allowed-smsc-id = "smpp_g02"
> #host = 121.241.242.102
> host = localhost
> port = 2345
> receive-port = 2345
> #transceiver-mode = 0
> system-type = "smpp"
> #system-type = "VMA"
> #smsc-username = tdemo50
> smsc-username = pavel
> #smsc-password = looktest
> smsc-password = wpsd
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
> enquire-link-interval = 30
> #allowed-prefix = "0"
> #denied-prefix = "0"
> #max-pending-submits = 0
> #throughput = 0
> msg-id-type = 0
> source-addr-autodetect = yes
>
> Now i am trying  source-addr-ton=2 and keeping source-addr-autodetect = no
> i am not able to send messages
>
> Is there any patch availabe in kannel(1.4.3) which will enable to select
> different "source-addr-ton" and overcome this problem.
> Thanks & regards
> Satish
>
>


HTTP SMSC Problem

2009-08-28 Thread sangprabv
I just updated to the latest Kannel CVS, everything fine during
compilation. After I launch Kannel into daemon and make some stress test
I found that from 100 MO requests through Kannel HTTP SMSC it doesn't
response all those MO. Somebody can help solve this problem?




Willy