Hi,
I am using rtpengine with kamailio 6.X and one of the endpoints uses the NSE-X codec. I'd like it to transparently pass through rtpengine whilst still offering transcoding for the other codecs, however I get the following error:
Stripping unsupported codec X-NSE due to active transcoding
Here's the kamailio command:
KSR.rtpengine.rtpengine_manage("SIP-source-address replace-origin codec-mask=G729 codec-transcode=G722 codec-transcode=PCMA codec-transcode=PCMU codec-transcode=GSM codec-transcode=telephone-event")
and the logs filtered for occurrences of X-NSE:
[1782134497.830245] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Adding codec X-NSE/8000/192-194 (100)
[1782134497.830281] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Adding codec X-NSE/8000/192-194 (100)
[1782134497.830451] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Checking receiver codec X-NSE/8000/1/192-194 (100)
[1782134497.830457] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Creating codec handler for X-NSE/8000/192-194 (100)
[1782134497.830464] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] No codec support for X-NSE/8000/192-194
[1782134497.830467] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Shutting down codec handler for X-NSE/8000/1
[1782134497.830473] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Using passthrough handler for X-NSE/8000/192-194 (100) with DTMF -1, CN -1
[1782134497.830794] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Stripping unsupported codec X-NSE due to active transcoding
[1782134497.830810] DEBUG: [21E783EA-6D7411F1...@10.26.10.70]: [codec] Using passthrough handler with new SSRC for X-NSE/8000/192-194
[1782134510.342672] DEBUG: [codec] Shutting down codec handler for X-NSE/8000/1
Does anyone have any suggestions?
Thanks
Matthew