mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-10432 [mod_callcenter] Increase agent contact field up to 1024.
This commit is contained in:
parent
d1dc22e24f
commit
3fef65b7c2
@ -205,7 +205,7 @@ static char agents_sql[] =
|
|||||||
" system VARCHAR(255),\n"
|
" system VARCHAR(255),\n"
|
||||||
" uuid VARCHAR(255),\n"
|
" uuid VARCHAR(255),\n"
|
||||||
" type VARCHAR(255),\n" /* Callback , Dial in...*/
|
" type VARCHAR(255),\n" /* Callback , Dial in...*/
|
||||||
" contact VARCHAR(255),\n"
|
" contact VARCHAR(1024),\n"
|
||||||
" status VARCHAR(255),\n"
|
" status VARCHAR(255),\n"
|
||||||
/*User Personal Status
|
/*User Personal Status
|
||||||
Available
|
Available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user