This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 fix IPv6 XMLRPC callbacks
Address must be printed with [] if it's IPv6 Change-Id: I238a774c5fc2b9957b29a325f2c00eb02d840a4b
rfuchs/fixes
Richard Fuchs
1 year ago
parent
1d18f4a0bf
commit
2acf5a6f85
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/call.c
+ 1
- 1
daemon/call.c
View File
@ -474,7 +474,7 @@ void kill_calls_timer(GSList *list, const char *url) {
if
(
url_prefix
)
{
snprintf
(
url_buf
,
sizeof
(
url_buf
)
,
"
%s%s%s
"
,
url_prefix
,
sockaddr_print_buf
(
cb_addr
)
,
url_prefix
,
sockaddr_print_
p_
buf
(
cb_addr
)
,
url_suffix
)
;
}
else
Write
Preview
Loading…
Cancel
Save