<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/phpagi/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phpagi/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 15 May 2019 10:38:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpagi/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>How to use $agi-&gt;get_data with multiple audio files</title><link>https://sourceforge.net/p/phpagi/bugs/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In Playback, Background, Read we can combine audio files with &amp;amp;, like file1&amp;amp;file2.&lt;br/&gt;
In PHPAgi instead of Read, I use $agi-&amp;gt;get_data, but its look like accept only one file!&lt;/p&gt;
&lt;p&gt;I also tried to play audio with Background before calling get_data:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$multipleAudioPath = 'file1&amp;amp;file2';
$agi-&amp;gt;exec('Background', $multipleAudioPath);
$rawInput = $agi-&amp;gt;get_data('blankAudioFile', $timeout, $digits);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;But first character goes for breaking Background audio and didn't catch in get_data.&lt;/p&gt;
&lt;p&gt;What can I do? Can I do it alone with  $agi-&amp;gt;get_data ? Or is there any other solution ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mehrshad Teimouri</dc:creator><pubDate>Wed, 15 May 2019 10:38:08 -0000</pubDate><guid>https://sourceforge.net426324e6a6432cb84993c8e66c786d5026e7c9d6</guid></item><item><title>Problem on asterisk 13 with DIALSTATUS</title><link>https://sourceforge.net/p/phpagi/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
i was setup a new Rasperry Pi 3 Plus with Stretch, php7 and Asterisk 13 via apt-get&lt;/p&gt;
&lt;p&gt;so i have a problem  with that &lt;/p&gt;
&lt;p&gt;$agi-&amp;gt;get_variable('DIALSTATUS');&lt;/p&gt;
&lt;p&gt;i got  a no usefull data  &lt;/p&gt;
&lt;p&gt;some like this with print_r&lt;/p&gt;
&lt;p&gt;Array(&lt;span&gt;[code]&lt;/span&gt; =&amp;gt; 200,&lt;span&gt;[result]&lt;/span&gt; =&amp;gt; 1,&lt;span&gt;[data]&lt;/span&gt; =&amp;gt;)&lt;/p&gt;
&lt;p&gt;is there is fix for that or is phpagi for Asterisk 13 obsolet in some Funktions?&lt;/p&gt;
&lt;p&gt;Will be nice to get help...&lt;/p&gt;
&lt;p&gt;Greetings&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Reiner Zufall</dc:creator><pubDate>Sat, 09 Jun 2018 18:50:24 -0000</pubDate><guid>https://sourceforge.netd0d5ccdd6cb24c3089d5cee2b3623da31d64d346</guid></item><item><title>#26 Not able to get the Dialstatus</title><link>https://sourceforge.net/p/phpagi/bugs/26/?limit=25#89cd</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi does somemone replys or was that an environment Problem?&lt;br/&gt;
Did You fix the Problem ???&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Reiner Zufall</dc:creator><pubDate>Sat, 09 Jun 2018 18:42:50 -0000</pubDate><guid>https://sourceforge.net7d78ad3bfd0cb6712e47a09198c9f3ada6cb1d4b</guid></item><item><title>Not able to get the Dialstatus</title><link>https://sourceforge.net/p/phpagi/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
I am using phpagi2.0 with Asterisk 13 but whenever Trying to get the dialstatus after dialing some sip number it gives me null value some times which seems wiered and I can not correct the problem.&lt;/p&gt;
&lt;p&gt;Please do let me know if there is a bug in get_variable method for asterisk 13.I am using following syntax:&lt;/p&gt;
&lt;p&gt;$agi-&amp;gt;get_variable('DIALSTATUS');&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adesh Pandey</dc:creator><pubDate>Tue, 08 Mar 2016 12:58:06 -0000</pubDate><guid>https://sourceforge.net4aee76dd0d45458534c6e0820e00b31030bc5484</guid></item><item><title>DIALSTATUS returning result as -1 and data field empty</title><link>https://sourceforge.net/p/phpagi/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Problem Description:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;$&lt;/span&gt;&lt;span class="nv"&gt;agi&lt;/span&gt;&lt;span class="x"&gt;-&amp;gt;get_variable("DIALSTATUS");&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;return result as -1 and data field empty.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;Array([code] =&amp;gt; 200,[result] =&amp;gt; -1,[data] =&amp;gt;)
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;and it is occasional. Most of the time it gives correct result.&lt;br/&gt;
Please help me to find a solution for this problem&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Configuration&lt;/strong&gt;&lt;br/&gt;
PHP version PHP 5.3.28 (cli) &lt;br/&gt;
PHPAGI version 2.20&lt;br/&gt;
Asterisk version 13.0.1&lt;br/&gt;
Operating system Red Hat 4.4.7-4&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Debojit Kakoti</dc:creator><pubDate>Thu, 15 Oct 2015 12:00:18 -0000</pubDate><guid>https://sourceforge.netac972d8987c75a26366389c4ba03cc1abae0c0aa</guid></item><item><title>Missing "queue_status.php" file</title><link>https://sourceforge.net/p/phpagi/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The "queue_status.php" file is missing in the package. As the file "pbx_dash.php" is using "queue_status.php".&lt;/p&gt;
&lt;p&gt;Please let me know when this is updated.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;christian Lombardo&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">clombardo</dc:creator><pubDate>Mon, 02 Dec 2013 21:49:42 -0000</pubDate><guid>https://sourceforge.net1261419d63f3034d8e6b54277147085204361d4f</guid></item><item><title>new_AsteriskManager: failure when accessing a private member</title><link>https://sourceforge.net/p/phpagi/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the following function fails because pagi is private.&lt;br /&gt;
to my opinion we need to change it to public or add a setter.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="kr"&gt;function&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&lt;/span&gt;new_AsteriskManager&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;asm &lt;span class="o"&gt;=&lt;/span&gt; new AGI_AsteriskManager&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kc"&gt;NULL&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;config&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;asm&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;pagi &lt;span class="o"&gt;=&amp;amp;&lt;/span&gt; &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="p"&gt;;&lt;/span&gt;  &lt;span class="o"&gt;//&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;--&lt;/span&gt; problem here 
    &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;config &lt;span class="o"&gt;=&amp;amp;&lt;/span&gt; &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;asm&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;config&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="kr"&gt;return&lt;/span&gt; &lt;span class="o"&gt;$&lt;/span&gt;this&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;asm&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raphael Quivel</dc:creator><pubDate>Mon, 18 Nov 2013 21:41:51 -0000</pubDate><guid>https://sourceforge.net04c3d4be78650deaaccf3eea77ff517932d59853</guid></item><item><title>exec with a space in one of the $options</title><link>https://sourceforge.net/p/phpagi/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To work correctly with an argument that include a space.&lt;br /&gt;
