mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
win32 tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1150 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a2732737b5
commit
1ae960eb3f
@ -123,7 +123,7 @@ struct private_object {
|
|||||||
uint8_t codec_num;
|
uint8_t codec_num;
|
||||||
switch_time_t last_cand;
|
switch_time_t last_cand;
|
||||||
char *stun_ip;
|
char *stun_ip;
|
||||||
uint32_t stun_port;
|
uint16_t stun_port;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct rfc2833_digit {
|
struct rfc2833_digit {
|
||||||
|
@ -178,6 +178,7 @@ End If
|
|||||||
|
|
||||||
If BuildModDingaling Then
|
If BuildModDingaling Then
|
||||||
BuildLibs_iksemel BuildDebug, BuildRelease
|
BuildLibs_iksemel BuildDebug, BuildRelease
|
||||||
|
BuildLibs_libdingaling BuildDebug, BuildRelease
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If BuildModIaxChan Then
|
If BuildModIaxChan Then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user