[Home]

Summary:ASTERISK-15472: If the UAC execute a SIP registration or deregistration, the LDAP settings don't change.
Reporter:orante (tucceri)Labels:
Date Opened:2010-01-19 09:54:24.000-0600Date Closed:2011-06-07 14:00:29
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_config_ldap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The LDAP changes don't take place when UAC register or deregister in SIP.
The LDAP modify returning an "undefined value type" error for the UserAgent entry.

****** ADDITIONAL INFORMATION ******

-AstAccountUserAgent: attribute type undefined is the returned message (from Wireshark).

LDAP schema:
objectIdentifier AstAccountUserAgent AstAttrType:61 [is right? or is necessary 60 to follow the numbering sequence?]

attributetype ( AstAccountUserAgent
       NAME 'AstAccountUserAgent'
       DESC 'Asterisk account user context' [is right? or is necessary User Agent?]
       EQUALITY caseIgnoreMatch
       SUBSTR caseIgnoreSubstringsMatch
       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)


The /etc/asterisk/res_config_ldap.conf include "useragent= AstAccountUserAgent"
Comments:By: Leif Madsen (lmadsen) 2011-01-28 11:35:13.000-0600

Please re-test with the latest LDAP schema changes shipped with Asterisk, then open a new issue if you continue to have problems.