Freepbx add CID prefix on IVR choice

Hello,

I have an IVR with 3 options that going on a specific queue.
I’m wondering if there is a way to add a CID prefix to the ivr option like queues has.

e.g exten => 640,n,Set(QCIDPP=${IF($[${LEN(${VQ_CIDPP})}>0]?${VQ_CIDPP}:C inpr :)})

The issue that i’m facing is that i have a queue with 3 ivr choices and i want to know which option customer dialed.

Thanks in advance

You can route each IVR option through a different “Set CallerID” destination:

image

2 Likes

exactly that i wanted.
thanks for your quick answer!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.