Changeset 16
- Timestamp:
- 08/12/07 12:11:49
(1 year ago)
- Author:
- sip
- Message:
Added gpl license notice
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r14 |
r16 |
|
| 2 | 2 | * Conference.java |
|---|
| 3 | 3 | * |
|---|
| 4 | | * Created on 30 de julio de 2007, 15:36 |
|---|
| | 4 | * Copyright (C) 2007 Sergio Garcia Murillo |
|---|
| 5 | 5 | * |
|---|
| 6 | | * To change this template, choose Tools | Template Manager |
|---|
| 7 | | * and open the template in the editor. |
|---|
| | 6 | * This program is free software: you can redistribute it and/or modify |
|---|
| | 7 | * it under the terms of the GNU General Public License as published by |
|---|
| | 8 | * the Free Software Foundation, either version 3 of the License, or |
|---|
| | 9 | * (at your option) any later version. |
|---|
| | 10 | * |
|---|
| | 11 | * This program is distributed in the hope that it will be useful, |
|---|
| | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | * GNU General Public License for more details. |
|---|
| | 15 | * |
|---|
| | 16 | * You should have received a copy of the GNU General Public License |
|---|
| | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 8 | 18 | */ |
|---|
| 9 | 19 | |
|---|
| r14 |
r16 |
|
| 2 | 2 | * ConferenceMngr.java |
|---|
| 3 | 3 | * |
|---|
| 4 | | * Created on 30 de julio de 2007, 10:26 |
|---|
| | 4 | * Copyright (C) 2007 Sergio Garcia Murillo |
|---|
| | 5 | * |
|---|
| | 6 | * This program is free software: you can redistribute it and/or modify |
|---|
| | 7 | * it under the terms of the GNU General Public License as published by |
|---|
| | 8 | * the Free Software Foundation, either version 3 of the License, or |
|---|
| | 9 | * (at your option) any later version. |
|---|
| | 10 | * |
|---|
| | 11 | * This program is distributed in the hope that it will be useful, |
|---|
| | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | * GNU General Public License for more details. |
|---|
| | 15 | * |
|---|
| | 16 | * You should have received a copy of the GNU General Public License |
|---|
| | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 5 | 18 | */ |
|---|
| 6 | 19 | |
|---|
| … | … | |
| 18 | 31 | |
|---|
| 19 | 32 | /** |
|---|
| 20 | | * @author esergar |
|---|
| | 33 | * @author Sergio Garcia Murillo |
|---|
| 21 | 34 | */ |
|---|
| 22 | 35 | public class ConferenceMngr extends Object implements Serializable { |
|---|
| r14 |
r16 |
|
| 2 | 2 | * MCUHttpServlet.java |
|---|
| 3 | 3 | * |
|---|
| 4 | | * Created on 31 de julio de 2007, 8:47 |
|---|
| | 4 | * Copyright (C) 2007 Sergio Garcia Murillo |
|---|
| | 5 | * |
|---|
| | 6 | * This program is free software: you can redistribute it and/or modify |
|---|
| | 7 | * it under the terms of the GNU General Public License as published by |
|---|
| | 8 | * the Free Software Foundation, either version 3 of the License, or |
|---|
| | 9 | * (at your option) any later version. |
|---|
| | 10 | * |
|---|
| | 11 | * This program is distributed in the hope that it will be useful, |
|---|
| | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | * GNU General Public License for more details. |
|---|
| | 15 | * |
|---|
| | 16 | * You should have received a copy of the GNU General Public License |
|---|
| | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 5 | 18 | */ |
|---|
| 6 | 19 | |
|---|
| … | … | |
| 11 | 24 | import java.util.Iterator; |
|---|
| 12 | 25 | import java.util.Vector; |
|---|
| 13 | | import javax.annotation.Resource; |
|---|
| 14 | | |
|---|
| 15 | 26 | import javax.servlet.*; |
|---|
| 16 | 27 | import javax.servlet.http.*; |
|---|
| … | … | |
| 25 | 36 | /** |
|---|
| 26 | 37 | * |
|---|
| 27 | | * @author esergar |
|---|
| 28 | | * @version |
|---|
| | 38 | * @author Sergio Garcia Murillo |
|---|
| 29 | 39 | */ |
|---|
| 30 | 40 | public class MCUHttpServlet extends HttpServlet { |
|---|
| r14 |
r16 |
|
| 2 | 2 | * MCUSipServlet.java |
|---|
| 3 | 3 | * |
|---|
| 4 | | * Created on 31 de julio de 2007, 8:47 |
|---|
| | 4 | * Copyright (C) 2007 Sergio Garcia Murillo |
|---|
| | 5 | * |
|---|
| | 6 | * This program is free software: you can redistribute it and/or modify |
|---|
| | 7 | * it under the terms of the GNU General Public License as published by |
|---|
| | 8 | * the Free Software Foundation, either version 3 of the License, or |
|---|
| | 9 | * (at your option) any later version. |
|---|
| | 10 | * |
|---|
| | 11 | * This program is distributed in the hope that it will be useful, |
|---|
| | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | * GNU General Public License for more details. |
|---|
| | 15 | * |
|---|
| | 16 | * You should have received a copy of the GNU General Public License |
|---|
| | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 5 | 18 | */ |
|---|
| 6 | 19 | |
|---|
| … | … | |
| 11 | 24 | import java.util.logging.Logger; |
|---|
| 12 | 25 | import javax.annotation.Resource; |
|---|
| 13 | | import javax.servlet.ServletConfig; |
|---|
| 14 | 26 | import javax.servlet.ServletContext; |
|---|
| 15 | 27 | import javax.servlet.ServletException; |
|---|
| … | … | |
| 24 | 36 | /** |
|---|
| 25 | 37 | * |
|---|
| 26 | | * @author esergar |
|---|
| 27 | | * @version |
|---|
| 28 | | */ |
|---|
| 29 | | /** |
|---|
| 30 | | * |
|---|
| 31 | | * @author esergar |
|---|
| 32 | | * @version |
|---|
| | 38 | * @author Sergio Garcia Murillo |
|---|
| 33 | 39 | */ |
|---|
| 34 | 40 | public class MCUSipServlet extends SipServlet implements SipSessionListener { |
|---|
| r14 |
r16 |
|
| 2 | 2 | * MediaMixer.java |
|---|
| 3 | 3 | * |
|---|
| 4 | | * Created on 30 de julio de 2007, 12:19 |
|---|
| | 4 | * Copyright (C) 2007 Sergio Garcia Murillo |
|---|
| 5 | 5 | * |
|---|
| 6 | | * To change this template, choose Tools | Template Manager |
|---|
| 7 | | * and open the template in the editor. |
|---|
| | 6 | * This program is free software: you can redistribute it and/or modify |
|---|
| | 7 | * it under the terms of the GNU General Public License as published by |
|---|
| | 8 | * the Free Software Foundation, either version 3 of the License, or |
|---|
| | 9 | * (at your option) any later version. |
|---|
| | 10 | * |
|---|
| | 11 | * This program is distributed in the hope that it will be useful, |
|---|
| | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | * GNU General Public License for more details. |
|---|
| | 15 | * |
|---|
| | 16 | * You should have received a copy of the GNU General Public License |
|---|
| | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 8 | 18 | */ |
|---|
| 9 | 19 | |
|---|
| … | … | |
| 13 | 23 | /** |
|---|
| 14 | 24 | * |
|---|
| 15 | | * @author esergar |
|---|
| | 25 | * @author Sergio Garcia Murillo |
|---|
| 16 | 26 | */ |
|---|
| 17 | 27 | public class MediaMixer extends XmlRpcMcuClient { |
|---|
| r14 |
r16 |
|
| 2 | 2 | * Participant.java |
|---|
| 3 | 3 | * |
|---|
| 4 | | * Created on 08-ago-2007, 15:22:20 |
|---|
| 5 | | * |
|---|
| 6 | | * To change this template, choose Tools | Templates |
|---|
| 7 | | * and open the template in the editor. |
|---|
| | 4 | * Copyright (C) 2007 Sergio Garcia Murillo |
|---|
| | 5 | * |
|---|
| | 6 | * This program is free software: you can redistribute it and/or modify |
|---|
| | 7 | * it under the terms of the GNU General Public License as published by |
|---|
| | 8 | * the Free Software Foundation, either version 3 of the License, or |
|---|
| | 9 | * (at your option) any later version. |
|---|
| | 10 | * |
|---|
| | 11 | * This program is distributed in the hope that it will be useful, |
|---|
| | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | * GNU General Public License for more details. |
|---|
| | 15 | * |
|---|
| | 16 | * You should have received a copy of the GNU General Public License |
|---|
| | 17 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 8 | 18 | */ |
|---|
| 9 | 19 | |
|---|
| … | … | |
| 14 | 24 | /** |
|---|
| 15 | 25 | * |
|---|
| 16 | | * @author esergar |
|---|
| | 26 | * @author Sergio Garcia Murillo |
|---|
| 17 | 27 | */ |
|---|
| 18 | 28 | public class Participant { |
|---|
Download in other formats:
|
|