[asterisk-dev] Wrong SIP to SIP SIP Cause mapping
alexandre Moutot
a.moutot at alphalink.fr
Fri May 25 07:17:54 CDT 2012
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.12.0 : 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.
More information about the asterisk-dev
mailing list