summaryrefslogtreecommitdiff
path: root/Protocols/SIP/strutils.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-01-30 06:05:24 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-01-30 06:05:24 +0000
commit579bf3eb524d1001d5d786d0207568b487b60ba2 (patch)
tree0e259b81ca25c56f6ffc1f5241e770abae5bab1c /Protocols/SIP/strutils.h
parente9d52596afd12795a9f5533cefc783343996d686 (diff)
sip:
+ Added info popups + Added SRTP option - Remove TCP connection for protocol (everybody seems to use UDP/TLS only) git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@219 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/strutils.h')
-rw-r--r--Protocols/SIP/strutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Protocols/SIP/strutils.h b/Protocols/SIP/strutils.h
index b534ac2..9a67362 100644
--- a/Protocols/SIP/strutils.h
+++ b/Protocols/SIP/strutils.h
@@ -196,5 +196,7 @@ static const pj_str_t pj_cstr(const char *s)
return str;
}
+#define TransportName(_T_) SipToTchar(pj_cstr(pjsip_transport_get_type_name(_T_))).get()
+
#endif // __STRUTILS_H__