res_pjsip_endpoint_identifier_ip: Add support for SRV lookups.
This change implements SRV support for the IP based endpoint identifier module. All possible addresses through SRV are looked up and added as matches. If no SRV records are available a fallback to normal host resolution is done. If an IP address is provided then no SRV lookup occurs. This is configured using the "srv_lookups" option on the identify section and defaults to "yes". ASTERISK-26693 Change-Id: I6b641e275bf96629320efa8b479737062aed82ac
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- contrib/ast-db-manage/config/versions/28ab27a7826d_add_srv_lookups_to_identify.py 31 additions, 0 deletions...nfig/versions/28ab27a7826d_add_srv_lookups_to_identify.py
- res/res_pjsip_endpoint_identifier_ip.c 96 additions, 20 deletionsres/res_pjsip_endpoint_identifier_ip.c
Loading
Please register or sign in to comment