Created
September 27, 2016 20:15
-
-
Save manjeshpv/e9053c546a00d7d14575844ade105386 to your computer and use it in GitHub Desktop.
Kannel Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group = core | |
admin-port = 13000 | |
admin-password = Easy | |
status-password = Easy | |
admin-allow-ip = '*.*.*.*' | |
smsbox-port = 13001 | |
log-level = 1 | |
log-file = "/etc/kannel/logs/kannel.log" | |
box-allow-ip = "*.*.*.*" | |
# SMSC CONNECTIONS | |
# Here you can add as many SMSC you want and it will he easy to disable any SMSC | |
#include = "/etc/kannel/smscs/smsc01.conf" | |
group = smsc | |
smsc = smpp | |
smsc-id = SMSC01 | |
host = 202.87.33.175 | |
port = 9091 | |
smsc-username = 2000161944 | |
smsc-password = 7YrtkK5Za | |
system-type = SMPP | |
log-file = "/etc/kannel/logs/smsc01.log" | |
group = smsbox | |
smsbox-id = BOX1 | |
bearerbox-host = 127.0.0.1 | |
sendsms-port = 13013 | |
log-file = "/etc/kannel/logs/smsbox.log" | |
log-level = 1 | |
access-log = "/etc/kannel/logs/access.log" | |
# For Sending SMS | |
group = sendsms-user | |
username = 2000161944 | |
password = Easy | |
default-smsc = SMSC01 | |
concatenation= true | |
max-messages = 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment