mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-06 09:30:34 +01:00
Fix: voice, Dialling long number causes CalledPartyNumber overrun
This commit is contained in:
parent
d7868b289b
commit
2977240eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ struct codec_info {
|
|||
struct call_log_entry {
|
||||
struct list_head list;
|
||||
|
||||
char calling_num[20], called_num[20];
|
||||
char source[64], destination[64], used_line[64];
|
||||
char calling_num[256], called_num[256];
|
||||
char source[256], destination[256], used_line[256];
|
||||
char direction[16];
|
||||
char start_time[32];
|
||||
char duration[8];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue