diff options
author | spag <spag@golwen.net> | 2013-01-18 14:23:43 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-18 14:23:43 +0100 |
commit | 5d535a508d9e84cbaf3cb8b5a21797f94b38f9ab (patch) | |
tree | 099438f250c56a1bcac404c82a0271c14a1a98ac /misc/mon_ami/freeswitch.py | |
parent | 6994ba4b5fecc2d532770f922d76227a175e3d71 (diff) | |
parent | 8b37b125399ba4019091b83efe889dc8af89185f (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Conflicts:
misc/freeswitch/scripts/ini/routes.ini
Diffstat (limited to 'misc/mon_ami/freeswitch.py')
-rw-r--r-- | misc/mon_ami/freeswitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mon_ami/freeswitch.py b/misc/mon_ami/freeswitch.py index eab9bb6..218b7db 100644 --- a/misc/mon_ami/freeswitch.py +++ b/misc/mon_ami/freeswitch.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # MonAMI Asterisk Manger Interface server # FreeSWITCH event socket interface -# (c) AMOOMA GmbH 2012 +# (c) AMOOMA GmbH 2012-2013 from threading import Thread, Lock from log import ldebug, linfo, lwarn, lerror, lcritic |