Hi All, I am a new user of Asterisk. I have compiled and instaled asterisk-0.5.0. I have also added a set of new dial plans along with some new users in my extension.conf file.I have also edited sip.conf file.My intention was,to run asterisk as a IVR and billing server.I am also using VOCAL software and Mediatrix 1204 switches in my network setup.VOCAL server is redirecting the call to the respective switches, and switches are transfering the call to PSTN. My network setup is as follow: pstn-->switch-->Asterisk-->VOCAL server-->switch-->pstn I have got sucess to receive the IVR from asterisk, user agent verification through asterisk is going perfectly allright. I have also created a Mysql database according to asterisk instruction,and got success to view the data regarding each call which I have made from Mysql database. But I am facing some problem with Client Id fields in Mysql database. The Client Id is still fillup by the default port no of the switch, by which call is entering to the asterisk system. I want to create a seperate Client Id database and also want to fill Client Id field to Cdr Mysql database from that Client Id database during User authentication. Please give me suggessions to acheive this goal. regards, Kaushik _________________________________________________________________ Enjoy shopping online? Get this e credit card. http://server1.msn.co.in/features/amex/ It cuts cost & adds value!
Hi, im using asterisk for a voip (sip) solution, so i dont have any zap/e1/t1 card and works great, but..., i have customers complaining that the cdr begins the accounting of the call just when the phone is ringing and not after the user have picked up the phone, i have verified this, is this normal or expected? How can i change this?, the switch guys are telling me that it must be a "B answer" config somewhere but i coudnt find it in sip.conf, the customers are paying us lots of second of "connection time" and they are not very happy with this, thanks Miguel Miranda
you need to look at "billsec" and not "duration" in the cdr. -Matthew ----- Original Message ----- From: <mmiranda@americatel.com.sv> To: <asterisk-users@lists.digium.com> Sent: Thursday, January 13, 2005 10:28 AM Subject: [Asterisk-Users] Asterisk CDR> Hi, im using asterisk for a voip (sip) solution, so i dont have any > zap/e1/t1 card and works great, but..., i have customers complaining that > the cdr begins the accounting of the call just when the phone is ringingand> not after the user have picked up the phone, i have verified this, is this > normal or expected? > How can i change this?, the switch guys are telling me that it must be a"B> answer" config somewhere but i coudnt find it in sip.conf, the customersare> paying us lots of second of "connection time" and they are not very happy > with this, > thanks > Miguel Miranda > _______________________________________________ > 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
thanks Matthew, that is correct, by -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Matthew Boehm Sent: Thursday, January 13, 2005 11:11 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk CDR you need to look at "billsec" and not "duration" in the cdr. -Matthew ----- Original Message ----- From: <mmiranda@americatel.com.sv> To: <asterisk-users@lists.digium.com> Sent: Thursday, January 13, 2005 10:28 AM Subject: [Asterisk-Users] Asterisk CDR> Hi, im using asterisk for a voip (sip) solution, so i dont have any > zap/e1/t1 card and works great, but..., i have customers complaining that > the cdr begins the accounting of the call just when the phone is ringingand> not after the user have picked up the phone, i have verified this, is this > normal or expected? > How can i change this?, the switch guys are telling me that it must be a"B> answer" config somewhere but i coudnt find it in sip.conf, the customersare> paying us lots of second of "connection time" and they are not very happy > with this, > thanks > Miguel Miranda > _______________________________________________ > 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_______________________________________________ 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
Where does asterisk store the CDR information by default, just after a fresh instalation.
cat asterisk.conf [directories] astetcdir => /etc/asterisk astmoddir => /usr/lib/asterisk/modules astvarlibdir => /var/lib/asterisk astagidir => /var/lib/asterisk/agi-bin astspooldir => /var/spool/asterisk astrundir => /var/run astlogdir => /var/log/asterisk <<<<<<<<<<<<<<< On Oct 29, 2005, at 12:45 AM, Kanishka Somaratne wrote:> Where does asterisk store the CDR information by default, just > after a fresh instalation. > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 >