Page 1 of 1

cli_chan_concise_delimiter.patch absolut necessary ?

PostPosted: Tue Mar 04, 2008 3:41 am
by martin.kudlek
Hi,

on my new box i am using hardened gentoo. The last gentoo asterisk version is 1.2.21.1-r1, I donĀ“t know how to patch this asterisk version wihin gentoo to preserve the hardened features.

I want to set up a small vicidial call center with 20 Agents on a Pentium IV with 1 GB Ram.

what is the function of the cli_chan_concise_delimiter.patch ?

Do you have a howto for asterisk hardened ?

Thank you for your help

Martin

PostPosted: Tue Mar 04, 2008 1:37 pm
by mflorell
What kind of outside lines are you using?

PostPosted: Fri Mar 07, 2008 10:44 am
by martin.kudlek
Hi,

we are just using sip and iax2 for the phones and trunks.

PostPosted: Sat Mar 08, 2008 12:12 am
by mflorell
You may need it, it is basically a one-line patch that changes the delimited in the "show channels concise" command to be ! instead of :, because the : is a valid character in SIP and IAX channelnames which can cause all sorts of problems.

This is a bug in Asterisk 1.2.X, but my patch was merged into 1.4.X before the first release.