gonicus / gofaxip

GOfax.IP - T.38 / Fax Over IP backend for HylaFAX using FreeSWITCH
GNU General Public License v2.0
123 stars 43 forks source link

Add ability to override dialstring variables for destinations using mod_db entries #49

Closed markuslindenberg closed 4 years ago

markuslindenberg commented 4 years ago

To help debugging transmissions to certain destinations, dialstring variables that should be applied only to faxes for the given destination can be added to FreeSWITCH's db:

db insert/override-4711/fax_verbose/true

Realm must be a string starting with override- and the exact destination number.

denzs commented 4 years ago

Tested successfully