alexandre Moutot
2012-May-16 11:57 UTC
[asterisk-users] Wrong SIP to SIP SIP Cause mapping
Hello, I'm using asterisk v1.8 with a standard scenario, A Sip call from A to B through asterisk : A --SIP--> ASTERISK --SIP--> B The asterisk extension is : exten => _X.,1,Dial(SIP/B/${EXTEN},600) exten => _X.,n,Hangup() When B send a 404 back to the asterisk, the asterisk sends a 503 to A. It is the same with 403 and some others erroc code. I think it should send back to A the same error code. I have done tests with some versions: - 1.8.11.x : wrong sip cause mapping - 1.8.13.0rc1 : wrong sip cause mapping - 1.10.3 : wrong sip cause mapping - 1.8.8.0 : works good Do i do something wrong or should i open a bug ? MOUTOT A.
alexandre Moutot
2012-May-21 19:09 UTC
[asterisk-users] Wrong SIP to SIP SIP Cause mapping
Hello, I'm using asterisk v1.8 with a standard scenario, A Sip call from A to B through asterisk : A --SIP--> ASTERISK --SIP--> B The asterisk extension is : exten => _X.,1,Dial(SIP/B/${EXTEN},600) exten => _X.,n,Hangup() When B send a 404 back to the asterisk, the asterisk sends a 503 to A. It is the same with 403 and some others erroc code. I think it should send back to A the same error code. I have done tests with some versions: - 1.8.11.x : wrong sip cause mapping - 1.8.13.0rc1 : wrong sip cause mapping - 1.10.3 : wrong sip cause mapping - 1.8.8.0 : works good Do i do something wrong or should i open a bug ? MOUTOT A.