doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9087 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c3daad0144
commit
974fc5ad7e
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue