php-sip icon indicating copy to clipboard operation
php-sip copied to clipboard

PHP SIP User Agent class

Results 7 php-sip issues
Sort by recently updated
recently updated
newest added

I cant auth to sip server, cause class PhpSip cant parse "nonce" in code we have line line `if (!preg_match('/^WWW-Authenticate: .* nonce="(.*)"/imU',$this->rx_msg, $m))` But I got this string in rx_msg...

Hello, @l7s . Is it possible to listen port all the time, so that after receiving invite, continue to receive invite? Thanks.

Hello, I always get The error message No final response in 10 seconds (I'm using Avaya IPO 10.1). If I register a softphone client on my PC then the INVITE...

Fixed the send() function - moved 407 and 401 checks to the end of the function, otherwise INVITE command doesn't work Also added public function getCode() which waits for a...

# Add comprehensive unit tests for PhpSIP class ## Summary This PR adds comprehensive unit tests for the PhpSIP class to ensure proper functionality and validate the PHP 8.4 compatibility...

# Implement regex pattern caching optimization for improved performance ## Summary This PR implements regex pattern caching to improve performance in SIP message parsing. The optimization adds a static caching...

# Refactor code for PHP 8.4 compatibility ## Summary Fixed the main PHP 8.4 compatibility issue by adding explicit nullable type declarations to method parameters that previously used implicit nullable...