<div dir="ltr">Hi All.  Is it possible to reject calls that are in G729?  Currently, I have this, but it is also rejecting G711, etc.:<div><br></div><div><div>        if (search_body("G729") )</div><div>        {</div><div>               send_reply("488","G729 Not Allowed");</div><div>               exit;</div><div>        }</div></div><div><br></div><div>Any help is greatly appreciated!</div><div><br></div><div>Thanks,</div><div>Alex</div></div>