From ef8bf8f3649e821837c38da2bff4718412de2a92 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Sat, 14 Apr 2001 19:46:25 +0000
Subject: [PATCH] Version 0.1.8 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/adtranvofr.conf.sample | 30 +++++++++++++++---------------
 configs/modem.conf.sample      |  4 ++--
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/configs/adtranvofr.conf.sample b/configs/adtranvofr.conf.sample
index d1589cca7d..dc7bcfc7c9 100755
--- a/configs/adtranvofr.conf.sample
+++ b/configs/adtranvofr.conf.sample
@@ -14,26 +14,26 @@
 ; used by internal phones.
 ;
 context=default
-;user=voice00
-;user=voice01
-;user=voice02
-;user=voice03
-;user=voice04
-;user=voice05
-;user=voice06
-;user=voice07
+;user => voice00
+;user => voice01
+;user => voice02
+;user => voice03
+;user => voice04
+;user => voice05
+;user => voice06
+;user => voice07
 ; Calls on 16 and 17 come from the outside world, so they get
 ; a little bit special treatment
 context=remote
-;user=voice16
-;user=voice17
+;user => voice16
+;user => voice17
 ;
 ; Next we have lines which we only accept calls on, and typically
 ; do not send outgoing calls on (i.e. these are where we are the
 ; network termination)
 ;
-;network=voice08
-;network=voice09
-;network=voice10
-;network=voice11
-;network=voice12
+;network => voice08
+;network => voice09
+;network => voice10
+;network => voice11
+;network => voice12
diff --git a/configs/modem.conf.sample b/configs/modem.conf.sample
index 695de8f546..1a75b7fbb1 100755
--- a/configs/modem.conf.sample
+++ b/configs/modem.conf.sample
@@ -43,9 +43,9 @@ mode=immediate
 ;
 ; List all devices we can use.
 ;
-;device=/dev/ttyS3
+;device => /dev/ttyS3
 ;
 ; ISDN example
 ;
 ;msn=39907835
-;device=/dev/ttyI0
+;device => /dev/ttyI0
-- 
GitLab