summaryrefslogtreecommitdiff
path: root/localkannel-dispatch
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-05 21:18:34 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-05 21:18:34 +0200
commit02863277e8df3b52fad4d573b701647b603abf00 (patch)
treeb103a82d7d41bf9460c15b38c896bcec1e2050f7 /localkannel-dispatch
parent152225f45162807082d0c18d4760af8e73180d55 (diff)
Add SMS_REALMs hellobudapest and hellotorino to localkannel-dispatch.
Diffstat (limited to 'localkannel-dispatch')
-rwxr-xr-xlocalkannel-dispatch10
1 files changed, 10 insertions, 0 deletions
diff --git a/localkannel-dispatch b/localkannel-dispatch
index fa22856..b6497cd 100755
--- a/localkannel-dispatch
+++ b/localkannel-dispatch
@@ -59,6 +59,16 @@ case "$SMS_REALM" in
mdpath="/home/hearth/public_webdata/hearth/content/sms"
export mdpath
;;
+ hellobudapest)
+ provider="clickatell"
+ mdpath="/home/www-hearth/public_webdata/hellobudapest/content/sms"
+ export mdpath
+ ;;
+ hellotorino)
+ provider="clickatell"
+ mdpath="/home/www-hearth/public_webdata/hellotorino/content/sms"
+ export mdpath
+ ;;
cyber)
provider="local"
mdpath="/home/cyberhus/public_webdata/mdsms/content/sms"