Tom Wellige 59 Report post Posted November 29, 2015 This property returns the internal extension of a user a call was connected to right after the "Connect To" gse block. PBXCall.ConnectedNumber This function returns a string value. If you connect a call to a group and need to know which group user has taken the call, this property can be requested right after leaving the "Connected" exit of the "Connect To" block. There is another function PBXCall.ConnectedName which returns the name of the user who took the call. The return value of this function is getting updated if after the call got connected initially and then transferred from there to another user. This of course requires the call routing script not to be left immediately after the initial connect to. Please note, that this functions returns an empty string, once the call was disconnected. So it can't be used after leaving the "Wait for Disconnect" block. 0 Share this post Link to post Share on other sites