Displaying 1 result from an estimated 1 matches for "way4".
Did you mean:
way
2005 Oct 05
0
Unwieldy outbound macro
I have the following pair of macros defined to handle outbound calls from *.
Rather than specifying full dialstrings in the main body of extensions.conf,
outbound dial commands are made using a macro call as follows:
Macro
(outbound,number_to_dial,callerid_to_present,gateway1,gateway2,gateway3,gate
way4)
The final gateway defined is nearly always a fallback to PSTN if none of the
IAX or SIP gateways are working.
The problem is, its an incredibly unwieldy macro that's horrible to edit if
I want to add a new gateway to the thing. Looking through the documentation
for macro programming, I could...