Jump to content

Call Journal "name" Manipulating


Dani40

Recommended Posts

Hello.


 


I have become a task To manipulate the "Name" entry in the Call Journal with extended customer information.


I see the name is From the global or local Phonebook.


 


Can I some how programmatically manipulate the "Name" entry for the Call Journal?


I can imagine its only possible to manipulate the phonebook or some how to change the name parameter during a going call?


 


Thank you in advance.


 


Link to comment
Share on other sites


ok that seems to be a solution.


But I have not found anything like an example for the PBXCall.


Cold you please give me a vbs script example.


That I can do something like that PBXCall.PhoneCallListEntry.Name = PBXCall.PhoneCallListEntry.Name & "Test" for the beginning

Link to comment
Share on other sites


Hello Dani,


 


call routing is server side, always.


 


It is called by the server for any incoming call on a user (regardless if internal or external), and only the call routing then sooner or later connects the call to any of the user's devices by using the Connect To functionality.


 


If you don't add your own call routing rules the default call routing will make sure that if a user is logged in the call will be connected to the user's devices. 


Link to comment
Share on other sites


Call routing is just for incoming calls. That's the reason.


 


For outgoing calls you would have to use a client side application, that connects to the SwyxIt! via the Client SDK to grab call called number from there and then use the Config Data Store API or Powershell to manipulate the journal. But I can't give you direct pointers into it.


 


This is the more tricky part actually...

Link to comment
Share on other sites


  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.