git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9087 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-18 16:17:45 +00:00
parent c3daad0144
commit 974fc5ad7e
1 changed files with 1 additions and 1 deletions

View File

@ -2106,7 +2106,7 @@ static switch_status_t voicemail_inject(const char *data)
}
if (switch_stristr("tag=", user)) {
user += 3;
user += 4;
istag++;
} else if (user == domain) {
isall++;