Julian wrote:
agent_read: line 487 ..

        if (recordagentcalls && f == &answer_frame)

(recordagentcalls is -1, I did check that).

recordagentcalls needs to be higher than zero for the expresion to evaluate to true.

the expression reads:
if recordagentcalls is true (ie, higher than zero) and f equals the reference to answer_frame

Hope that helps!

Even Kristoffersen

_______________________________________________
Asterisk-Dev mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to