[Asterisk-cvs] asterisk/configs iax.conf.sample,1.39,1.40
markster at lists.digium.com
markster at lists.digium.com
Thu Jan 20 17:39:09 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv18598/configs
Modified Files:
iax.conf.sample
Log Message:
IAX codec fixes (bug #3387)
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- iax.conf.sample 11 Jan 2005 17:08:52 -0000 1.39
+++ iax.conf.sample 20 Jan 2005 23:42:06 -0000 1.40
@@ -173,6 +173,24 @@
; of milliseconds. See 'qualify' for individual peers to turn on for just
; a specific peer.
;
+;codecpriority=host
+;
+; codecpriority controls the codec negotiation of an inbound IAX call.
+; This option is inherited to all user entities. It can also be defined
+; in each user entity seperately which will override the setting in general.
+;
+; The valid values are:
+;
+; caller - Consider the callers preferred order ahead of the host's.
+; host - Consider the host's preferred order ahead of the caller's.
+; disabled - Disable the consideration of codec preference alltogether.
+; (this is the original behaviour before preferences were added)
+; reqonly - Same as disabled, only do not consider capabilities if
+; the requested format is not available the call will only
+; be accepted if the requested format is available.
+;
+; The default value is 'host'
+;
autokill=yes
;
; Guest sections for unauthenticated connection attempts. Just
More information about the svn-commits
mailing list