Replace response code
With following property set in Brekeke SIP Server Admintool > [Configuration] > [Advanced] page, Brekeke SIP Server will send new defined response code instead of the respond code should be sent.
Syntax:
rescode.RESCODE = NEW_RESCODE
Example 1. : (Advanced Option)
rescode.404 = 486
With above setting, Brekeke SIP Server will send 486 busy when code 404 should be sent.
*Also the property can be used as a part of the deploy patterns in the dialplan rules
Example 2. : (Deploy pattern in the dialplan rule)
&rescode.404 = 486