[asterisk-commits] file: branch file/chan_jingle2 r365609 - /team/file/chan_jingle2/configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 8 11:37:55 CDT 2012
Author: file
Date: Tue May 8 11:37:51 2012
New Revision: 365609
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=365609
Log:
I called it transport, but I'm pondering changing it.
Modified:
team/file/chan_jingle2/configs/jingle2.conf.sample
Modified: team/file/chan_jingle2/configs/jingle2.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/file/chan_jingle2/configs/jingle2.conf.sample?view=diff&rev=365609&r1=365608&r2=365609
==============================================================================
--- team/file/chan_jingle2/configs/jingle2.conf.sample (original)
+++ team/file/chan_jingle2/configs/jingle2.conf.sample Tue May 8 11:37:51 2012
@@ -58,16 +58,16 @@
; Sample configuration entry for Jingle
[jingle-endpoint](default)
-protocol=ice-udp ; Change the default protocol of outgoing sessions to Jingle ICE-UDP
+transport=ice-udp ; Change the default protocol of outgoing sessions to Jingle ICE-UDP
allow=g722 ; Add G.722 as an allowed format since the other side may support it
connection=local-jabber-account ; Connection to accept traffic on and send traffic out
; Sample configuration entry for Google Talk
[gtalk-endpoint](default)
-protocol=google ; Since this is a Google Talk endpoint we want to offer Google Jingle for outgoing sessions
+transport=google ; Since this is a Google Talk endpoint we want to offer Google Jingle for outgoing sessions
connection=gtalk-account
; Sample configuration entry for Google Voice
[gvoice](default)
-protocol=google-v1 ; Google Voice uses the original Google Talk protocol
+transport=google-v1 ; Google Voice uses the original Google Talk protocol
connection=gvoice-account
More information about the asterisk-commits
mailing list