Does Brekeke PBX support video call?
Brekeke PBX doesn't support video calls but you can make a video call between clients with the following DialPlan rule.--------------------------------If a caller dials a number with the prefix "9", the call will be forwarded to a video client directly.
[Matching Patterns:]
$request = ^INVITE
To = sip:9(.+)@
[Deploy Patterns:]
To = sip:%1@
--------------------------------
For example, if the video client's number is "12345", please dial "912345".

