dect
/
asterisk
Archived
13
0
Fork 0

chan_dect: adapt to upstream caller ID changes

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-07-25 17:18:33 +02:00
parent 1986d9de4d
commit 4a304f17f9
1 changed files with 2 additions and 2 deletions

View File

@ -401,8 +401,8 @@ static int dect_call(struct ast_channel *chan, char *dest, int timeout)
struct dect_ie_basic_service service;
/* Store CallerID for ALERTING state */
ast_string_field_set(pvt, cid_num, chan->cid.cid_num);
ast_string_field_set(pvt, cid_name, chan->cid.cid_name);
ast_string_field_set(pvt, cid_num, chan->caller.id.number.str);
ast_string_field_set(pvt, cid_name, chan->caller.id.name.str);
dect_ie_init(&service);
service.class = DECT_CALL_CLASS_NORMAL;