Life Cycle of a Call
Table of Contents (click to expand)
0. About
A description of how FreeSWITCH processes a typical SIP call.
1. Typical SIP Call Between Registered FreeSWITCH™ Extensions

2. See Also
- Channel Variables - specifically the
statevariable - Channel States
- Call States
Comments:
| In my understanding, this is Life Cycle for a Channel |
|---|
| I think the title is appropriate because the flow chart does shows the life cycles of both legs of a call, from start to finish, which is basically a call. In CS_NEW, the A leg channel is created, and in CS_EXECUTE (depending on the dialplan instructions) a B leg channel will also be created. Could be wrong. |
| Very good understanding ! Thanks for reply. |