Does HEP Require PJSIP Or Does It Also Works With SIP ?
Hello,
On a newly built Asterisk 13.13.1 system, I can’t make HEP work with chan_sip (though I could make it work with PJSIP on another instance).
Looking either at [1] or hep.conf, I can’t see anything meaning HEP
requires PJSIP.
Before diging deeper, may I simply ask if HEP requires PJSIP or not ?
What about a line mentioning the answer in above documents (to keep other from wondering the same thing) ?
Best regards
[1]
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_hep
3 thoughts on - Does HEP Require PJSIP Or Does It Also Works With SIP ?
The res_hep module itself doesn’t interact directly with either chan_sip or chan_pjsip. This is provided by other modules and in the case of PJSIP it is done by the res_hep_pjsip module. There is no functionality written in chan_sip to use HEP. If you feel that we can improve the documentation in this area somehow please submit an issue[1] with what would have helped.
[1] https://issues.asterisk.org/jira
Hello,
I’m not totally sure but HEP permit SIP signaling and RTCP data capture only on PJSIP channels. For chan_sip you have to use captagent.
Regards
El 03/01/2017 a las 10:04, Olivier escribi
Hello,
I filed issue https://issues.asterisk.org/jira/browse/ASTERISK-26717 for this.
Thanks for helping
2017-01-03 16:17 GMT+01:00 Joshua Colp: