summaryrefslogtreecommitdiff
path: root/phoneprov
diff options
context:
space:
mode:
authorDoug Bailey <dbailey@digium.com>2008-04-11 22:09:04 +0000
committerDoug Bailey <dbailey@digium.com>2008-04-11 22:09:04 +0000
commit9a1b485100d5d9956cafd02088796ca5192c4457 (patch)
treefc13570ed19c3f6772eb6bd793b28c0592830b1e /phoneprov
parentc7e913ed3fe097d81ebcc2f63da6ca5763c152c4 (diff)
Change the number of line keys per registration from 2 to 1
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'phoneprov')
-rw-r--r--phoneprov/polycom_line.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoneprov/polycom_line.xml b/phoneprov/polycom_line.xml
index f63c676eb..3d66a3685 100644
--- a/phoneprov/polycom_line.xml
+++ b/phoneprov/polycom_line.xml
@@ -1 +1 @@
-reg.${LINE}.displayName="${DISPLAY_NAME}" reg.${LINE}.address="${USERNAME}" reg.${LINE}.label="${LABEL}" reg.${LINE}.type="private" reg.${LINE}.thirdPartyName="" reg.${LINE}.auth.userId="${USERNAME}" reg.${LINE}.auth.password="${SECRET}" reg.${LINE}.server.1.address="${SERVER}" reg.${LINE}.server.1.port="${SERVER_PORT}" reg.${LINE}.server.1.transport="DNSnaptr" reg.${LINE}.server.1.expires="300" reg.${LINE}.server.1.register="1" reg.${LINE}.server.1.retryTimeOut="" reg.${LINE}.server.1.retryMaxCount="" reg.${LINE}.server.1.expires.lineSeize="" reg.${LINE}.acd-login-logout="0" reg.${LINE}.acd-agent-available="0" reg.${LINE}.ringType="2" reg.${LINE}.lineKeys="2" reg.${LINE}.callsPerLineKey="1"
+reg.${LINE}.displayName="${DISPLAY_NAME}" reg.${LINE}.address="${USERNAME}" reg.${LINE}.label="${LABEL}" reg.${LINE}.type="private" reg.${LINE}.thirdPartyName="" reg.${LINE}.auth.userId="${USERNAME}" reg.${LINE}.auth.password="${SECRET}" reg.${LINE}.server.1.address="${SERVER}" reg.${LINE}.server.1.port="${SERVER_PORT}" reg.${LINE}.server.1.transport="DNSnaptr" reg.${LINE}.server.1.expires="300" reg.${LINE}.server.1.register="1" reg.${LINE}.server.1.retryTimeOut="" reg.${LINE}.server.1.retryMaxCount="" reg.${LINE}.server.1.expires.lineSeize="" reg.${LINE}.acd-login-logout="0" reg.${LINE}.acd-agent-available="0" reg.${LINE}.ringType="2" reg.${LINE}.lineKeys="1" reg.${LINE}.callsPerLineKey="1"