Errores solucionados

This commit is contained in:
Juan Ferrer Toribio 2016-12-12 14:03:28 +01:00
parent 7456bda3ff
commit 2ebd9a6457
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ class Agi
while (!feof (STDIN))
{
$agivar = trim (fgets (STDIN, 4096));
if ($agivar === '')
break;
$agivar = explode (':', $agivar);
if (count($agivar) == 2)

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-asterisk (1.009-deb7) stable; urgency=low
vn-asterisk (1.010-deb7) stable; urgency=low
* Initial Release.