Skip to content

Commit

Permalink
Create 0001-mod-loopback-attxfer.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Feb 6, 2018
1 parent cba54b4 commit 7230947
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 0001-mod-loopback-attxfer.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/src/mod/endpoints/mod_loopback/mod_loopback.c b/src/mod/endpoints/mod_loopback/mod_loopback.c
index e22ec9c..af9426b 100644
--- a/src/mod/endpoints/mod_loopback/mod_loopback.c
+++ b/src/mod/endpoints/mod_loopback/mod_loopback.c
@@ -699,9 +699,11 @@

*frame = NULL;

+ /*
if (!switch_channel_ready(channel)) {
goto end;
}
+ */

switch_core_timer_next(&tech_pvt->timer);

0 comments on commit 7230947

Please sign in to comment.