aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-03 19:58:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-03 19:58:34 +0000
commit5b604821d5cc01e2507108b85fcc339158e5c0c1 (patch)
tree8a9b5ee97691bd89ae306e3802ecb717755c0033 /channels/chan_oss.c
parent595be2ae22fb16ff6abfc7f25430b4386b9f3996 (diff)
Fix documentation of overridecontext (bug #4379)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6274 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_oss.c')
-rwxr-xr-xchannels/chan_oss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index b8f0fb6ef..4635f7849 100755
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -80,8 +80,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
; 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 @@ static struct chan_oss_pvt *find_desc(char *dev)
/*
* 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.