Sending Messages from Multiple Short Codes from one Kannel

2012-05-24 Thread Felix Obareh
I have one SMSc connection to my Service Provider with single account  via
SMPP to the kannel. They are able to route messages from several short codes
to my Kannel SMSc. The short de charge different MT rates from the
subscriber but they insist that i have to put a service type for me to be
able to send or receive. I use http to send messages. So what is my problem
since i have to put a service type to be a shortcode, all messages going out
are charged at the rate of the Short code set as service type. If i leave
the service type = '' i cant receive or send any messages...

Please advice...


Below is my kannel.conf  configuration:

# Default kannel configuration file
group = core
admin-port = 8090
smsbox-port = 13001
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/var/log/kannel/bearerbox.
log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1; 192.168.*.*"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/var/log/kannel/bearerbox.log"
#store-file = "/opt/smsgateway/store/kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
sms-resend-retry = 0
dlr-storage=internal

group = smsc
smsc-id = SA_TX
smsc = smpp
host = 192.168.0.1
#port = 0
#transceiver-mode = false
receive-port = 6692
smsc-username = x
smsc-password = x
system-type =
service-type = 2901
source-addr-ton = 1
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1
log-level = 0
interface-version = 34
wait-ack = 1000
wait-ack-expire = 0x02
log-file = "/var/log/kannel/pdu.SAF_RX"
allowed-prefix =
msg-id-type = 0x03
#alt-charset = "ASCII;windows-1252"
#;UTF-8;ISO-8859-1;ISO-8859-7;GSM;UTF-16BE"
alt-charset = "ASCII"
alt-addr-charset = "GSM"
throughput=100

group = smsc
smsc-id = SA_TX
smsc = smpp
host = 192.168.0.1
port = 6694
receive-port = 0
transceiver-mode = false
smsc-username = xx
smsc-password = xx
#smsc-admin-id = SA_RX
system-type =
service-type =2901
source-addr-ton = 0
source-addr-npi = 0
dest-addr-ton = 1
dest-addr-npi = 1
interface-version = 34
msg-id-type = 0x03
log-level = 0
throughput=100
max-pending-submits = 100
wait-ack = 43200
wait-ack-expire = 0x02
enquire-link-interval = 60
log-file = "/var/log/kannel/pdu.SA_TX"
allowed-prefix =
alt-charset = "ASCII;"


#.

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 8083
mo-recode=true
max-pending-requests = 2048
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/smsbox.log"


group = sendsms-user
username = xx
password = xxx
dlr-url =
"
http://localhost/DLR/?type=%d&time=%t&usr=%n&message=%b&kannel_id=%F&MSISDN=%p&dlrvalue=%A&message_id=
"

group = sms-service
keyword = default
concatenation = true
catch-all = true
get-url =
"
http://localhost/sms/?destination=%P&originator=%p&message=%a&time=%t&charset=%C&message_id=%I&smsc=%i&dlr=%d&dlr_smsc=%A&fsmsc=%F&udh=%u&ttt=%f
"
send-sender=true
max-messages = 0


Re: Deliver_SM ERROR: SMSC to ESME

2012-05-24 Thread Mumbi
Wasim, I have the following entry in my conf files.

(in kannel.conf)
group = smsbox
bearerbox-host = 127.0.0.1
bearerbox-port = 15352
smsbox-id = box1
log-file = "/var/log/kannel/smsbox/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/smsboxaccess.log"

group = smsbox-route
smsbox-id = esme1
smsc-id = "testsmsc"
shortcode = "100"

(in smpplogins.txt)
sysid syspwd esme1 *.*.*.*

Are the entries correct?


Mumbi

--

an smsbox entry
and an smsbox-route entry

please always send to the list, so that others benefit

-wasim





RE: Virtual Sim

2012-05-24 Thread Rene Kluwen
Yes, the sim card is to present authentication to the mobile network.

 

With a little bit of googling I found an example:
http://www.implementa.com/solutions/virtual-sim-platform

 

== Rene

 

From: JAmes [mailto:jam...@gmail.com] 
Sent: Thursday, 24 May, 2012 08:24
To: Rene Kluwen; users@kannel.org
Subject: Re: Virtual Sim

 

Hi Rene,

 

Thanks for the info.

 

Is there any online info about the technical side of Virtual Sim technology.
I understand it still requires a sim card, my guess is for authentication on
the mobile network?

 

Regards,

J

On Thu, May 24, 2012 at 4:51 AM, Rene Kluwen  wrote:

Receiving sms via a gsm modem will probably the same as sending. About 1 sms
every 5-10 seconds.

 

Virtual sim technology is an smpp connection with the charactaristics of a
sim card that you hand over to your provider. So it allows you to receive
sms messages via an smsc connection, but your sim card is not physically
connected.

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of JAmes
Sent: Wednesday, 23 May, 2012 22:25
To: users@kannel.org
Subject: Virtual Sim

 

Hi,

 

Does anyone know the max throughput of receiving SMS on a GSM Modem will be?
Is it the same as sending?

 

What about Virtual Sim technology, where they are claiming up to 50sms /
sec, anyone know how this is achievable?

 

Regards,

J

 



RE: Virtual Sim

2012-05-24 Thread Rene Kluwen
Please always copy the users@ list.

Contact a virtual sim provider to enable this feature for you. You can ask
supp...@ziron.net or any other provider that provides this function.

 

== Rene

 

From: Komil Gulboev [mailto:ko...@babilon-m.tj] 
Sent: Thursday, 24 May, 2012 05:04
To: Rene Kluwen
Subject: Re: Virtual Sim

 

How to use VirtualSIM? Please explain about this function

5/24/2012 2:51 AM, Rene Kluwen написал: 

Receiving sms via a gsm modem will probably the same as sending. About 1 sms
every 5-10 seconds.

 

Virtual sim technology is an smpp connection with the charactaristics of a
sim card that you hand over to your provider. So it allows you to receive
sms messages via an smsc connection, but your sim card is not physically
connected.

 

== Rene

 

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of JAmes
Sent: Wednesday, 23 May, 2012 22:25
To: users@kannel.org
Subject: Virtual Sim

 

Hi,

 

Does anyone know the max throughput of receiving SMS on a GSM Modem will be?
Is it the same as sending?

 

What about Virtual Sim technology, where they are claiming up to 50sms /
sec, anyone know how this is achievable?

 

Regards,

J





-- 
Komil Gulboev
 
System Administrator
Automation Department
CJSC "Babilon-Mobile"
+992 91833 mobile
+992 44625 phone