Asterisk ari: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "== Overview == ARI(Asterisk REST Interface) 내용 정리.  == See also == * https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=29395573  category:asterisk")  | 
				|||
| Line 1: | Line 1: | ||
== Overview ==  | == Overview ==  | ||
ARI(Asterisk REST Interface) 내용 정리.  | ARI(Asterisk REST Interface) 내용 정리.  | ||
== Stasis ==  | |||
Stasis is a dialplan application in Asterisk. It is the mechanism  that Asterisk uses to hand control of a channel over from the dialplan - which is the traditional way in which channels are controlled - to ARI and the client. Generally, ARI application manipulate channels in the Stasis dialplan application, as well as other resources in Asterisk. Channels not in a Stasis application generally cannot be manipulated by ARI - the purpose of ARI, after all, is to build your own application, not manipulate an exisiting one.  | |||
== See also ==  | == See also ==  | ||
Revision as of 10:47, 13 November 2018
Overview
ARI(Asterisk REST Interface) 내용 정리.
Stasis
Stasis is a dialplan application in Asterisk. It is the mechanism that Asterisk uses to hand control of a channel over from the dialplan - which is the traditional way in which channels are controlled - to ARI and the client. Generally, ARI application manipulate channels in the Stasis dialplan application, as well as other resources in Asterisk. Channels not in a Stasis application generally cannot be manipulated by ARI - the purpose of ARI, after all, is to build your own application, not manipulate an exisiting one.