[quote author=Tambo link=topic=9825.msg44585#msg44585 date=1473328186]
Genesys replied............
OCS and SIP working as designed, logs clearly show SBC returning 403 forbidden
Got SBC guys checking on debug
Got data guys checking calling list data
?!?!?!?
[/quote]
I agree with Genesys.
You can clearly see that your SIPS received from the SBC:
SIP/2.0 403 Forbidden
Reason: X.int ;reasoncode=0x00000206;add-info=01CA.FFFE.0000
Reason: Q.850 ;cause=21
ISDN Q.850 cause 21 is detailed as such:
Cause No. 21 - call rejected [Q.850]
This cause indicates that the equipment sending this cause does not wish to accept this call. although it could have accepted the call because the equipment sending this cause is neither busy nor incompatible. This cause may also be generated by the network, indicating that the call was cleared due to a supplementary service constraint. The diagnostic field may contain additional information about the supplementary service and reason for rejection.
Hence you need to verify on the northside of the SBC why the call is rejected.
What you need to really understand here is that:
- the Genesys dialer is 'dumb' when it comes to dialling, there is no intelligence as such embedded into it: whatever number you pass, it will try to dial it
- the effective dialing takes place outside OCS/SIPS, in your case the SBC will forward the request to the PSTN
- either the call attempt is successful, and then the call is connected back through the dialing chain, or there is a failure
- if there is a failure in connecting a number, the PSTN returns an error code, which is mapped first into SIP (if you use SIP trunking / SIPS) and then into an OCS call results
- there is some tweaking you can do on remapping telephony codes into OCS call results, but in essence SIP 4xx / 5xx have been mapped by default into General Error by Genesys
- if you think that anumber exists / is valid / call should have put through rather than rejected, you need to investigate upstream the SBC.
Fra