Tom Wellige 59 Report post Posted November 29, 2015 This function returns the dialed number that has leaded the call to reach the current script. It returns just the first digits to correctly identify the script user but *not* also the so called post dialing digits. Dim sCalledNumber sCalledNumber = CalledNumber() This function returns a string value. This function is identical to the Server Script API function PBXCall.CalledPartyNumber. There is a Server Script API function available PBXCall.DialedNumber which returns all dialed digits, including the so post dialing digits.. If you are interested in the post dialing digits you can use the GSE buildin function PostDialingDigits(). Example: Script user has internal number 200 Internal caller dialed 200123 PBXCall.CalledPartyNumber returns 200 PBXCall.DialedNumber returns 200123 PostDialingDigits() returns 123 0 Share this post Link to post Share on other sites