Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 20fe79f

Browse files
authored
Merge pull request #10 from DmitryMCN/addQueueReloadFunc
Добавил QueueReload для asm
2 parents ddbbee6 + 46ef64a commit 20fe79f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

phpagi-asmanager.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This software is released under the terms of the GNU Lesser General Public License v2.1
1313
* A copy of which is available from http://www.gnu.org/copyleft/lesser.html
14-
*
14+
*
1515
* We would be happy to list your phpagi based application on the phpagi
1616
* website. Drop me an Email if you'd like us to list your program.
1717
*
@@ -21,7 +21,7 @@
2121

2222

2323
/**
24-
* Written for PHP 4.3.4, should work with older PHP 4.x versions.
24+
* Written for PHP 4.3.4, should work with older PHP 4.x versions.
2525
* Please submit bug reports, patches, etc to https://github.com/welltime/phpagi
2626
*
2727
*/
@@ -658,6 +658,11 @@ function QueueRemove($queue, $interface)
658658
return $this->send_request('QueueRemove', array('Queue'=>$queue, 'Interface'=>$interface));
659659
}
660660

661+
function QueueReload()
662+
{
663+
return $this->send_request('QueueReload');
664+
}
665+
661666
/**
662667
* Queues
663668
*

0 commit comments

Comments
 (0)