diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 27932d4d4d..6ff15bcacb 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -4449,8 +4449,10 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc c = p->owner; if (c) { transfer_to = c->bridge; - if (transfer_to) + if (transfer_to) { + ast_moh_stop(transfer_to); ast_async_goto(transfer_to,p->context, p->refer_to,1, 1); + } } } /* Always increment on a BYE */