From ec4bf7a849a53efdfdbeb6154867aeeb35987f38 Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Mon, 18 Sep 2006 16:36:14 +0000 Subject: seperate jingle and gtalk so it will be easier to track changes in both of the moving specs. Currently chan_gtalk is compatible with the latest gtalk/libjingle version, and chan_jingle needs a lot of work. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43185 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/gtalk.conf.sample | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/gtalk.conf.sample (limited to 'configs') diff --git a/configs/gtalk.conf.sample b/configs/gtalk.conf.sample new file mode 100644 index 000000000..da629b626 --- /dev/null +++ b/configs/gtalk.conf.sample @@ -0,0 +1,19 @@ +;[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 +;allow=ulaw +;context=guest +; +;[ogorman] +;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. +; -- cgit v1.2.3