[Asterisk-cvs] asterisk/channels chan_oss.c,1.53,1.54
markster
markster
Wed Aug 3 15:54:23 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv27382/channels
Modified Files:
chan_oss.c
Log Message:
Fix documentation of overridecontext (bug #4379)
Index: chan_oss.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_oss.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- chan_oss.c 3 Aug 2005 04:11:52 -0000 1.53
+++ chan_oss.c 3 Aug 2005 19:58:34 -0000 1.54
@@ -80,8 +80,8 @@
; extension=s ; default extension to call
; context=default ; default context
; language="" ; default language
-; overridecontext=no ; the whole dial string is considered an extension.
- ; if yes, the last @ will start the context
+; overridecontext=yes ; the whole dial string is considered an extension.
+ ; if no, the last @ will start the context
; device=/dev/dsp ; device to open
; mixer="-f /dev/mixer0 pcm 80 ; mixer command to run on start
@@ -343,7 +343,7 @@
/*
* split a string in extension-context, returns pointers to malloc'ed
* strings.
- * If we have 'overridecontext' then the last @ is considered as
+ * If we do not have 'overridecontext' then the last @ is considered as
* a context separator, and the context is overridden.
* This is usually not very necessary as you can play with the dialplan,
* and it is nice not to need it because you have '@' in SIP addresses.
More information about the svn-commits
mailing list