- Joined
- Oct 27, 2017
- Messages
- 4
- Reaction score
- 1
I am moving from askozia to 3CX.
Now i'm looking how to translate the caller number into a Name.
We made a nice php script which searches the numbers firstly locally and then in several worldwide online phonebooks.
So in askozia i could make an entry in manual_dialplan_incoming:
Set(CALLERID(name)=${CURL(http://192.168.xxx/callAskozia.php?caller=${CALLERID(num)})})
SIPAddHeader(Call-Info: <http://192.168.xxx:80/cid/${CALLERID(num)}.png>\;purpose=icon)
The second line is for adding the caller picture.
Now, where can i set this in 3CX?
Thanks
Now i'm looking how to translate the caller number into a Name.
We made a nice php script which searches the numbers firstly locally and then in several worldwide online phonebooks.
So in askozia i could make an entry in manual_dialplan_incoming:
Set(CALLERID(name)=${CURL(http://192.168.xxx/callAskozia.php?caller=${CALLERID(num)})})
SIPAddHeader(Call-Info: <http://192.168.xxx:80/cid/${CALLERID(num)}.png>\;purpose=icon)
The second line is for adding the caller picture.
Now, where can i set this in 3CX?
Thanks