FreeSWITCH代码库移至Github
FreeSWITCH代码库终于迁移到了Github,便于有全世界的程序员更方便地协作。
如果你以前已经Clone了代码,请做如下更新:
git remote set-url origin https://github.com/signalwire/freeswitch.git
否则的话,直接用以下地址进行克隆:
git clone https://github.com/signalwire/freeswitch.git
想直接查看源代码?看这里:https://github.com/signalwire/freeswitch 。
祝玩得开心。