Actions

Routing Script Tutorial: Terminating Calls: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 May 2024

3 April 2024

29 March 2024

  • curprev 14:4014:40, 29 March 2024Allyntree talk contribs 6,088 bytes +6,088 Created page with "{{DISPLAYTITLE:Terminating Calls}} ==Introduction== In release 2.8, it is now possible to terminate a call through the routing scripts. The reason code must be specified in <code>params[:bridge][:reason]</code>. The <code>:terminate</code> hash must be created and copied into <code>params</code>: terminate = {} params[:terminate] = terminate The following fields can then be set in <code>:terminate</code>: * <code>:sip_header</code> * <code>:co..."