]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip.c: Register PJMEDIA error code decoder. 28/3128/1
authorRichard Mudgett <rmudgett@digium.com>
Thu, 23 Jun 2016 20:13:24 +0000 (15:13 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 30 Jun 2016 17:09:10 +0000 (12:09 -0500)
commit38a4e983dcf0d83006be1c50982fd62fdc6ea1a3
tree7bc2f11f3523dc1fab69d4819d12e168a4eac7bf
parent1952434df562f0b4dd41af161cf0186e393013da
res_pjsip.c: Register PJMEDIA error code decoder.

Registering the PJMEDIA error codes allows errors found when parsing an
incoming SDP to be easier to figure out.

"Missing SDP rtpmap for dynamic payload type (PJMEDIA_SDP_EMISSINGRTPMAP)"
is much easier to understand than "Unknown error 220030".

ASTERISK-25772

Change-Id: I44b2dcea656fedd7593171be9e845880a2c70ca0
res/res_pjsip.c