maitrenem / php-sip

Automatically exported from code.google.com/p/php-sip
0 stars 0 forks source link

Reporting two bugs #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.PhpSip.Class.php, line 334 and 462:
We should use rewind($fp) to redirect the pointer back to the beginning of the 
file after we use ftruncate($fp, 0) to clear the data in $fp. Otherwise the 
pointer will be out of control.
2.PhpSip.Class.php, line 1205:
In the matching patern for nonce, there should be no space before "nonce" for a 
standard SIP auth Request of Response.

What version of the product are you using? On what operating system?
I'm using the latest version 0.3.2 on Windows XP.

Please provide any additional information below.
Another question, when do you plan to realize the feature of receiving SIP 
request by this simple agent(listening to SIP request from Server)?

Original issue reported on code.google.com by jeremyzh...@gmail.com on 15 Jun 2010 at 3:05

GoogleCodeExporter commented 8 years ago
Hi
 I'm using windows 7 

this is error that i get when i make a call
Trying call from sip:mingakuminga78@opensips.org to mingakuminga78@opensips.org 
...
  --> INVITE sip:mingakuminga78@opensips.org SIP/2.0
No final response in 7 seconds.  
please help

Original comment by mingakum...@gmail.com on 19 May 2014 at 7:15