From: Mihai B. <mi...@ha...> - 2009-03-03 19:32:40
|
On Feb 21, 2009, at 3:31 PM, Steven Henke wrote: > Hello Everyone, > > I added the IAX2 specification's radio control messages to iaxclient > last year. Now for an amateur radio project I want to use the data > payload capability in those control message packets. There is a data > payload in the IAX2 spec (I am already using it on the Asterisk side) > and now I want to add it to the iaxclient side. > > It would be great to not create and maintain a branch for my own > purposes but I know changing the iaxclient.h API structure shakes the > world. > > Does anyone have any ideas before I jump in and make a mess of things. > > Thanks, > > Steven Henke, W9SH Hey Steve, If your modifications break the binary/source compatibility of the API, then yeah, it would be a big deal and you would probably need to maintain your own branch, at least for a while. But it will eventually make it into the next mainline version. Mihai |