mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
fix minor typos in descrip. Bug#635
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,7 +46,7 @@ static char *descrip =
|
|||||||
"Requests one or more channels and places specified outgoing calls on them.\n"
|
"Requests one or more channels and places specified outgoing calls on them.\n"
|
||||||
"As soon as a channel answers, the Dial app will answer the originating\n"
|
"As soon as a channel answers, the Dial app will answer the originating\n"
|
||||||
"channel (if it needs to be answered) and will bridge a call with the channel\n"
|
"channel (if it needs to be answered) and will bridge a call with the channel\n"
|
||||||
"which first answered. All other calls placed by the Dial app will be hunp up\n"
|
"which first answered. All other calls placed by the Dial app will be hung up\n"
|
||||||
"If a timeout is not specified, the Dial application will wait indefinitely\n"
|
"If a timeout is not specified, the Dial application will wait indefinitely\n"
|
||||||
"until either one of the called channels answers, the user hangs up, or all\n"
|
"until either one of the called channels answers, the user hangs up, or all\n"
|
||||||
"channels return busy or error. In general, the dialler will return 0 if it\n"
|
"channels return busy or error. In general, the dialler will return 0 if it\n"
|
||||||
@@ -542,8 +542,8 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
|||||||
}
|
}
|
||||||
/* Check for ALERT_INFO in the SetVar list. This is for */
|
/* Check for ALERT_INFO in the SetVar list. This is for */
|
||||||
/* SIP distinctive ring as per the RFC. For Cisco 7960s, */
|
/* SIP distinctive ring as per the RFC. For Cisco 7960s, */
|
||||||
/* SetVar(ALERT_INFO=<x>) where x is an integer. However, */
|
/* SetVar(ALERT_INFO=<x>) where x is an integer value 1-5. */
|
||||||
/* the RFC says it should be a URL. -- km- */
|
/* However, the RFC says it should be a URL. -km- */
|
||||||
|
|
||||||
if (strcasecmp(tech,"SIP")==0)
|
if (strcasecmp(tech,"SIP")==0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user