Page 1 of 1

patch for Asterisk 1.2.16 meetme volume control

PostPosted: Fri Mar 09, 2007 4:27 pm
by mflorell
It shouldn't surprise anyone that when they released 1.2.16 they changed several things in app_meetme.c which broke the patch to enable the volume modification functions.

I have finished a new patch, just cd to the apps directory and run these commands:

wget http://www.eflo.net/files/meetme_volume ... 2.16.patch
patch -p1 < ./meetme_volume_control_1.2.16.patch
- File to patch: app_meetme.c

Let me know if anyone has any problems with this patch.

PostPosted: Mon Apr 02, 2007 3:03 pm
by Cald
Does this patch work for 1.2.17?

PostPosted: Mon Apr 02, 2007 6:02 pm
by eijal
Cald
Please, first try
Then if you have problems, come to this forum and post your questions

PostPosted: Tue Apr 03, 2007 7:19 am
by Cald
The patch applied fine and asterisk compiled.
I would like to know if anyone has tried it with success.

PostPosted: Tue Apr 03, 2007 9:13 am
by mflorell
Yep, this works 1.2.17 as well.

PostPosted: Fri Apr 06, 2007 12:20 pm
by mcargile
could you please update the Scratch Install doc at:
http://astguiclient.sourceforge.net/scr ... stall.html

hunting this down took a few minutes.

PostPosted: Fri Apr 06, 2007 2:42 pm
by mflorell
The SCRATCH_INSTALL doc on the site is always as of the last official release, as are the manuals. When I put out the 2.0.3 release I will update that script.
Until then, the docs included on SVN and with the beta releases are relavant for the release they are included with.