Variable origination caller id name
From FreeSWITCH Wiki
origination_caller_id_name
Sets the origination callerid name (LEG A).
If you want to set the Caller ID on an origination call you should add this inside the {} brackets before the dialstring. Set it to "_undef_" if you want to remove it. Setting it to a null string \"\" may break your system.
For Snom 370/820 users:
If you want to display LEG A's name (if available) as soon as LEG B (here the local Snom) rings, you have to set origination_caller_id_name or effective_caller_id_name as described. Otherwise, in LEG B's display, you gonna see LEG A's number during ringing and switching to LEG A's name after picking up the call by LEG B.
Usage:
originate {origination_caller_id_name='Caller Name',origination_caller_id_number=5551231234}sofia/gateway/test/1231231234 &park()
See also:
Implemented By:
| Module Name | Source File | Last Revised |
| mod_dptools | mod_dptools.c | 10917 |
| core | switch_ivr_originate.c | 12604 |

