[Asterisk-Users] Bridge Calls with G()

2006-02-15 Thread Prakash Rao Kanthi
Hi Guys, This article was posted few days back. I thought i can get more info here. I am trying to bridge two outbound calls together. (have a program start a context, dial one party and then bridge another party) I thought that the G() flag in the dial application would work. I tried the

[Asterisk-Users] Asterisk CDRs

2005-09-15 Thread Prakash Rao Kanthi
Hi Group, I am trying to capture CDR records from Asterisk into PGSQL database. The problem is that the CDR information does not get populated until the call is hangup. Does anyone know if there is a way to get CDR info into database before call ends??? Thanks, Prakash

RE: [Asterisk-Users] Asterisk CDRs

2005-09-15 Thread Prakash Rao Kanthi
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prakash Rao Kanthi Sent: Thursday, September 15, 2005 3:27 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk CDRs Hi Group, I am trying to capture CDR records from Asterisk into PGSQL database

Re: [Asterisk-Users] Asterisk CDRs

2005-09-15 Thread Prakash Rao Kanthi
Never mind, i found a way to do this. There is an app called 'ResetCDR' which pushes the CDR info into database. Just call it with appropriate channel info and 'w' (second arg) for force insert whenever during the call processing in your dial-plan. Thanks anyway, Prakash From: Nathan