dect
/
asterisk
Archived
13
0
Fork 0

Fix no call waiting caller ID

Clearing the callwaitcas flag in analog_call was causing the incoming D digit
to be ignored which triggers sending the caller ID.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@270836 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2010-06-16 16:45:07 +00:00
parent 0bc62baebc
commit 4594692f5a
1 changed files with 0 additions and 1 deletions

View File

@ -951,7 +951,6 @@ int analog_call(struct analog_pvt *p, struct ast_channel *ast, char *rdest, int
}
if (p->use_callerid) {
p->callwaitcas = 0;
p->cid.cid_name = p->lastcid_name;
p->cid.cid_num = p->lastcid_num;
}