Created
November 18, 2017 14:12
-
-
Save Antarix/66537051843fb9afeba6b5e8a28764d8 to your computer and use it in GitHub Desktop.
Kannel configurations for sending fake sms
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 = test | |
admin-deny-ip = "*.*.*.*" | |
admin-allow-ip = "127.0.0.1" | |
smsbox-port = 13001 | |
box-deny-ip = "*.*.*.*" | |
box-allow-ip = "127.0.0.1" | |
dlr-storage = internal | |
log-level = 0 | |
group = smsbox | |
smsbox-id = mysmsbox | |
bearerbox-host = localhost | |
sendsms-port = 13013 | |
log-level = 0 | |
group = sendsms-user | |
username = simple | |
password = simple123 | |
group = smsc | |
smsc = fake | |
smsc-id = FAKE | |
port = 10000 | |
log-level = 0 | |
group = smsbox-route | |
smsbox-id = mysmsbox | |
smsc-id = FAKE | |
group = sms-service | |
keyword = default | |
text = "hi how are you" | |
accepted-smsc = FAKE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks