<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Open Discussion</title><link>https://sourceforge.net/p/peers/discussion/683023/</link><description>Recent posts to Open Discussion</description><atom:link href="https://sourceforge.net/p/peers/discussion/683023/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 20 Mar 2020 04:45:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/peers/discussion/683023/feed.rss" rel="self" type="application/rss+xml"/><item><title>Secure RTP</title><link>https://sourceforge.net/p/peers/discussion/683023/thread/d89902c139/?limit=25#3fd7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have been using peers for SIP/RTP. However, now I want to use peers for secure communication that is Secure SIP/SRTP. Is there any opensource implementation available that can be integrated with peers for this purpose?&lt;br/&gt;
regards&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Salman Akhtar</dc:creator><pubDate>Fri, 20 Mar 2020 04:45:46 -0000</pubDate><guid>https://sourceforge.net8fde241876c5c01534a6bfc6608f82dd3485f513</guid></item><item><title>Hold/transfer functionality and applet</title><link>https://sourceforge.net/p/peers/discussion/683023/thread/9ad8cdcf/?limit=25#4352</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Johann and Arturo, I want to start with congratualting both of you with a fantastic job. I am looking at peers to create a SIP integration and looks like that will be a breeze with this lib.&lt;br/&gt;
One question: I noticed that Arturo's patch references &lt;code&gt;net.sourceforge.peers.media.SoundManager&lt;/code&gt;&lt;br/&gt;
I don't see that class in the master branch. Is that 'just' a rename of the AbstractSoundManager or is that class missing in the patch?&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Erwin&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erwin Hogeweg</dc:creator><pubDate>Sat, 04 Nov 2017 13:21:03 -0000</pubDate><guid>https://sourceforge.netebef4cb43d96e5b291ca8c3b11a7aa970a67b010</guid></item><item><title>mute button functionality</title><link>https://sourceforge.net/p/peers/discussion/683023/thread/ccb9d5bd/?limit=25#4692</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello.Can I add advance functionality on peers gui???I need to mute client voice while talking?Can anyone suggest any solution for this functionality??? I just can`t imagine how to stop send voice by clicking a button and without losing call connection(junior java developer). Thank you for any solution or advice :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlad popov</dc:creator><pubDate>Mon, 10 Apr 2017 07:33:46 -0000</pubDate><guid>https://sourceforge.net3cfeca6f216666a2b8b1c014013207fd71d085b1</guid></item><item><title>Doesnt accept the call</title><link>https://sourceforge.net/p/peers/discussion/683023/thread/bcb48159/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, everyone.&lt;/p&gt;
&lt;p&gt;Firstly, I thank you very much Yohann to wrote this library. &lt;br/&gt;
Actually I am new to Java programming. &lt;br/&gt;
it is working nicely with Freeswitch. I can call the other clients without any problem. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;button.addActionListener(new ActionListener() {&lt;br/&gt;
            public void actionPerformed(ActionEvent e) {&lt;br/&gt;
                inviteHandler.acceptCall(sipRequest, dialog);&lt;br/&gt;
            }&lt;br/&gt;
        });&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But when I try to accept incoming call by click button&lt;/p&gt;
&lt;p&gt;It gives me that error&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException&lt;br/&gt;
    at net.sourceforge.peers.demo.EventManager$4.actionPerformed(EventManager.java:128)&lt;br/&gt;
    at java.awt.Button.processActionEvent(Button.java:409)&lt;br/&gt;
    at java.awt.Button.processEvent(Button.java:377)&lt;br/&gt;
    at java.awt.Component.dispatchEventImpl(Component.java:4889)&lt;br/&gt;
    at java.awt.Component.dispatchEvent(Component.java:4711)&lt;br/&gt;
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)&lt;br/&gt;
    at java.awt.EventQueue.access$500(EventQueue.java:97)&lt;br/&gt;
    at java.awt.EventQueue$3.run(EventQueue.java:709)&lt;br/&gt;
    at java.awt.EventQueue$3.run(EventQueue.java:703)&lt;br/&gt;
    at java.security.AccessController.doPrivileged(Native Method)&lt;br/&gt;
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)&lt;br/&gt;
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)&lt;br/&gt;
    at java.awt.EventQueue$4.run(EventQueue.java:731)&lt;br/&gt;
    at java.awt.EventQueue$4.run(EventQueue.java:729)&lt;br/&gt;
    at java.security.AccessController.doPrivileged(Native Method)&lt;br/&gt;
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)&lt;br/&gt;
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)&lt;br/&gt;
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)&lt;br/&gt;
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)&lt;br/&gt;
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)&lt;br/&gt;
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)&lt;br/&gt;
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)&lt;br/&gt;
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)&lt;br/&gt;
&lt;/strong&gt;   &lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;I googled for the solution, but I couldnt find a solution.&lt;/p&gt;
&lt;p&gt;Best Regards.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">akin ozsu</dc:creator><pubDate>Fri, 21 Oct 2016 09:08:33 -0000</pubDate><guid>https://sourceforge.net4acd360204f20efa465a733ce60134479b5c674e</guid></item></channel></rss>