Ignore:
Timestamp:
Oct 8, 2006 12:39:34 PM (18 years ago)
Author:
bennylp
Message:

Major addition to support DNS SRV resolution in PJSIP:

  • added DNS asynchronous/caching resolver engine in PJLIB-UTIL (resolver.[hc])
  • modified SIP resolver (sip_resolve.c) to properly perform DNS SRV/A resolution when DNS resolution is enabled.
  • added dns_test.c in PJSIP-TEST for testing the SIP resolver.
  • added nameserver configuration in PJSUA-LIB
  • added "--nameserver" option in PJSUA.
  • updated project/Makefiles and doxygen documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/Makefile

    r745 r753  
    2727export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2828export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    29                 errno.o dns.o dns_dump.o getopt.o md5.o \ 
     29                errno.o dns.o dns_dump.o getopt.o md5.o resolver.o \ 
    3030                scanner.o stun.o string.o stun.o stun_client.o xml.o 
    3131export PJLIB_UTIL_CFLAGS += $(_CFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.