TromboneMakeCallStatus is called by the IBMTromboneOut state table when the result of the outbound call part of the trombone function is known, or if there has been some other error. The values it can return are in the range 0 (success) to 99. Table 1 shows the initial meaning of values between 1 and 99, but you can customize these if you want.
The status of the outgoing part of the trombone. See Table 1 for initial values.
Call Status |
Error Description |
---|---|
0 |
Trombone function request was successful. |
The following return codes represent a bad return code from the MakeCall request to the third party by the IBMTromboneOut state table (assuming that you have not customized the IBMTromboneOut state table to alter these values) |
|
1 |
Invalid phone number |
2 |
Invalid format string |
3 |
Phone busy |
4 |
Network busy |
5 |
No answer |
6 |
Outbound line problem |
7 |
No line available |
8 |
Channel active |
9 |
Unexpected tone |
The following return codes represent a bad return code from the IBMTromboneOut state table, other than from the MakeCall request (assuming that you have not customized the IBMTromboneOut state table to alter these values) |
|
10 to 99 |
These values are reserved for user-defined return values. |
None.