XML-2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13548 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2d42aff9f7
commit
552e4d851d
|
@ -217,7 +217,7 @@ static abyss_bool http_directory_auth(TSession *r, char *domain_name)
|
|||
}
|
||||
|
||||
switch_event_destroy(¶ms);
|
||||
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"))) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue