Asterisk Manager API [PHP]

March 15, 2008 by Doug Leave a reply »

Asterisk LogoAgain with the PHP code! This time its a bit more exciting than a CakePHP component. If you’ve ever used Asterisk – an open source PBX – then you’ll know it comes with a manager interface which enables developers to send commands to the server to help administer the system and its connected peers and channels.

Visit the blog page for more info on the new PHP interface.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Google Bookmarks
  • BlinkList
  • DZone
  • Live
  • Ma.gnolia
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon

Related

Advertisement

6 Responses

  1. Audio Books says:

    I think Asterisk Manager API is not very stable, so far. Your thoughts on this?

  2. "PBX Issac" says:

    “Good post. I thought to let you know that ur website looks a bit messed up in the iCab 3 web browser.”

  3. Akhilesh Bisht says:

    can you please specify how can we call a asterisk method alike asterisk(reload or asterisk -r) from a PHP page as we do in the linux terminal

  4. Akhilesh Bisht says:

    i have carried out the task of calling “asterisk -r” from a php page but “reload” is not working a help would be acknowledged .
    Problem as such occurs:-
    No such command ‘dialplan’ (type ‘help’ for help) Verbosity is at least 21

  5. devttys says:

    Akhilesh,

    The correct command would be asterisk -rx “reload”

Leave a Reply