Re: [Asterisk-Users] 1.2.0-beta2 and realtime sip

2005-11-01 Thread Walter Willis
thanks!!! ask. the fullcontact varchar(128) is added to # # Table structure for table `sip_buddies` # CREATE TABLE `sip_buddies` (  `id` int(11) NOT NULL auto_increment,  `name` varchar(80) NOT NULL default '',  `accountcode` varchar(20) default NULL,  `amaflags` varchar(7) default NU

[Asterisk-Users] 1.2.0-beta2 and realtime sip

2005-11-01 Thread Tod Detre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I ran into a problem with 1.2-beta2 with using realtime sip. It looks like chan_sip.c has a new field fullcontact. I just added this column to my database as a VARCHAR(128) and things seem to be working now. I just thought someone else might want to k