Hi guys,
 
I able the control of simultaneous users with the function [max_contacts], but whenever the user is blocked the softphone (X-lite) show the following message: [Registration error: 503 - Service Unavailable].
 
I tried to adapt the message conform code below, but not resolve:
 
        if (t_check_status("503")) {
                sl_send_reply("503","my new reply");
                exit;
        }
 
Any sugestion ?
 
Regards
Jeferson