freerkminnema / sip
A SIP client.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/freerkminnema/sip
Requires
- php: ^8.1
Requires (Dev)
- laravel/pint: ^1.21
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.