mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Documentation: doc fixes across various parts of the code for ASTERISK issues 23061,23028,23046,23027
Fixes typos of "transfered" instead of "transferred" in various code. Fixes incorrect gosub param help text for app_queue. Fixes Asterisk man pages containing unquoted minus signs. Adds note about the "textsupport" option in sip.conf.sample. (issue ASTERISK-23061) (issue ASTERISK-23028) (issue ASTERISK-23046) (issue ASTERISK-23027) (closes issue ASTERISK-23061) (closes issue ASTERISK-23028) (closes issue ASTERISK-23046) (closes issue ASTERISK-23027) Reported by: Eugene, Jeremy Laine, Denis Pantsyrev Patches: transferred.patch uploaded by Jeremy Laine (license 6561) hyphen.patch uploaded by Jeremy Laine (license 6561) sip.conf.sample.patch uploaded by Eugene (license 6360) ........ Merged revisions 405791 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 405792 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 405829 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@405830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -244,7 +244,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| 				<para>Will run a macro on the calling party's channel once they are connected to a queue member.</para> | ||||
| 			</parameter> | ||||
| 			<parameter name="gosub"> | ||||
| 				<para>Will run a gosub on the calling party's channel once they are connected to a queue member.</para> | ||||
| 				<para>Will run a gosub on the called party's channel (the queue member) once the parties are connected.</para> | ||||
| 			</parameter> | ||||
| 			<parameter name="rule"> | ||||
| 				<para>Will cause the queue's defaultrule to be overridden by the rule specified.</para> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user