Testing New Code in Limey Linux
Submitted by hwstar on Mon, 04/27/2009 - 15:57
The procedure for testing new code in Limey Linux is as follows:
- Change directories to /usr/src/astsrc
- Retrieve the sources from flash by typing:
getsrcfrom the shell prompt - Change directories to /use/src/astsrc/asterisk/apps for app_rpt.c or /usr/src/astsrc/asterisk/channels for chan_irlp.c or chan_echolink.c
- Make a backup copy of the source file you want to change.
- Move or download a new source file of the same name
- Move up one directory level (to /usr/src/astsrc/asterisk)
- Invoke make by typing:
makeat the shell prompt - Fix syntax errors (if any)
- Install the new binaries by typing
make installat the shell prompt - Restart asterisk by typing:
killall asterisk - Wait for Asterisk to restart
- Test your changes
- When you are satisfied, save the binaries by issuing a
make upgradefrom the shell prompt - Save the modified sources to flash by typing
make svsrcfrom the command prompt
»
- Login to post comments
Recent comments
1 year 2 weeks ago
1 year 2 weeks ago
1 year 2 weeks ago
1 year 2 weeks ago