Hello Everybody, I was going thru the C code of Asterisk. Does anybody know how does one go about modifying the C code of Asterisk? Please do reply. Regards, Bharat M. Sarvan EZZI BPO Pvt Ltd., PUNE. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050525/3b2a34f4/attachment.htm
The clock on your computer still thinks it's April... Please fix! As for editing C code.. any decent text editor will do the job. On Mon, 2005-04-25 at 13:26 +0530, Bharat M. Sarvan wrote:> Hello Everybody, > > I was going thru the C code of Asterisk. Does > anybody know how does one go about modifying the C code of Asterisk? > Please do reply? > > > > > > > > > > > > Regards, > > Bharat M. Sarvan > > EZZI BPO Pvt Ltd., > > PUNE. > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Chris ---------------------------------- E Mail: chris@glovercc.plus.com SIP: 84411389@voiptalk.org IAXTEL: 17003366726
On Monday 25 April 2005 08:56, Bharat M. Sarvan wrote:> Hello Everybody, > > I was going thru the C code of Asterisk. Does > anybody know how does one go about modifying the C code of Asterisk? Please > do reply.How many times must you ask this? If you do not know how to edit a file then you have no chance of programming in C. <Flame suit on>
Use your favorite text editor. That is how you modify the code. Personally, I like pico. -Matthew Bharat M. Sarvan wrote:>> Hello Everybody, >> >> I was going thru the C code of Asterisk. >> Does anybody know how does one go about modifying the C code of >> Asterisk? Please do reply. >> >> >> >> >> >> >> >> >> >> >> >> Regards, >> >> Bharat M. Sarvan >> >> EZZI BPO Pvt Ltd., >> >> PUNE. >> >> >> >> > > > >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users
Wow I found a fellow pico user... I'm constantly receiving ridicule for my use of pico... I cannot stand vi... If I don't have pico sometimes the ol' emacs... But vi is garbage. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matthew Boehm Sent: Wednesday, May 25, 2005 10:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] C files of Asterisk Use your favorite text editor. That is how you modify the code. Personally, I like pico. -Matthew Bharat M. Sarvan wrote:>> Hello Everybody, >> >> I was going thru the C code of Asterisk. >> Does anybody know how does one go about modifying the C code of >> Asterisk? Please do reply. >> >> >> >> >> >> >> >> >> >> >> >> Regards, >> >> Bharat M. Sarvan >> >> EZZI BPO Pvt Ltd., >> >> PUNE. >> >> >> >> > > > >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Modifying the C files of asterisk is very different from modifying the config files. If you are not currently a programmer, this will be a very long and slow process. First, a good understanding of the C language programming statements and language syntax is needed. Next, you will need to learn about the algorithms and data structures of programming. There are many good books available at libraries and book stores which cover these subjects. Next, you will need to decide which features of asterisk need to be modified. Then you will need to read a large portion of the existing asterisk C code to learn how the program works to determine how to make the modifications. Programming is very exciting and rewarding, but requires years of dedication to the subject to become proficient. If you were wanting more immediate results, you may want to hire a programmer that already understands asterisk. -----Original Message----- From: Bharat M. Sarvan [SMTP:bharat.sarvan@ezzibpo.com] Sent: Monday, April 25, 2005 12:57 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] C files of Asterisk Hello Everybody, I was going thru the C code of Asterisk. Does anybody know how does one go about modifying the C code of Asterisk? Please do reply. Regards, Bharat M. Sarvan EZZI BPO Pvt Ltd., PUNE. << File: ATT00250.html >> << File: ATT00251.txt >>