FS-10432 [mod_callcenter] Increase agent contact field up to 1024.

This commit is contained in:
Italo Rossi 2017-06-28 16:43:16 -03:00
parent d1dc22e24f
commit 3fef65b7c2
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ static char agents_sql[] =
" system VARCHAR(255),\n"
" uuid VARCHAR(255),\n"
" type VARCHAR(255),\n" /* Callback , Dial in...*/
" contact VARCHAR(255),\n"
" contact VARCHAR(1024),\n"
" status VARCHAR(255),\n"
/*User Personal Status
Available