Hi Janson, The "system-type" option has no mean to our smpp server, so, it's just used to differentiate between the services.
and you can differentiate between the services in the application side not in the SMS gateway, you can use the phone number of the receiver of the SMS message in the get url, see %P in the manual. also when sending SMS use the parameter "from". Regards On Fri, Sep 26, 2008 at 7:40 AM, janson <[EMAIL PROTECTED]> wrote: > Monim Benaiad: > > Thanks a lot! > I have some question for you config. > > What for "system-type" option? In userguide I found only next: " > system-type (m) string Usually you can get away with 'VMA' which stands > for Voice Mail Activation". And nothing more about this for smsc = smpp. > > > > Now I think, the problem with route is not in my kannel configuration but > is problem in operator connection organize. > Because operator give only one pass and username for both numbers: 9918 and > 0220. I see - I have one channel from operator for my connections to 9918 > and 0220. > Is the only one possible way to solve problem: keywords for different > servives? > > > "Monim Benaiad" <[EMAIL PROTECTED]> сообщил/сообщила в новостях следующее: > news:[EMAIL PROTECTED] > Hi janson, > This is my working configuration: > ########################BEGIN####################################### > group = core > admin-port = 11000 > smsbox-port = 11001 > admin-password = kannelisthebest > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1;192.168.*.*" > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1;192.168.0.*" > log-level = 1 > sms-combine-concatenated-mo = false > log-file = "/var/log/sms/bearerbox.log" > access-log = "/var/log/sms/access.log" > store-type = spool > store-location = "/usr/smspool" > > group = smsbox > sendsms-port = 11003 > global-sender = "" > mo-recode = true > http-request-retry=500 > http-queue-delay=20 > > > # SMSC SMPP==>23033 > group = smsc > smsc = smpp > smsc-id=23033 > denied-smsc-id ="23330;13013;23535" > host = 10.10.1.2 > port = 1534 > #transceiver-mode=true > receive-port = 1534 > smsc-username = 23033 > smsc-password = mysecret > system-type = VAS23033 > max-pending-submits = 100 > > group = sendsms-user > username = user23033 > password = 23033 > forced-smsc = 23033 > default-smsc = 23033 > user-deny-ip = "*.*.*.*" > user-allow-ip = "127.0.0.1;localhost" > concatenation= true > max-messages = 10 > > group = sms-service > keyword = default > accepted-smsc=23033 > concatenation = true > get-url = "http://127.0.0.1:8080/s23033?phone=%p&text=%a&receiver=%i" > assume-plain-text = true > omit-empty = true > max-messages = 0 > #text = "Welcom, Received by 23033" > > # SMSC SMPP==>23330 > group = smsc > smsc = smpp > smsc-id=23330 > denied-smsc-id ="23033;13013;23535" > host = 10.10.1.2 > port = 1534 > #transceiver-mode=true > receive-port = 1534 > smsc-username = 23330 > smsc-password = mysecret > system-type = VAS23330 > max-pending-submits = 100 > > group = sendsms-user > username = user23330 > password = 23330 > forced-smsc = 23330 > default-smsc = 23330 > user-deny-ip = "*.*.*.*" > user-allow-ip = "127.0.0.1;localhost" > concatenation= true > max-messages = 10 > > group = sms-service > keyword = default > accepted-smsc=23330 > concatenation = true > get-url = "http://127.0.0.1:8080/s23330?phone=%p&text=%a&receiver=%i" > assume-plain-text = true > omit-empty = true > max-messages = 0 > #text = "Welcom, Received by 23330" > > # SMSC SMPP==>13013 > group = smsc > smsc = smpp > smsc-id=13013 > denied-smsc-id ="23033;23330;23535" > host = 10.10.1.2 > port = 1534 > #transceiver-mode=true > receive-port = 1534 > smsc-username = 13013 > smsc-password = mysecret > system-type = VAS13013 > max-pending-submits = 100 > > group = sendsms-user > username = user13013 > password = 13013 > forced-smsc = 13013 > default-smsc = 13013 > user-deny-ip = "*.*.*.*" > user-allow-ip = "127.0.0.1;localhost" > concatenation= true > max-messages = 10 > > group = sms-service > keyword = default > accepted-smsc=13013 > concatenation = true > get-url = "http://127.0.0.1:8080/s13013?phone=%p&text=%a&receiver=%i" > assume-plain-text = true > omit-empty = true > max-messages = 0 > #text = "Welcom, Received by 13013" > > # SMSC SMPP==>23535 > group = smsc > smsc = smpp > smsc-id=23535 > denied-smsc-id ="23033;23330;13013" > host = 10.10.1.2 > port = 1534 > #transceiver-mode=true > receive-port = 1534 > smsc-username = 23535 > smsc-password = mysecret > system-type = VAS23535 > max-pending-submits = 100 > > group = sendsms-user > username = user23535 > password = 23535 > forced-smsc = 23535 > default-smsc = 23535 > user-deny-ip = "*.*.*.*" > user-allow-ip = "127.0.0.1;localhost" > concatenation= true > max-messages = 10 > > group = sms-service > keyword = default > accepted-smsc=23535 > concatenation = true > get-url = "http://127.0.0.1:8080/gec?phone=%p&text=%a&receiver=%i" > assume-plain-text = true > omit-empty = true > max-messages = 0 > #text = "Welcom, Received by 23535" > ##############################END######################################## > >
