[asterisk-dev] Asterisk Manager API Command list with examples

Tom Szabo tom at intersoft.net.au
Mon Jul 26 19:20:32 CDT 2010


Hi All

 

I am looking for a source of the API commands preferably with examples.
I am building a little module to interface the Asterisk PBX  from a
custom program and I have successfully connected to the PBX, I can
initiate calls but I can see there are many more commands available and
I like to extend the interface.

 

Unfortunately I can't locate any descent source that has the additional
commands listed with some example. What I have achieved so far is based
on the examples from 

 

http://www.asterisk.org/astdocs/node205.html

 

Login - Log a user into the manager interface. 

   Action: Login
   Username: testuser
   Secret: testsecret

Originate - Originate a call from a channel to an extension. 

   Action: Originate
   Channel: sip/12345
   Exten: 1234
   Context: default

Originate - Originate a call from a channel to an extension without
waiting for call to complete. 

   Action: Originate
   Channel: sip/12345
   Exten: 1234
   Context: default
   Async: yes

 

This was very useful but this is all I have. Can anyone point me where
can I find the rest? 

 

TIA

 

Tom

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20100727/be9b7b5b/attachment.htm 


More information about the asterisk-dev mailing list