> > Channel: Zap/g2/DEST_NUMBER > > MaxRetries: 3 > > RetryTime: 60 > > WaitTime: 25 > > Application: Agi > > Data: outbound.agi|19 > > > > So far so good, the service is running ok, but THE PROBLEM is : > > when the call is not answered within 25 seconds then it is written in the > > cdr table (i forgot to mention i use pgsql cdr) - wich is ok, > > but when the call is answered - then NO line IS inserted into the cdr table. > > Do you ANSWER the call your AGI script? > And I assume you don't have an "EXEC NoCdr()" statement in your AGI...
Alternative: Don't use "Application: Agi", but use "Extension: xxx" instead and let that extension start your AGI script. Philipp _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
