mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-22 01:44:35 +04:00
The patch 001-phoneprov_users.patch can be dropped when upstream renames the config. The config file seems necessary for res_phoneprov to start up, so this helps the user get started. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
87 lines
1.4 KiB
Diff
87 lines
1.4 KiB
Diff
--- a/configs/samples/phoneprov_users.conf
|
|
+++ /dev/null
|
|
@@ -1,40 +0,0 @@
|
|
-;
|
|
-; Device provisioning configuration
|
|
-;
|
|
-; This file is used by res_phoneprov to define provisioning entries.
|
|
-;
|
|
-
|
|
-[general]
|
|
-;
|
|
-; Full name of a user
|
|
-;
|
|
-fullname = New User
|
|
-;
|
|
-; MAC Address for res_phoneprov
|
|
-;
|
|
-;macaddress = 112233445566
|
|
-;
|
|
-; Auto provision the phone with res_phoneprov
|
|
-;
|
|
-;autoprov = yes
|
|
-;
|
|
-; Line Keys for hardphone
|
|
-;
|
|
-;LINEKEYS = 1
|
|
-;
|
|
-; Line number for hardphone
|
|
-;
|
|
-;linenumber = 1
|
|
-;
|
|
-; Local Caller ID number used with res_phoneprov and Asterisk GUI
|
|
-;
|
|
-;cid_number = 6000
|
|
-
|
|
-;[6000]
|
|
-;fullname = Joe User
|
|
-;secret = 1234
|
|
-;macaddress = 112233445566
|
|
-;autoprov = yes
|
|
-;LINEKEYS = 1
|
|
-;linenumber = 1
|
|
-;cid_number = 6000
|
|
--- /dev/null
|
|
+++ b/configs/samples/phoneprov_users.conf.sample
|
|
@@ -0,0 +1,40 @@
|
|
+;
|
|
+; Device provisioning configuration
|
|
+;
|
|
+; This file is used by res_phoneprov to define provisioning entries.
|
|
+;
|
|
+
|
|
+[general]
|
|
+;
|
|
+; Full name of a user
|
|
+;
|
|
+fullname = New User
|
|
+;
|
|
+; MAC Address for res_phoneprov
|
|
+;
|
|
+;macaddress = 112233445566
|
|
+;
|
|
+; Auto provision the phone with res_phoneprov
|
|
+;
|
|
+;autoprov = yes
|
|
+;
|
|
+; Line Keys for hardphone
|
|
+;
|
|
+;LINEKEYS = 1
|
|
+;
|
|
+; Line number for hardphone
|
|
+;
|
|
+;linenumber = 1
|
|
+;
|
|
+; Local Caller ID number used with res_phoneprov and Asterisk GUI
|
|
+;
|
|
+;cid_number = 6000
|
|
+
|
|
+;[6000]
|
|
+;fullname = Joe User
|
|
+;secret = 1234
|
|
+;macaddress = 112233445566
|
|
+;autoprov = yes
|
|
+;LINEKEYS = 1
|
|
+;linenumber = 1
|
|
+;cid_number = 6000
|