Configure Call-Labs with Yate

In order to configure Call-Labs with Yate, please follow the following guide:

1. EDIT ACCFILE.CONF

First edit your accfile.conf, the file can be found in /yate/conf.d/accfile.conf

You can edit this file using a command like “sudo vi /yate/conf.d/accfile.conf”

2. ADD SIP CONFIGURATION

Add the following at the end of the file:

[call-labs]
enabled=yes
protocol=sip
username=YOUR_ACCOUNT_NUMBER
description=Call-Labs SIP account
interval=600
authname=YOUR_ACCOUNT_NUMBER
password=YOUR_SIP_PASSWORD
domain=voip.call-labs.com

Replace YOUR_ACCOUNT_NUMBER and YOUR_SIP_PASSWORD, by the SIP account provided to you from Call-Labs.

3. RELOAD YATE

Remember to restart yate or reload it after editing the accfile.conf by typing either: “service yate restart”