mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user