[OpenSIPS-Users] Is it possible to avoid calls to a determined UA, by means of the opensips.cfg file?
Max Mühlbronner
mm at 42com.com
Thu Aug 6 09:39:13 CEST 2015
Hi,
without any additional modules, something like this works out of the box:
if ($rU=="username_of_forbidden_phone") {
t_reply("486", "Busy Here");
exit;
}
Just add this in the correct route block in your config, where the call
is going to user location / registered clients and it will block all
calls before they are sent to the client.
Best Regards
Max M.
On 05.08.2015 21:51, Rodrigo Pimenta Carvalho wrote:
>
> Hi.
>
>
> In a network there are OpenSIPS (acting as SIP server) and several
> softphones registered on it.
>
>
> One of the softphones is forbidden to receive calls. So, if one tries
> to call such softphone, the call will not be completed and a (busy
> here) answer should be sent to the caller.
>
> Can OpenSIPS provide such kind of automatic answer, can´t it?
>
>
> What OpenSIPS module does help me to implement this idea? Is the
> module about dialogs ?
>
>
> Thanks!
>
>
>
> RODRIGO PIMENTA CARVALHO
> Inatel Competence Center
> Software
> Ph: +55 35 3471 9200 RAMAL 979
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150806/0882952d/attachment.htm>
More information about the Users
mailing list