Ticket #5560 (new Bugs)

Opened 3 months ago

Last modified 3 months ago

IAX Settings audio codecs list

Reported by: stechnique Assigned to: p_lindheimer
Priority: regression Milestone: 2.11
Component: Asterisk IAX Settings Version: 2.10-branch
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Hi,

Just downloaded the most recent version of the ISO install and it's using FreePBX 2.10rc1.0. Under Settings -> Asterisk IAX Settings:

Audio Codecs The form for the codecs has a bunch of <li> options for each codec, and they contain links which I guess are used by jQuery to trigger the events when they are clicked or moved. On the IAX page the links are <a href="a"> so whenever I try to select or deselect the codecs it gives me a 404 error. On the SIP settings page the links are there but are <a href="#"> so they do not trigger a 404.

Proposed fix would be to change href to "#" on the IAX page as well, or at least preventDefaults in the triggered jQuery script.

I don't recall having a problem in prior version (using 2.9). Thanks for the great work!

Attachments

page.iaxsettings.php (24.9 kB) - added by stechnique on 02/10/12 08:05:42.
diff.txt (66 bytes) - added by stechnique on 02/10/12 08:56:27.
DIff file

Change History

02/10/12 08:05:42 changed by stechnique

  • attachment page.iaxsettings.php added.

02/10/12 08:06:41 changed by stechnique

Fixed on my install by changing line 187 in page.iaxsettings.php to:

echo '<li><a href="#">'

Attached the updated file, please review and include in branch.

02/10/12 08:20:39 changed by mbrevda

please include a unified diff so that we can see what changed

02/10/12 08:54:30 changed by stechnique

187c187 < echo '<li><a href="a">' ---

echo '<li><a href="#">'

02/10/12 08:56:27 changed by stechnique

  • attachment diff.txt added.

DIff file

02/11/12 08:24:56 changed by TimMillerDyck

Hi, note this is a duplicate of http://www.freepbx.org/trac/ticket/5432

02/11/12 08:29:43 changed by TimMillerDyck

Tried the fix and it works for me. Using IAX module ver. 2.10.0.2. Thanks stechnique!

03/06/12 19:13:11 changed by p_lindheimer

  • milestone changed from Undetermined to 2.11.

we'll have a look, a bunch of bugs got categorized into the Undetermined Milestone and as a results got missed when closing things out.