Check your SDP and if G729 is present, rewrite your sdp without g729.

2018-08-27 20:45 GMT+02:00 Alexander Perkins <
[email protected]>:

> 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
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to