Added option to log in as an agent with no phone using a nophone/8300 phone extension/dialplannumber entry

git-svn-id: svn://192.168.202.10@1131 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-05-29 11:56:09 +00:00
parent feee9b4254
commit 24ea44bd78
4 changed files with 20 additions and 6 deletions
@@ -70,7 +70,8 @@ email VARCHAR(100),
template_id VARCHAR(15) NOT NULL,
conf_override TEXT,
phone_context VARCHAR(20) default 'default',
index (server_ip)
index (server_ip),
unique index extenserver (extension, server_ip)
);
CREATE TABLE servers (