Parameter | Type | Description |
---|---|---|
legs | — | Valid values are aleg , bleg , or both . aleg transfers call_uuid . bleg transfers the bridged leg of call_uuid . both transfers both legs. |
aleg_url | — | The URL to fetch XML from for the A leg. This argument needs to be specified if the legs parameter is either aleg or both . Callback-retry configurable |
aleg_method | — | The HTTP verb to invoke the aleg_url . Defaults to POST . |
bleg_url | — | The URL to fetch XML from for the B leg. This needs to be specified if the legs parameter is either bleg or both . Callback-retry configurable |
bleg_method | — | The HTTP verb to invoke the bleg_url . Defaults to POST . |