mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 17:57:22 +00:00
FS-10432 [mod_callcenter] Increase agent contact field up to 1024.
This commit is contained in:
parent
e444852e0f
commit
71b3ef44be
@ -203,7 +203,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user