Fix isimodem call forwarding.

This commit is contained in:
Pekka Pessi 2010-08-09 21:32:17 +03:00 committed by Denis Kenzior
parent 1d449943af
commit 1b1691f235
1 changed files with 2 additions and 3 deletions

View File

@ -426,9 +426,8 @@ static gboolean query_resp_cb(GIsiClient *client,
&ton, &norply, &number)) &ton, &norply, &number))
goto error; goto error;
list.status = status & (SS_GSM_ACTIVE /* As in 27.007 section 7.11 */
| SS_GSM_REGISTERED list.status = status & SS_GSM_ACTIVE;
| SS_GSM_PROVISIONED);
list.time = norply; list.time = norply;
list.phone_number.type = ton | 128; list.phone_number.type = ton | 128;
strncpy(list.phone_number.number, number, strncpy(list.phone_number.number, number,