Close
 Brekeke Website | Bekeke SIP Server | Brekeke PBX   
Notification:  
v3.0.2 Professional
Login
Loading

Can Brekeke SIP Server work as Redirect Server?

Yes.

Syntax:
--------------------------------
[Matching Pattern:]
$request = ^INVITE
To = <dialed_SIP_uri>

[Deploy Pattern:]
$response = <Response_Code>
Contact = <new_SIP_uri>
--------------------------------


Example:
--------------------------------
[Matching Pattern:]
$request = ^INVITE
To = sip:1234@

[Deploy Pattern:]
$response = 302
Contact = sip:5678@1.2.3.4
--------------------------------