summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-07-16 18:49:26 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-07-16 18:49:26 +0000
commit6ba25dd3f2db1ceb8e71e5597bfd53bce00a418b (patch)
treeb4807400279e1fd847f1b5bdf0e34bf8c3c3ce2e /channels
parent97321122611f48e005df96fc65fab754e24a27a4 (diff)
Remove some dead code dealing with old bridging method.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 83c521d49..f38eea88d 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -4958,11 +4958,6 @@ static int sip_setoption(struct ast_channel *chan, int option, void *data, int d
res = ast_rtp_instance_set_write_format(p->rtp, (struct ast_format *) data);
}
break;
- case AST_OPTION_MAKE_COMPATIBLE:
- if (p->rtp) {
- res = ast_rtp_instance_make_compatible(chan, p->rtp, (struct ast_channel *) data);
- }
- break;
case AST_OPTION_DIGIT_DETECT:
if ((ast_test_flag(&p->flags[0], SIP_DTMF) == SIP_DTMF_INBAND) ||
(ast_test_flag(&p->flags[0], SIP_DTMF) == SIP_DTMF_AUTO)) {