Version 0.1.5 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2000-12-14 13:50:41 +00:00
parent fa5bb58d49
commit ce46416cb3
3 changed files with 24 additions and 13 deletions

View File

@@ -1893,7 +1893,7 @@ static struct ast_channel *iax_request(char *type, int format, void *data)
char *st;
struct ast_channel *c;
strncpy(s, (char *)data, sizeof(s));
strtok(s, ":");
strtok(s, "/");
strtok(s, "@");
st = strtok(NULL, "@");
if (!st)