Activating PJSIP

From MiRTA PBX documentation
Revision as of 18:52, 22 February 2017 by Admin (talk | contribs) (Created page with "PJSIP is the new SIP stack for asterisk and even it seems not yet "stable" with changes on every new release, it is the only viable choice if you want to use a recent asterisk...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PJSIP is the new SIP stack for asterisk and even it seems not yet "stable" with changes on every new release, it is the only viable choice if you want to use a recent asterisk version. To use it with MiRTA PBX you need to install the latest asterisk version, but before compiling the new version, some activity needs to be performed.

Start by adding the required library

yum -y install pjproject-devel

create a new /etc/asterisk/pjsip.conf file and enter the following info:

[transport-udp] type=transport protocol=udp bind=0.0.0.0:5080