originating_leg_uuid
Created by Ryan Harris, last modified on 2018.02.07
originating_leg_uuid
string Shows the UUID of the originating leg on an outbound channel.
Usage
In A-leg CDR:
<uuid>cb5f5b90-75a0-11e0-873b-d1cba9e0f1b8</uuid>
<call_uuid>cb5f5b90-75a0-11e0-873b-d1cba9e0f1b8</call_uuid>
In B-leg CDR:
Note that the leg UUIDs are different. The call_uuid
matches the two legs together, but the originating_leg_uuid
can do so as well.
<uuid>cb8633aa-75a0-11e0-873d-d1cba9e0f1b8</uuid>
<call_uuid>cb5f5b90-75a0-11e0-873b-d1cba9e0f1b8</call_uuid>
<originating_leg_uuid>cb5f5b90-75a0-11e0-873b-d1cba9e0f1b8</originating_leg_uuid>