Page 1 of 1

about two patch

PostPosted: Tue Nov 21, 2006 8:50 pm
by jslyg
i install vicidial using asterisk1.2.12.1
but i found there are patches to do:


-(1.2 tree) apply the cli delimiter patch
- wget http://www.eflo.net/files/cli_chan_conc ... iter.patch
- patch -p1 < ./cli_chan_concise_delimiter.patch
- File to patch: cli.c
-(1.2.12) - channel.c bug fix - **THERE IS NO FIX FOR ASTERISK 1.2.11**
- wget http://www.eflo.net/files/channel.c-42600.patch
- patch -p1 < ./channel.c-42600.patch
- File to patch: channel.c


if i dont patch above two patch,what will affect on VICIDIAL??

PostPosted: Tue Nov 21, 2006 11:38 pm
by mflorell
You need the cli_chan_concise_delimiter.patch patch if you are using any IAX or SIP channels.

The other patch is only for Asterisk 1.2.12 (NOT 1.2.12.1 or any other release) I would suggest using 1.2.13 and avoiding this patch.

PostPosted: Wed Nov 22, 2006 9:10 pm
by jslyg
using 1.2.13 avoiding cli_chan_concise_delimiter.patch either?
or which version can avoide these two patches?thanks

PostPosted: Wed Nov 22, 2006 11:25 pm
by mflorell
the concise delimiter patch is extremely small and patches cleanly on every 1.2 release.

To not use any patches you would have to use Asterisk 1.4 which is not stable enough for production at this time.