GO HERE pjsip endpoint custom issues back?

peterman

New Member
Joined
Jul 20, 2016
Messages
3
Reaction score
0
http://issues.freepbx.org/browse/FREEPBX-9810

It seems this bug may have been brought back, I'm running a fresh install fully updated FreePBX framework 12.0.70. (reported to have been fixed in 12.0.39)

Adding the below to pjsip.endpoint_custom.conf has no effect, however adding force_rport=no to pjsip.endpoint.conf works until FreePBX blows it away.

[233](+)
force_rport=no

Just trying to make sure I'm not missing something simple before re-opening the Bug.

Thanks -
 

peterman

New Member
Joined
Jul 20, 2016
Messages
3
Reaction score
0
Did some digging and the obvious answer came about - the core version is 12.0.30 -- This was fixed in 12.0.39 - However when running the module admin tool it shows 12.0.30 as the latest version with no upgrades. 12.0.39 was released last July what is the approval cycle for getting this on the upgrade list.

In the mean time the following edits to the below files creates the neccecary includes and files.
./usr/src/freepbx/amp_conf/htdocs/admin/modules/core/functions.inc/PJSip.class.php
./var/www/html/admin/modules/core/functions.inc/PJSip.class.php

// Generate includes
$pjsip = "#include pjsip_custom.conf\n#include pjsip.transports.conf\n#include pjsip.endpoint.conf\n#include pjsip.aor.conf\n";
$pjsip .= "#include pjsip.auth.conf\n#include pjsip.registration.conf\n#include pjsip.identify.conf\n";
$pjsip = "#include pjsip_custom.conf\n#include pjsip.transports.conf\n#include pjsip.transports_custom_post.conf\n#include pjsip.endpoint.conf\n#include pjsip.endpoint_custom_post.conf\n#include pjsip.aor.conf\n#include pjsip.aor_custom_post.conf\n";
$pjsip .= "#include pjsip.auth.conf\n#include pjsip.auth_custom_post.conf\n#include pjsip.registration.conf\n#include pjsip.registration_custom_post.conf\n#include pjsip.identify.conf\n#include pjsip.identify_custom_post.conf\n";
$conf['pjsip.conf'][] = $pjsip;

http://git.freepbx.org/projects/FREEPBX/repos/core/commits/ece4f8f2c44259e5f40c189b6807d45dc558814e
 

Members online

No members online now.

Forum statistics

Threads
25,810
Messages
167,754
Members
19,240
Latest member
nikko
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top