Skip to content
Success

Changes

Summary

  1. enable the "new" pjsip SIP module support for asterisk (commit: d20cd4c) (details)
Commit d20cd4cb92c5145fed48b6c571834c2c19a3130b by noreply
enable the "new" pjsip SIP module support for asterisk

The old "chan_sip" is no longer recommended by asterisk, "pjsip" is the
preferred variant now.

Unfortunately we disabled building pjsip support, because of some compiler
errors. This update includes a patch
(patches/06-my-sockaddr-to-enable-pjsip.patch) that works around the issue
by providing an alternative name for a conflicting definition.
(commit: d20cd4c)
The file was modifiedcomponents/network/asterisk/manifests/sample-manifest.p5m (diff)
The file was addedcomponents/network/asterisk/patches/06-my-sockaddr_in-to-enable-pjsip.patch
The file was modifiedcomponents/network/asterisk/asterisk.p5m (diff)
The file was modifiedcomponents/network/asterisk/Makefile (diff)