[Asterisk-Dev] Agents in realtime
José Pablo Ezequiel Fernández
pablo.fernandez at reliable.com.ar
Fri Sep 9 12:37:08 MST 2005
I have just submited my first patch for Agents in realtime.
This is my first incursion into Asterisk's source code, so, I might have done
some wrong things, so, could you please take a look at it, test it if
possible, and give me whatever feedback you can ?
http://bugs.digium.com/view.php?id=5143
BTW: the structure for the table is:
CREATE TABLE `agents` (
`id` bigint(20) unsigned NOT NULL auto_increment,
`user` varchar(80) NOT NULL default '',
`pass` varchar(80) NOT NULL default '',
`name` varchar(80) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `user` (`user`)
)
Thanks.
--
José Pablo Ezequiel Fernández
More information about the asterisk-dev
mailing list