[Asterisk-Users] re: where can i find all .C files

trixter aka Bret McDanel trixter at 0xdecafbad.com
Sat Jan 7 02:41:35 MST 2006


On Sat, 2006-01-07 at 00:26 -0800, Tejas Shah wrote:
> hi all,
> 
>           i m using debian to run my asterisk
> gateway.I want to make some customization in voicemail
> application.For that i need to modify voicmail's 
> .C(source file) file. can any body tell me where
> exactly all .C files resides in the system..........
> 
> thanks
> 
> tejas
> 

if you have the deb-src in your sources.lkist then you can install
asterisk-source which will be in /usr/src somewhere..

If you want to build from source you can install subversion and get it
straight from digium, for 1.2 here are some directions..

svn checkout http://svn.digium.com/svn/asterisk/branches/1.2
asterisk-1.2
svn checkout http://svn.digium.com/svn/zaptel/branches/1.2 zaptel-1.2
svn checkout http://svn.digium.com/svn/libpri/branches/1.2 libpri-1.2
svn checkout http://svn.digium.com/svn/asterisk-addons/branches/1.2
asterisk-addons-1.2


cd zaptel-1.2 && make clean install && \
cd ../libpri-1.2 && make clean install && \
cd ../asterisk-1.2 && make clean install


obviously make any changes between the svn checkout and the make :)


-- 
Trixter http://www.0xdecafbad.com     Bret McDanel
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378
http://www.sacaug.org/ Sacramento Asterisk Users Group
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060107/8186db42/attachment.pgp


More information about the asterisk-users mailing list