<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>I limited the number of sessions accepted by my server by setting max-sessions:<br>switch.conf.xml: <br>...<br>&lt;param name="max-sessions" value="53"/&gt;.&nbsp; <br>...<br><br>It works great but when it rejects a call it returns error code 503.&nbsp; I would like it to return code 486.&nbsp; I was able to accomplish this by changing sofia.c.&nbsp; It works but it seems like there is probably a better way.&nbsp; Is there a config setting or dial plan setting I should use instead?<br><br>Thanks in advance<br><br></div></body></html>