[ASTPPCOM-433] Add extension in contact Created: 05/Jun/18  Updated: 01/Apr/21  Resolved: 01/Apr/21

Status: Done
Project: ASTPP Community
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: New Feature
Reporter: powerpbx Assignee: Samir Doshi
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Add extension-in-contact feature to gateways setting.
https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Gateway+Authentication+Params

By default it is false. Some sip providers require it to be true.

For example, in order to use Telnyx.com AnchorSite manually set to a specific site, for outbound calls, when using user/pass authentication, this must be set to true.

NOTE: freeswitch_form.php is shown as all new because git doesn't appear to be detecting just the one section that was updated. The file is exactly the same as before with the addition of the following.

array (
	gettext ( 'Extension-In-Contact' ),
	array (
		'name' => 'extension-in-contact',
		'class' => 'add_settings' 
	),
	'SELECT',
	'',
	'',
	'tOOL TIP',
	'',
	'',
	'',
	'',
	'set_sip_config_option' 
),

On line 1130

The messages.mo language binary files were updated using this generator.
https://po2mo.net/



 Comments   
Comment by (Community) DN (Inactive) [ 07/Jun/18 ]

[~powerpbx] Thanks for the PR. We have this config change in mind from the google group thread 'New provider registration'
About extension-in-contact config, we cannot consider it as 'Basic Configuration.' We'll add it under 'Optional Information.'
Other then that currently the class you have used for toggle drop down is setting default value to 'True' and we are using terminal based .po to .mo conversion tool. So we are closing this PR but will add commit for 'extension-in-contact' in existing v3.6 branch soon.
Thanks again.

Comment by (Community) DN (Inactive) [ 08/Jun/18 ]

ASTPPCOM-434 is new PR, you can use from there or we'll merge it soon.
We agree with you about its just a new gateway param.
Feature will be added, because we know it is useful.

Comment by (Community) DN (Inactive) [ 11/Jun/18 ]

ASTPPCOM-434 PR merged.

Generated at Sat Feb 10 07:17:05 CET 2024 using Jira 8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a.