Can a Cisco 7910 phone be used with Asterisk? I understand it needs to be setup with SCCP? I own a 7910 and would like to use it with my Asterisk system if possible. thanks in advance! Randy --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.721 / Virus Database: 477 - Release Date: 7/16/04
Randy MacKay wrote:> Can a Cisco 7910 phone be used with Asterisk? I understand it needs to be > setup with SCCP? I own a 7910 and would like to use it with my Asterisk > system if possible.The 7910 functions as a basic telephone using chan_skinny, which ships along with Asterisk. There is also another channel driver, called chan_sccp, that is available at http://chan-sccp.sourceforge.net/ chan_sccp has implemented more of the SCCP protocol, so some class 5 (hold, transfer, forward) features should work, whereas chan_skinny has never gotten that far. Report back your troubles and/or successes with which ever driver you decide to try. Jeremy McNamara
I am having some real problems with getting CDR records to go to a Postresql database. I think I have followed every post and instruction available and Asterisk still happily writes to a text file. Postresql is installed and working on a Redhat 9.0 box, the same one as Asterisk. I have created the CDR table in a database called Asterisk. Conf files etc are set. I even recompiled Asterisk. Any pointers would be greatly appreciated. Martin
Martin Keding wrote:> I am having some real problems with getting CDR records to go to a Postresql > database. I think I have followed every post and instruction available and > Asterisk still happily writes to a text file. Postresql is installed and > working on a Redhat 9.0 box, the same one as Asterisk. I have created the > CDR table in a database called Asterisk. Conf files etc are set. I even > recompiled Asterisk. Any pointers would be greatly appreciated.In file /var/lib/pgsql/data/pg_hba.conf uncomment the line: host all all 127.0.0.1 255.255.255.255 trust In file /var/lib/pgsql/data/postgresql.conf change line to: tcpip_socket = true Add -i to option in your /etc/init.d/postgresql export PGOPTS=-i Not sure if all that is needed, but it did get my FC2 linux 2.6.6 running. -- Bob Knight [-w] the work option bk@minusw.com 925-449-9163
Have you actually compiled the pgsql CDR module in to Asterisk? On Wed, 2004-07-28 at 09:43, Martin Keding wrote:> I am having some real problems with getting CDR records to go to a Postresql > database. I think I have followed every post and instruction available and > Asterisk still happily writes to a text file. Postresql is installed and > working on a Redhat 9.0 box, the same one as Asterisk. I have created the > CDR table in a database called Asterisk. Conf files etc are set. I even > recompiled Asterisk. Any pointers would be greatly appreciated. > > Martin > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Stephen Darragh Technical Director Informed Technology Ph: +61 8 9380 4244 Fax: +61 8 9380 4354
I installed Postresql and then recompiled Asterisk. I understood that Asterisk would see Postresql on the recompile and add it. Is there a way of checking? Martin -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Stephen R. Darragh Sent: Tuesday, July 27, 2004 10:54 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] HELP! With Postresql Have you actually compiled the pgsql CDR module in to Asterisk? On Wed, 2004-07-28 at 09:43, Martin Keding wrote:> I am having some real problems with getting CDR records to go to a > Postresql database. I think I have followed every post and instruction > available and Asterisk still happily writes to a text file. Postresql > is installed and working on a Redhat 9.0 box, the same one as > Asterisk. I have created the CDR table in a database called Asterisk. > Conf files etc are set. I even recompiled Asterisk. Any pointers would > be greatly appreciated. > > Martin > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Stephen Darragh Technical Director Informed Technology Ph: +61 8 9380 4244 Fax: +61 8 9380 4354 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
> Subject: [Asterisk-Users] HELP! With Postresql > > > I am having some real problems with getting CDR records to go to > a Postresql > database. I think I have followed every post and instruction available and > Asterisk still happily writes to a text file. Postresql is installed and > working on a Redhat 9.0 box, the same one as Asterisk. I have created the > CDR table in a database called Asterisk. Conf files etc are set. I even > recompiled Asterisk. Any pointers would be greatly appreciated. > > MartinCould you provide any details to your configuration and details on the errors that you see? It is a little hard to intuit from a blank page ;) dboyd(at)fullmoonsoft.com