[Home]

Summary:ASTERISK-09591: [patch] allowmultiplelogin variable not being initialized and default set to 'no'.
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-06-05 12:19:27Date Closed:2007-06-05 12:47:44
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) manager.c.default_no.patch
( 1) manager.c.default_yes.patch
Description:Documentation or code update, allowmultiplelogin defaults to 'no' cause it is not being initialized (and manager.conf says its default to yes). There was a discussion about this property [ASTERISK-8426] if should be enabled or disabled by default but I didn't understand so, I submit to patches:
manager.c.default_no.patch
        Defaults the variable to 'no' and correct the documentation issue.
manager.c.default_yes.patch
        Defaults to yes (initializing allowmultiplelogin = 1)
Comments:By: Eliel Sardanons (eliel) 2007-06-05 12:22:43

Sorry: Disclaimer is on files.

By: Jason Parker (jparker) 2007-06-05 12:47:44

Fixed in svn trunk in revision 67398.

Default should be yes, I've initialized the variable to reflect that.