Re: [OpenSBC] Getting closer with Vyatta and OpenSBC...
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2009-01-01 09:39:52
|
I Joegen knows if he waits long enough we'll figure this stuff out ourselves... I wasn't getting core dumps... For other Linux n00bs here's what I did: Login as root. Copy Executables to a more acceptable location. cp /usr/src/opensbc/distrib/* /usr/local/bin Fix Shell Scripts Edit /usr/local/bin/startup.sh (i use 'nano -w /usr/local/bin/startup.sh') Modify the startup command to: ./opensbc -d -p /var/run/opensbc.pid -H 65536 -C 1024000 Edit /usr/local/bin/shutdown.sh Modify the shutdown command to: ./opensbc -k -p /var/run/opensbc.pid Log / Ini Files If you are logged in as root, logging and ini files are in: /root/OpenSIPStack/OpenSBC_data I am getting calls to route in at this point but audio quality doesn't seem great. Still tweaking though. Also, I can't seem to register to other things like my sipphone.com account through the firewall now with OpenSBC installed on it. I'm sure it's just config stuff I need to get right though. |