<!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><param name="max-sessions" value="53"/>. <br>...<br><br>It works great but when it rejects a call it returns error code 503. I would like it to return code 486. I was able to accomplish this by changing sofia.c. It works but it seems like there is probably a better way. Is there a config setting or dial plan setting I should use instead?<br><br>Thanks in advance<br><br></div></body></html>