Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: mod_spandsp
-
Labels:None
-
Platform:Linux x86/gcc
-
FreeSWITCH GIT Revision:f35a68141e59aa525b6633bf64e13199c14757fd
-
Reproduced with GIT HEAD?:yes
Description
The spandsp::rxfaxresult and spandsp::txfaxresult events on mod_spandsp fired off in mod_spandsp_fax.c did not send all variables that are also set on the channel when the app finishes executing.
This patch adds those (fax-ecm-requested, fax-v17-disabled, fax-ecm-used and fax-filename) plus Unique-ID, Caller-ANI and Caller-RDNIS to aid in processing when using these events for event_socket connections. I also changed a log printing line that is the ONLY line not being prefixed with the channel UUID, so I changed that to make them uniform.
Thanks Math, bkw_ and
This patch adds those (fax-ecm-requested, fax-v17-disabled, fax-ecm-used and fax-filename) plus Unique-ID, Caller-ANI and Caller-RDNIS to aid in processing when using these events for event_socket connections. I also changed a log printing line that is the ONLY line not being prefixed with the channel UUID, so I changed that to make them uniform.
Thanks Math, bkw_ and