Hauke Zuehl wrote: > Hi :) > > On Thu, Jul 12, 2007 at 01:43:49PM +0200, Roy Sigurd Karlsbakk wrote: > >> hi >> >> There have been talk on IRC of adding yet more stuff to 1.2. Should >> this be done, or should we freeze the code after stdarg? My opinion >> is to freeze >> >> > > Well, it is not a feature but a little bug I found: > In line 246 of include/callweaverrtp.h the re is following decalration: > void opbx_policy_set_ssrc(opbx_policy_t *policy, struct opbx_rtp *rtp, > unsigned long ssrc, int inbound); > > Later in corelib/rtp.c one will find following code: > void opbx_policy_set_ssrc(opbx_policy_t *policy, > struct opbx_rtp *rtp, > uint32_t ssrc, > int inbound) > > Note the type of ssrc. What is the right type? > > My compiler moans about this. > I only found it by accident because I want to compile in srtp and > have/had some troubles with some other type definitions in rtp.h > > I will open a ticket about that but want to say that are some very minor > bugs may be in code. > > Kind regards, > Hauke > That should be fixed in SVN now.
Steve _______________________________________________ Callweaver-dev mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-dev
