Hi All. Is it possible to reject calls that are in G729? Currently, I have this, but it is also rejecting G711, etc.:
if (search_body("G729") )
{
send_reply("488","G729 Not Allowed");
exit;
}
Any help is greatly appreciated!
Thanks,
Alex
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
