Fix typo in chan_sip. (Bug #4376).

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Josh Roberson 21 years ago
parent 2df83a9298
commit 70b3b8730e

@ -7605,7 +7605,7 @@ static int sip_notify(int fd, int argc, char *argv[])
if (create_addr(p, argv[i])) {
/* Maybe they're not registered, etc. */
sip_destroy(p);
ast_cli(fd, "Could not create address fo '%s'\n", argv[i]);
ast_cli(fd, "Could not create address for '%s'\n", argv[i]);
continue;
}

Loading…
Cancel
Save