mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
move stun to the core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1038 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -304,10 +304,6 @@
|
||||
RelativePath=".\src\libdingaling.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\stun_parser.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
@@ -322,10 +318,6 @@
|
||||
RelativePath=".\src\libdingaling.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\stun_parser.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
EXPORTS
|
||||
stun_random_string
|
||||
stun_packet_parse
|
||||
stun_value_to_name
|
||||
stun_packet_attribute_get_mapped_address
|
||||
stun_packet_attribute_get_username
|
||||
stun_packet_build_header
|
||||
stun_packet_attribute_add_username
|
||||
stun_packet_attribute_add_binded_address
|
||||
ldl_session_get_caller
|
||||
ldl_session_get_ip
|
||||
ldl_session_set_private
|
||||
|
||||
Reference in New Issue
Block a user