[Freeswitch-users] Something broken in RTP in latest trunk (r13502)?

Jason White jason at jasonjgw.net
Fri May 29 03:46:39 PDT 2009


Peter Olsson <peter.olsson at visionutveckling.se> wrote:
> After using the latest trunk revisions I get no audio anymore. The last
> working build I have is about 5 days ago. I havn't upgraded until today, so
> I don't know exactly when this happened.

You could always check out some intermediate revisions, compile them, and see
if they work. This will enable you to find out exactly which revision
introduced the problem.

The correct way to do this is as a binary search. In the git revision control
system, this is partially automated as the bisect command. Even though
FreeSWITCH uses Subversion rather than Git, you can still perform the
bisect manually by checking out particular revisions by number.
svn update -r <revision number>
should do it.





More information about the FreeSWITCH-users mailing list