aboutsummaryrefslogtreecommitdiffstats
path: root/phoneprov
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-03 15:50:35 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-03 15:50:35 +0000
commit85fa35af42c9743bbb450ab33c418b2f5b9e504e (patch)
tree94a3180886b5c2b7d5cff23d8c488ebdddae489a /phoneprov
parente2bec54f87ffa77aa774eba59a87945932a5801b (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: http://svn.digium.com/svn/asterisk/branches/1.8@305987 f38db490-d61c-443f-a65b-d21fe96a405b
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>