Revert - res_pjsip: Allow configuration of endpoint identifier query order

Due to a break in binary compatibility with some other modules these changes
are being reverted until the issue can be resolved.

ASTERISK-24840
Reported by: Mark Michelson



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432868 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin Harwell
2015-03-13 14:48:40 +00:00
parent b9fd61f2c7
commit 0497b7b155
9 changed files with 3 additions and 172 deletions

View File

@@ -103,7 +103,6 @@ done:
}
static struct ast_sip_endpoint_identifier anonymous_identifier = {
.name = "anonymous",
.identify_endpoint = anonymous_identify,
};