aboutsummaryrefslogtreecommitdiffstats
path: root/configs/gtalk.conf.sample
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 16:36:14 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 16:36:14 +0000
commit86fb317359da86f8b397343c66efbac0c120641d (patch)
tree39305686249b2f0eee8b4a70582781601cb5fd38 /configs/gtalk.conf.sample
parent84ff6b300b9771c3f897a67c758d7624f06163b7 (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: http://svn.digium.com/svn/asterisk/trunk@43185 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/gtalk.conf.sample')
-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.
+;