git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13548 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-06-02 16:48:24 +00:00
parent 2d42aff9f7
commit 552e4d851d
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ static abyss_bool http_directory_auth(TSession *r, char *domain_name)
}
switch_event_destroy(&params);
box = switch_xml_attr_soft(x_user, "number-alias");
box = switch_xml_attr(x_user, "number-alias");
if ((x_params = switch_xml_child(x_domain, "params"))) {