release 0.3.2

This commit is contained in:
Thomas Ries
2003-04-05 14:17:40 +00:00
parent c5fc06836a
commit d3c28ae5bc
11 changed files with 134 additions and 58 deletions

View File

@@ -165,6 +165,10 @@ int proxy_request (sip_t *request) {
/* if this is CANCEL/BYE request, stop RTP proxying */
if (MSG_IS_BYE(request) || MSG_IS_CANCEL(request)) {
#ifdef MODEDEBUG /*&&&&*/
INFO("stopping RTP proxy stream for: %s@%s",
msg_getcall_id(request)->number, msg_getcall_id(request)->host);
#endif
/* stop the RTP proxying stream */
rtp_stop_fwd(msg_getcall_id(request), 0);
}