[asterisk-dev] *load_module

Rein asterisk-dev at dvrhss.net
Tue Jun 20 08:35:12 MST 2006


Hi all,

I had some trouble with Net-SMNP (in de ast-ax-snmpd.0.3 module).
Because the Net-SNMP lib knew already a (un)load_module.
So i changed al the *load_module names in *.h and *.c to *load_ast_module.

Is this something to consider as a standard change for a next release?

->Rein.

PS I used:

#!/bin/sh
#set -u$DX

mv $1 $1_pre-vervang
sed 's/load_module/load_ast_module/' < $1_pre-vervang > $1
rm $1_pre-vervang


With the commands:
find . -name \*.c -exec rep {} \;
find . -name \*.h -exec rep {} \;

Maybe some one likes it ;-)



More information about the asterisk-dev mailing list