Difference between revisions of "VoIP Cookbook: Predefined Extension Names"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (New page: An extension can be a series of numbers or a pattern. Extension can be a series of number, like 123, and may also contain some standard symbols * and #, which are available on the phone ke...)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 1: | Line 1: | ||
| − | + | Asterisk defines a number of extension names for specific needs. These extensions are:   | |
| − | + |  i	: Invalid   | |
| + |  s	: Start   | ||
| + |  h	: Hangup   | ||
| + |  t	: Timeout   | ||
| + |  T	: AbsoluteTimeout   | ||
| + |  o	: Operator   | ||
| + | |||
| + | and many more.    | ||
==See Also==  | ==See Also==  | ||
Latest revision as of 14:29, 9 March 2010
Asterisk defines a number of extension names for specific needs. These extensions are:
i : Invalid s : Start h : Hangup t : Timeout T : AbsoluteTimeout o : Operator
and many more.