Hi! > Ineed to pass the "call duration" and " Bill Sec" after a successfull > call to an AGI script. Is there a way to do this ?
- check out "asterisk-addons" from CVS - enable the CFLAGS+=-DMYSQL_LOGUNIQUEID in the Makefile - catch the unique ID of the call and pass it along to your AGI script - let the AGI script look up the CDR record in mySQL/postgres and then do your processing as needed Not sure if also the csv version of the CDR records does include the unique id. Cheers, Philipp _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
