Bugs item #2920423, was opened at 2009-12-24 03:59 Message generated for change (Tracker Item Submitted) made by yarq You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2920423&group_id=232389
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Yar Tikhiy (yarq) Assigned to: Nobody/Anonymous (nobody) Summary: Reference opensips.cfg calls obsolete functions Initial Comment: The reference opensips.cfg calls check_to() and check_from() in the code blocks that do authentication. As soon as the code blocks are uncommented to actually enable auth, opensips will start failing with an error like this: ERROR:uri:obsolete_fixup_0: You are using one of these obsolete functions: "check_to", "check_from", "does_uri_exist","get_auth_id". They have been renamed with the "db_" prefix. This can be confusing to novice users, especially given that db_check_to() and db_check_from() don't seem to be documented. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2920423&group_id=232389 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
