From 7f5a42f6c502a54a97cc910ca786e5cdefe40d04 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 15 Oct 2010 19:30:41 +0000 Subject: [PATCH] Clean up formatting. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@291938 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/gtalk.conf.sample | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/configs/gtalk.conf.sample b/configs/gtalk.conf.sample index da629b6265..8bfefc59e5 100644 --- a/configs/gtalk.conf.sample +++ b/configs/gtalk.conf.sample @@ -1,19 +1,17 @@ ;[general] -;context=default ;;Context to dump call into -;allowguest=yes ;;Allow calls from people not in - ;;list of peers -; -;[guest] ;;special account for options on guest account -;disallow=all +;context=default ; Context to dump call into +;allowguest=yes ; Allow calls from people not in list of peers + +;[guest] ; special account for options on guest account +;disallow=all ;allow=ulaw ;context=guest -; + ;[ogorman] -;username=ogorman@gmail.com ;;username of the peer your - ;;calling or accepting calls from +;username=ogorman@gmail.com ; username of the peer your + ; calling or accepting calls from ;disallow=all ;allow=ulaw -;context=default -;connection=asterisk ;;client or component in jabber.conf - ;;for the call to leave on. -; +;context=default +;connection=asterisk ; client or component in jabber.conf for the + ; call to leave on.