You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/patches/chan_sip_directrtp_14244.patch

12 lines
385 B

--- channels/chan_sip.c (revisión: 195447)
+++ channels/chan_sip.c (revisión: 195448)
@@ -18528,7 +18528,7 @@
return -1;
/* Disable early RTP bridge */
- if (chan->_state != AST_STATE_UP && !global_directrtpsetup) /* We are in early state */
+ if (!ast_bridged_channel(chan) && !global_directrtpsetup) /* We are in early state */
return 0;
ast_mutex_lock(&p->lock);