dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 139621 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r139621 | jpeeler | 2008-08-22 16:36:13 -0500 (Fri, 22 Aug 2008) | 5 lines

(closes issue #13359)
Reported by: Laureano
Patches:
      originate_channel_check.patch uploaded by Laureano (license 265)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@139624 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2008-08-22 21:57:32 +00:00
parent 898a8cfc47
commit 3672d01e0e
1 changed files with 1 additions and 1 deletions

View File

@ -2337,7 +2337,7 @@ static int action_originate(struct mansession *s, const struct message *m)
int format = AST_FORMAT_SLINEAR;
pthread_t th;
if (!name) {
if (!ast_strlen_zero(name)) {
astman_send_error(s, m, "Channel not specified");
return 0;
}