[asterisk-bugs] [Asterisk 0012275]: [patch] Add support for setting individual contexts in users.conf
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Mar 25 08:46:46 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12275
======================================================================
Reported By: sespindola
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12275
Category: PBX/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 110606
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-21-2008 18:48 CDT
Last Modified: 03-25-2008 08:46 CDT
======================================================================
Summary: [patch] Add support for setting individual contexts
in users.conf
Description:
Right now, as far as I know, the only way to configure a context for users
is to set "userscontext=mynewcontext" in the general section of
extensions.conf.
Due to a project I'm currently working on, a need has arised to separate
users
into multiple contexts. So I hacked together this patch that recognizes
the
"context=" configuration option in each user entry and, if present,
registers
the user into that context.
If the user doesn't have a context= option, the value of userscontext is
set.
======================================================================
----------------------------------------------------------------------
sespindola - 03-25-08 08:46
----------------------------------------------------------------------
Indeed, the calloc was uncalled for. I removed it.
I also change the usercontext variable name to entrycontext to avoid any
confusions.
I have uploaded a second patch file with these changes.
Thanks for your comments!
Issue History
Date Modified Username Field Change
======================================================================
03-25-08 08:46 sespindola Note Added: 0084494
======================================================================
More information about the asterisk-bugs
mailing list