]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[core] switch_ivr_originate set originate endpoint used 1976/head
authoragree <ahrongreenberg@gmail.com>
Mon, 27 Feb 2023 02:49:12 +0000 (21:49 -0500)
committeragree <ahrongreenberg@gmail.com>
Mon, 27 Feb 2023 02:50:51 +0000 (21:50 -0500)
commit81046e943a7dbef4037ccda875c3955504afc8a6
tree1bd29d293ab61d2ac0c9fad3b454340fb7b3cd58
parent3307083f8b2e33a1af368521962673b7682feef2
[core] switch_ivr_originate set originate endpoint used

This commit introduces a new channel variable that sets the channel endpoint used by the originate. This is particulary useful when using `execute_on_originate` that will execute multiple times when using fake endpoints as `user/` or `group/`. With this variable, a user can determine which endpoint is being used by the originate, and whether they want to process it.
src/switch_ivr_originate.c