To my opinion the exec function should look like this&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nx"&gt;exec&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;$application&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;$options&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="k"&gt;if&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;is_array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;$options&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="nx"&gt;$options&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;join&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;','&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;$options&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;$this&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="nx"&gt;evaluate&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;EXEC $application \&amp;quot;$options\&amp;quot;&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raphael Quivel</dc:creator><pubDate>Mon, 18 Nov 2013 21:36:46 -0000</pubDate><guid>https://sourceforge.net660135de748c5ab8df4205f950e38cc853db0874</guid></item><item><title>get_fullvariable wrong</title><link>https://sourceforge.net/p/phpagi/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The AGI syntax for get_fullvariable is wrong, it currently is &lt;br /&gt;
GET VARIABLE FULL xx&lt;/p&gt;
&lt;p&gt;while it should be&lt;/p&gt;
&lt;p&gt;GET FULL VARIABLE&lt;/p&gt;
&lt;p&gt;Easy fix on line 454 of phpagi.php&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mayco</dc:creator><pubDate>Thu, 24 Mar 2011 10:34:36 -0000</pubDate><guid>https://sourceforge.netd1a5b0ab170cd181663f6b3e8bb34c4e24575f1f</guid></item><item><title>The delimiter '|' is still hardcoded in phpagi.php</title><link>https://sourceforge.net/p/phpagi/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The delimiter '|' is still hardcoded in phpagi.php&lt;br /&gt;
This should be replaced with $this-&amp;gt;option_delim&lt;/p&gt;
&lt;p&gt;See attached patch.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Makoto Dei</dc:creator><pubDate>Mon, 27 Dec 2010 01:44:35 -0000</pubDate><guid>https://sourceforge.netcf21f2f26235d529642f560355113bea61233e69</guid></item></channel></rss>