arno72 / php-sip

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

fr_timer in PhpSIP.class.php #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
File: PhpSIP.class.php

@version    SVN: $Id: PhpSIP.class.php 24 2009-11-25 11:39:57Z level7systems $

Line: 779

$this->res_code = "No final response in fr_timer seconds.";

probably should look like:

$this->res_code = "No final response in ".$this->fr_timer." seconds.";

Original issue reported on code.google.com by elshan.k...@gmail.com on 29 Jan 2012 at 10:18