<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    <u>Call scenario:</u> call comes in with undesired codec only in
    SDP. (e.g. PCMA)<br>
    <br>
    In my sip profile I have:<br>
    inbound-bypass-media="true"<br>
    inbound-codec-negotiation="greedy"<br>
    inbound-codec-prefs="PCMU,G729"<br>
    <br>
    <u>What happens:</u> regardless of the codec in SDP, Freeswitch
    executes dialplan and sends the call to the B-leg.<br>
    <br>
    It also happens regardless of wether I use "late" or "early"
    negotiation<br>
    <br>
    <u>What I would like to see:</u><br>
    FS rejecting the call right away if SDP does not match
    inbound-codec-prefs. Should not even hit the dial-plan.<br>
    <br>
    Any clue on how to achieve this?<br>
    <br>
    Many thanks,<br>
    -Victor
  </body>
</html>