Skip to content

Commit

Permalink
signing
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Jun 12, 2021
1 parent db82182 commit 98c61c9
Show file tree
Hide file tree
Showing 18 changed files with 162 additions and 0 deletions.
9 changes: 9 additions & 0 deletions callng/callfunc.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:callfunc.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/utilities.lua")
---------------------******************************--------------------------
---------------------****| CALL RELATED FUNCTION |****---------------------
Expand Down
9 changes: 9 additions & 0 deletions callng/configuration.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:configuration.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

-- configuration
SWVERSION = '{{version}}'
NODEID = '{{nodeid}}'
Expand Down
9 changes: 9 additions & 0 deletions callng/event.capacity.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:event.capacity.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/utilities.lua")
---------------------------------------------------------------------------

Expand Down
9 changes: 9 additions & 0 deletions callng/event.cdr.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:event.cdr.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/utilities.lua")
---------------------------------------------------------------------------

Expand Down
9 changes: 9 additions & 0 deletions callng/event.startup.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:event.startup.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/utilities.lua")
---------------------------------------------------------------------------

Expand Down
9 changes: 9 additions & 0 deletions callng/event.unauth.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:event.unauth.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/utilities.lua")
---------------------------------------------------------------------------

Expand Down
9 changes: 9 additions & 0 deletions callng/main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:main.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer. All Rights Reserved.
--
--

dofile("{{rundir}}/callng/callfunc.lua")
---------------------******************************---------------------
---------------------****| INBOUND callng |****---------------------
Expand Down
9 changes: 9 additions & 0 deletions callng/redirection.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
--
-- callng:redirection.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/configuration.lua")
logify('module', 'callng', 'space', 'redirection', 'action', 'report', 'notice', 'please file a feature request for manual handle sip redirection')
9 changes: 9 additions & 0 deletions callng/utilities.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
--
-- callng:main.lua
--
-- The Initial Developer of the Original Code is
-- Minh Minh <[email protected]>
-- Portions created by the Initial Developer are Copyright (C) the Initial Developer.
-- All Rights Reserved.
--

dofile("{{rundir}}/callng/configuration.lua")

-- REQUIRE
Expand Down
9 changes: 9 additions & 0 deletions liberator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:__init__.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

from .configuration import *
from .utilities import *
from .basemgr import *
Expand Down
9 changes: 9 additions & 0 deletions liberator/api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:api.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import time
import uuid
import syslog
Expand Down
9 changes: 9 additions & 0 deletions liberator/basemgr.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:basemgr.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import time
import traceback
import random
Expand Down
9 changes: 9 additions & 0 deletions liberator/cdr.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:cdr.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import time
import traceback
from threading import Thread
Expand Down
9 changes: 9 additions & 0 deletions liberator/configuration.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:configuration.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

#-----------------------------------------------------------------------------------------------------
# GLOBAL CONFIGURATION FILES
#-----------------------------------------------------------------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions liberator/fsxmlapi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:fsxmlapi.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import traceback
import json
import copy
Expand Down
9 changes: 9 additions & 0 deletions liberator/libreapi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:libreapi.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import traceback
import re
import json
Expand Down
9 changes: 9 additions & 0 deletions liberator/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:main.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import time
import uuid
import syslog
Expand Down
9 changes: 9 additions & 0 deletions liberator/utilities.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# liberator:utilities.py
#
# The Initial Developer of the Original Code is
# Minh Minh <[email protected]>
# Portions created by the Initial Developer are Copyright (C) the Initial Developer.
# All Rights Reserved.
#

import syslog
import json
from threading import Thread
Expand Down

0 comments on commit 98c61c9

Please sign in to comment.