From d8a7545a82fe9a29e0d9b86103b0c3163caca959 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 3 Aug 2005 19:58:34 +0000 Subject: Fix documentation of overridecontext (bug #4379) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6274 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_oss.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'channels') 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. -- cgit v1.2.3