release 0.3.2
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user