[Home]

Summary:ASTERISK-08723: app_dial dosn't set DIALSTATUS if technology is missed.
Reporter:Sergey Okhapkin (sokhapkin)Labels:
Date Opened:2007-02-03 09:07:00.000-0600Date Closed:2007-06-30 09:19:57
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Dial(123) (typo instead of Dial(SIP/123)) prints a warning message "Dial argument takes format (technology/[device:]number1)" and exits leaving "status" variable uninitialized. Need to set it to "CHANUNAVAIL" or something like this.
Comments:By: Russell Bryant (russell) 2007-02-03 14:47:13.000-0600

This has been fixed in 1.2, 1.4, and trunk in revisions 53133, 53136, and 53137.  It will now exit with "INVALIDARGS".  Thanks!