Added copyright notices to sources and scripts missing them.

Updated copyright notices for 2014.
Fixed end of lines in many files.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5755 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2014-02-05 11:42:17 +00:00
parent 3ef32278a8
commit 37a72e4bc1
300 changed files with 1847 additions and 1436 deletions

View File

@ -1,5 +1,23 @@
#!/bin/sh #!/bin/sh
# autogen.sh
# This file is part of the YATE Project http://YATE.null.ro
#
# Yet Another Telephony Engine - a fully featured software PBX and IVR
# Copyright (C) 2005-2014 Null Team
#
# This software is distributed under multiple licenses;
# see the COPYING file in the main directory for licensing
# information for this specific distribution.
#
# This use of this software may be subject to additional restrictions.
# See the LEGAL file in the main directory for details.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Run this to generate a new configure script # Run this to generate a new configure script
if [ -z `which which 2>/dev/null` ]; then if [ -z `which which 2>/dev/null` ]; then

View File

@ -5,7 +5,7 @@
* A Qt-4 based universal telephony client * A Qt-4 based universal telephony client
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* A Qt-4 based universal telephony client * A Qt-4 based universal telephony client
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* A Qt-4 based universal telephony client * A Qt-4 based universal telephony client
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,5 +1,23 @@
#!/bin/sh #!/bin/sh
# run-qt4
# This file is part of the YATE Project http://YATE.null.ro
#
# Yet Another Telephony Engine - a fully featured software PBX and IVR
# Copyright (C) 2005-2014 Null Team
#
# This software is distributed under multiple licenses;
# see the COPYING file in the main directory for licensing
# information for this specific distribution.
#
# This use of this software may be subject to additional restrictions.
# See the LEGAL file in the main directory for details.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Script to run the Qt4 client from the build directory # Script to run the Qt4 client from the build directory
if [ -x yate-qt4 -a -x ../run ]; then if [ -x yate-qt4 -a -x ../run ]; then

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Base64 data encoding and decoding * Base64 data encoding and decoding
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Default client logic * Default client logic
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* Idea and initial implementation (as HashTable) by Maciek Kaminski * Idea and initial implementation (as HashTable) by Maciek Kaminski
* *

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2013 Null Team * Copyright (C) 2013-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -6,7 +6,7 @@
* Adapted for YATE by Paul Chitescu * Adapted for YATE by Paul Chitescu
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -9,7 +9,7 @@
* Adapted for YATE by Paul Chitescu * Adapted for YATE by Paul Chitescu
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -7,7 +7,7 @@
* Adapted for YATE by Paul Chitescu * Adapted for YATE by Paul Chitescu
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2013 Null Team * Copyright (C) 2013-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Classes for interfacing with Mac OS X API * Classes for interfacing with Mac OS X API
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -3,7 +3,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* ASN.1 Library * ASN.1 Library
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing
@ -1448,6 +1448,4 @@ int AsnMib::compareTo(AsnMib* mib)
return retValue; return retValue;
} }
/* vi: set ts=8 sw=4 sts=4 noet: */

View File

@ -5,7 +5,7 @@
* ASN.1 Library * ASN.1 Library
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,10 +1,10 @@
/* /**
* yategsm.h * yategsm.h
* GSM Radio Layer 3 library * GSM Radio Layer 3 library
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2011-2013 Null Team * Copyright (C) 2011-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* Author: Marian Podgoreanu * Author: Marian Podgoreanu
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* Author: Marian Podgoreanu * Author: Marian Podgoreanu
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* Author: Marian Podgoreanu * Author: Marian Podgoreanu
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,10 +1,10 @@
/** /**
* utils.cpp * xmpputils.cpp
* Yet Another Jabber Component Protocol Stack * Yet Another Jabber Component Protocol Stack
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Modem * Yet Another Modem
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Modem * Yet Another Modem
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,11 +1,11 @@
/* /**
* yatemodem.h * yatemodem.h
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Modem * Yet Another Modem
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Common C++ base classes for PBX related plugins * Common C++ base classes for PBX related plugins
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Multiple routing implementation * Multiple routing implementation
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,11 +1,11 @@
/* /**
* yatepbx.h * yatepbx.h
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Common C++ base classes for PBX related plugins * Common C++ base classes for PBX related plugins
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing
@ -316,4 +316,5 @@ private:
}; };
} }
/* vi: set ts=8 sw=4 sts=4 noet: */ /* vi: set ts=8 sw=4 sts=4 noet: */

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,10 +1,10 @@
/* /**
* yatertp.h * yatertp.h
* Yet Another RTP Stack * Yet Another RTP Stack
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,9 +1,10 @@
/** /**
* Evaluator.cpp * evaluator.cpp
* Yet Another (Java)script library
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2011-2013 Null Team * Copyright (C) 2011-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2011-2013 Null Team * Copyright (C) 2011-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2011-2013 Null Team * Copyright (C) 2011-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,10 +1,10 @@
/* /**
* yatescript.h * yatescript.h
* Yet Another (Java)script library * Yet Another (Java)script library
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2011-2013 Null Team * Copyright (C) 2011-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* SDP media handling * SDP media handling
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* SDP media handling * SDP media handling
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* SDP media handling * SDP media handling
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,11 +1,11 @@
/* /**
* yatesdp.h * yatesdp.h
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* SDP media handling * SDP media handling
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing
@ -161,5 +161,4 @@ bool SignallingReceiver::transmitPacket(const DataBlock& packet, bool repeat,
return tmp && tmp->transmitPacket(packet,repeat,type); return tmp && tmp->transmitPacket(packet,repeat,type);
} }
/* vi: set ts=8 sw=4 sts=4 noet: */ /* vi: set ts=8 sw=4 sts=4 noet: */

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,3 +1,24 @@
/**
* main-ss7test.cpp
* This file is part of the YATE Project http://YATE.null.ro
*
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
*
* Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2014 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#include "yatesig.h" #include "yatesig.h"
using namespace TelEngine; using namespace TelEngine;
@ -112,3 +133,5 @@ int main()
Output("SS7 library test stopped"); Output("SS7 library test stopped");
return 0; return 0;
} }
/* vi: set ts=8 sw=4 sts=4 noet: */

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,5 +1,23 @@
#!/bin/sh #!/bin/sh
# run-ss7test
# This file is part of the YATE Project http://YATE.null.ro
#
# Yet Another Telephony Engine - a fully featured software PBX and IVR
# Copyright (C) 2005-2014 Null Team
#
# This software is distributed under multiple licenses;
# see the COPYING file in the main directory for licensing
# information for this specific distribution.
#
# This use of this software may be subject to additional restrictions.
# See the LEGAL file in the main directory for details.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Script to run the SS7 test from the build directory # Script to run the SS7 test from the build directory
exefile="yate-ss7test" exefile="yate-ss7test"

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2010-2013 Null Team * Copyright (C) 2010-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -5,7 +5,7 @@
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -1,11 +1,11 @@
/* /**
* yatesig.h * yatesig.h
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN * Yet Another Signalling Stack - implements the support for SS7, ISDN and PSTN
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

View File

@ -4,7 +4,7 @@
* This file is part of the YATE Project http://YATE.null.ro * This file is part of the YATE Project http://YATE.null.ro
* *
* Yet Another Telephony Engine - a fully featured software PBX and IVR * Yet Another Telephony Engine - a fully featured software PBX and IVR
* Copyright (C) 2004-2013 Null Team * Copyright (C) 2004-2014 Null Team
* *
* This software is distributed under multiple licenses; * This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing * see the COPYING file in the main directory for licensing

Some files were not shown because too many files have changed in this diff Show More