summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-09-18 16:36:14 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-09-18 16:36:14 +0000
commitec4bf7a849a53efdfdbeb6154867aeeb35987f38 (patch)
tree39305686249b2f0eee8b4a70582781601cb5fd38 /configs
parentc80d09559fff19dad720704161afb1a8876ebcd2 (diff)
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
Diffstat (limited to 'configs')
-rw-r--r--configs/gtalk.conf.sample19
1 files changed, 19 insertions, 0 deletions
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.
+;