odannyc / php-sip

A PHP library to have SIP options. OPTIONS/INVITE/REGISTER
1 stars 0 forks source link

fr_timer in PhpSIP.class.php #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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