mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix typo in extensions.ael sample
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| macro std-exten-ael( ext , dev ) { | ||||
|         Dial(${ext}/${dev},20); | ||||
|         switch(${DIALSTATUS) { | ||||
|         switch(${DIALSTATUS}) { | ||||
|         case BUSY: | ||||
|                 Voicemail(b${ext}); | ||||
|                 break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user