Context ext-queues

Hi all,

i need to create, (i supouse) a context for my queues that when a receive a inboud call it first show me call_numb and then Queue CID NAME. Usually it shows first queue cid name and then the number.

Should i create a context to my queues to do that?

You could turn off the caller ID prefix in the queue option, then set the inbound route to point to the set caller ID module. From there, you can do your manipulation, then send the call to queue.

https://wiki.freepbx.org/display/F2/Set+CallerID+User+Guide

1 Like

I put this example but doesnt work like i want showing the word test. test%20callerid

What version of FreePBX are you running? It does not look familiar. That may be the problem. If that doesn’t work, I would recommend taking a similar action, but by building your own custom destination, send the call to that, then to the queue.

Something like
[cid-change]
exten => s,1,Set(CALLERID(num)=test123${CALLERID(num)})
exten => s,n,Goto(ext-queues,3005,1)
exten => s,n,Hangup()

https://wiki.freepbx.org/display/FPG/Custom+Destinations+User+Guide

1 Like

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