summaryrefslogtreecommitdiff
path: root/phoneprov
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2011-02-03 16:13:40 +0000
committerAndrew Latham <lathama@gmail.com>2011-02-03 16:13:40 +0000
commit652fb64a01c7a8656697d07e606620ee0ced6929 (patch)
tree14a2297c3bbbe452d7d2c77fe3e9b48148d65abe /phoneprov
parentf71322f239acc308d713a6a73aed0c6009fb9e77 (diff)
res_phoneprov add snom 300, 320, 360, 370, 820, 821, 870 support
(issue #18713) Reported by: lathama Patches: snom_dir.diff uploaded by lathama (license 1028) Tested by: lathama git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@305988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'phoneprov')
-rw-r--r--phoneprov/snom-mac.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/phoneprov/snom-mac.xml b/phoneprov/snom-mac.xml
new file mode 100644
index 000000000..bec01aae8
--- /dev/null
+++ b/phoneprov/snom-mac.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<settings>
+ <phone-settings>
+ <utc_offset perm="">${TZOFFSET}</utc_offset>
+ <dst perm="">3600 ${DST_START_MONTH}.${DST_START_MDAY}.${DST_START_HOUR} 00:00:00 ${DST_END_MONTH}.${DST_END_MDAY}.${DST_END_HOUR} 00:00:00</dst>
+ <challenge_response perm="">off</challenge_response>
+ <filter_registrar perm="">off</filter_registrar>
+ <publish_presence perm="">on</publish_presence>
+ <user_realname idx="1" perm="">${DISPLAY_NAME}</user_realname>
+ <user_name idx="1" perm="">${USERNAME}</user_name>
+ <user_host idx="1" perm="">${SERVER}</user_host>
+ <user_pname idx="1" perm="">${USERNAME}</user_pname>
+ <user_pass idx="1" perm="">${SECRET}</user_pass>
+ <user_outbound idx="1" perm="">${SERVER}</user_outbound>
+ <user_server_type idx="1" perm="">asterisk</user_server_type>
+ </phone-settings>
+ <functionKeys></functionKeys>
+ <tbook>${PP_EACH_USER(
+ <item context="active" type="none" index="">
+ <name>%{DISPLAY_NAME}</name>
+ <number>%{CALLERID}</number>
+ </item>,${MAC})}
+ </tbook>
+</settings>