« Back to VXML-API

"faxrelay-num-pages" in vXML or TCL

Combination View Flat View Tree View
Threads [ Previous | Next ]
When a fax completes, I see the radius record includes an AV pair for "faxrelay-num-pages" which contains an integer for the number of pages sent.
 
Is it possible to access this from TCL/VXML or have it appear in the T.38 mail message?
 
Is there some accessible variable/property like:
   com.cisco.faxrelay-num-pages
   com.cisco.fax.relay-num-pages
   com.cisco.fax.num-pages
 
Thanks,
Travis

Won't be able to access it from Tcl/VXML
But there is IOS command to save CDR file to flash or remote location for retrieving.
 
http://www.cisco.com/en/US/docs/ios/voice/cdr/developer/guide/cdrover.html
 
Thanks !