forked from Mirrors/freeswitch
update msvc build to sync with new sofia-sip.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5844 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fe2c4f7593
commit
7a4ed161c2
@ -146,7 +146,7 @@ struct nta_agent_s
|
||||
size_t sa_maxsize;
|
||||
|
||||
/** Maximum size of outgoing UDP requests */
|
||||
size_t sa_udp_mtu;
|
||||
unsigned sa_udp_mtu;
|
||||
|
||||
/** SIP T1 - initial interval of retransmissions (500 ms) */
|
||||
unsigned sa_t1;
|
||||
|
@ -913,8 +913,6 @@ isize_t sip_addr_dup_xtra(sip_header_t const *h, isize_t offset)
|
||||
a->a_url,
|
||||
a->a_params,
|
||||
offset);
|
||||
|
||||
return offset;
|
||||
}
|
||||
|
||||
/**@internal
|
||||
|
@ -61,12 +61,12 @@
|
||||
%CHECK%
|
||||
%MSG_AWK% module=sip PR=%PR4% %IN% < NUL
|
||||
%CHECK%
|
||||
%MSG_AWK% module=sip PR=%PR5% TEMPLATE1=%PR2%.in TEMPLATE2=%PR3%.in TEMPLATE=%PR5%.in NO_FIRST=1 NO_LAST=1 < NUL %SIPEXTRA%
|
||||
%MSG_AWK% module=sip PR=%PR5% TEMPLATE1=%PR2%.in TEMPLATE2=%PR3%.in TEMPLATE3=%PR4%.in TEMPLATE=%PR5%.in NO_FIRST=1 NO_LAST=1 < NUL %SIPEXTRA%
|
||||
%CHECK%
|
||||
|
||||
%MSG_AWK% module=sip MC_HASH_SIZE=127 MC_SHORT_SIZE=26 ^
|
||||
%MSG_AWK% module=sip TEMPLATE=%PT%.in MC_HASH_SIZE=127 MC_SHORT_SIZE=26 ^
|
||||
FLAGFILE=../libsofia-sip-ua/sip/sip_bad_mask ^
|
||||
PT=%PT% %IN% < NUL
|
||||
PT=%PT% %IN% %SIPEXTRA% < NUL
|
||||
%CHECK%
|
||||
|
||||
@set IN=../libsofia-sip-ua/http/sofia-sip/http.h
|
||||
|
@ -192,6 +192,10 @@
|
||||
RelativePath="..\..\sofia-sip\libsofia-sip-ua\su\inet_pton.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\sofia-sip\libsofia-sip-ua\su\smoothsort.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\sofia-sip\libsofia-sip-ua\su\string0.c"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user