A SIP client.

0.0.1 2025-03-07 06:54 UTC

This package is auto-updated.

Last update: 2025-05-07 08:05:32 UTC


README

composer require freerkminnema/sip
$client = new \FreerkMinnema\Sip\Client([
    'host' => 'pbx.example.com',
    'username' => 'user',
    'password' => 'pass',
]);
$client->call('extension@pbx.example.com');

Once it starts the ringing, it won't cancel. You'll need to pick up the phone or wait for the time-out.