From b2432890c694e6082e4f23e2d3019d8e908b83fc Mon Sep 17 00:00:00 2001 From: AlexK Date: Sun, 20 Nov 2022 17:07:37 +0500 Subject: [PATCH] Updated cisco-99xx --- .../profiles/cisco-99xx-profile-dynamic.cfg | 2 + .../profiles/cisco-99xx-profile-static.cfg | 8 +++ .../asterprov/templates/cisco-99xx-tmpl.cfg | 72 +++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-dynamic.cfg create mode 100644 phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-static.cfg create mode 100644 phones/cisco/cisco-99xx/asterprov/templates/cisco-99xx-tmpl.cfg diff --git a/phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-dynamic.cfg b/phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-dynamic.cfg new file mode 100644 index 0000000..e01dd0a --- /dev/null +++ b/phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-dynamic.cfg @@ -0,0 +1,2 @@ +mime_type => text/xml, text/plain +SEP${TOLOWER(${MAC})}.cnf.xml => cisco-99xx-tmpl.cfg diff --git a/phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-static.cfg b/phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-static.cfg new file mode 100644 index 0000000..2c985ce --- /dev/null +++ b/phones/cisco/cisco-99xx/asterprov/profiles/cisco-99xx-profile-static.cfg @@ -0,0 +1,8 @@ +mime_type => text/xml, text/plain +;Replace mac(MAC)1(2) to device mac address (in lower and higher register) +;Dev1 +SEPmac1.cnf.xml => mac1.cfg +SEPMAC1.cnf.xml => mac1.cfg +;Dev2 +SEPmac2.cnf.xml => mac2.cfg +SEPMAC2.cnf.xml => mac2.cfg diff --git a/phones/cisco/cisco-99xx/asterprov/templates/cisco-99xx-tmpl.cfg b/phones/cisco/cisco-99xx/asterprov/templates/cisco-99xx-tmpl.cfg new file mode 100644 index 0000000..e1443aa --- /dev/null +++ b/phones/cisco/cisco-99xx/asterprov/templates/cisco-99xx-tmpl.cfg @@ -0,0 +1,72 @@ + + + SIP + + + D.M.Y + HH:MM + Etc/GMT+05 + + + ${SERVER} + Unicast + + + + + + + + + 2000 + ${SERVER_PORT} + 5061 + + ${SERVER} + + + + + + + + 6 + 10 + 180 + 600 + 5 + 120 + 120 + 5 + 500 + 4000 + 70 + false + None + + false + 101 + 3 + avt + + + ${USERNAME} + ${USERNAME} + ${USERNAME} + ${SECRET} + ${USERNAME} + + true + false + false + true + + + 0 + + + + 10000 + 20000 + + \ No newline at end of file