This function returns the dialed number that has leaded the call to reach the current script. It returns *all* digit, not just the first digits to correctly identify the script user but also the so called post dialing digits.
PBXCall.DialedNumber
This function returns a string value.
There is another function available PBXCall.CalledPartyNumber which returns just the first digits to correctly identify the script user.
If you are interested in the post dialing digits you can use the gse build in function PostDialingDigits().
Example:
- Script user has extension 200
- Caller dialed 200123
- PBXCall.CalledPartyNumber returns 200
- PBXCall.DialedNumber returns 200123
- PostDialingDigits returns 123
? Server Script API
|
| View Topic History
|