Ticket #4027 (new Feature Requests)

Opened 7 months ago

Last modified 6 months ago

add additional settings in IAX extension page

Reported by: patrick_elx Assigned to: p_lindheimer
Priority: major Milestone: Cut Line
Component: Core - Users/Devices Version: SVN-HEAD
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

In some case when using an IAX extension, you have to define extension specific settings to make it work properly. For instance, in one of my server I had to add the following three lines: encryption=aes128 auth=md5 username=myname

There is no way to add these settings in the FreePBX page, and you can't really add it manually in the iax_additional.conf file as it will be rewritten at the next change.

I would suggest either to add at least these three specific fields in the iax extension page, or to add a textbox to add free text to be included in the iax extension settings. I'm sure that they are some other settings pertaining to calltoken that should also be interesting to be able to enter on a per extension basis instead that in an iax_general_custom.conf

Change History

02/07/10 10:46:21 changed by p_lindheimer

  • milestone changed from 2.6 to 2.8.

until this gets considered, have a look at iax_custom_post.conf:

http://www.freepbx.org/forum/freepbx/users/how-to-use-the-custom-conf-files-to-override-the-freepbx-generated-files

[exten_num](+)
encryption=aes128
auth=md5
username=myname

02/21/10 11:46:28 changed by patrick_elx

I was not aware of the (+) and (-) operator there. Thanks for the info.