From: Italo Rossi Date: Wed, 28 Jun 2017 19:43:16 +0000 (-0300) Subject: FS-10432 [mod_callcenter] Increase agent contact field up to 1024. X-Git-Tag: v1.8.0~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fef65b7c20df6ea3d5d2e7274dce114dbdc3782;p=thirdparty%2Ffreeswitch.git FS-10432 [mod_callcenter] Increase agent contact field up to 1024. --- diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.c b/src/mod/applications/mod_callcenter/mod_callcenter.c index 656af706eb..34b4a4dd06 100644 --- a/src/mod/applications/mod_callcenter/mod_callcenter.c +++ b/src/mod/applications/mod_callcenter/mod_callcenter.c @@ -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