Where can I modify the from-pstn dialplan process?
I would like to override the CALLERID(name)
when I receive an inbound call I see a line like:
Executing [##########@from-internal:4] ExecIf(“SIP/VOIP19_LINK-0002dedd”, “0 ?Set(CALLERID(name)=##########)”) in new stack
where the CALLERID(name) get’s set to the number. I would like to set a name and or override this value / how it get’s set.
I see 2 possibilities 1) edit the from-pstn inner workings (dialplan) where do I find it defined?
2) Find some way to tell from-pstn to not set this field as I have already pre set it correctly in an earlier call in the dial plan (e.g. Set(CALLERID(name)=jane Smith))