Developers CallsThe developers calls are designed as a biweekly way of keeping in touch with the GNU Radio development community. They are meant to discuss current and future works, problems that need to be addressed, and issues related to upcoming releases and other events. Call Information- IRC channel #gnuradio on freenode - SIP contact: sip:gnuradio@digitalbazaar.com The SIP bridge ties into the IRC channel where people can control the action a bit. When you first sign on, associate your IRC nick with your SIP info, which is the last two (or three if there are enough people/connections) numbers in your SIP name. For instance, I call in and am already in the chat room, so I can do this because my IRC nick is 'trondea': Tom (SIP/192.168.2.102-00000062) has joined the conference. voip-gr: 62 is trondeau Now I can send commands to 'trondeau' directly. The 'voip-gr' is a chatbot that ties into the SIP call. You can give the chatbot a few commands, including voip-gr: help, and you will get a private chat going with the list of commands. We use the IRC chat room to exchange information and keep track of the minutes of the call. After each call, I will post the IRC logs here. Call LogsSed Expression for Replacing IP AddressesThis is a regex for replacing IP addresses. Used with 'sed' for replacing all IP addresses in the IRC logs with "xxx.xxx.xxx.xxx". s/[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}/xxx.xxx.xxx.xxx/g 注:Developers Calls(原文出处,翻译整理仅供参考!) |