Merged revisions 610 via svnmerge from
https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r610 | kpfleming | 2008-08-05 17:16:58 -0500 (Tue, 05 Aug 2008) | 2 lines clean up license headers, and explicitly grant additional permissions when used with Asterisk ........ git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@611 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
parent
67bc1003ab
commit
64eaca5bfa
19
compiler.h
19
compiler.h
@ -4,9 +4,26 @@
|
|||||||
* Compiler-specific macros and other items
|
* Compiler-specific macros and other items
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005, Digium, Inc.
|
* Copyright (C) 2005, Digium, Inc.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software, distributed under the terms of
|
* This program is free software, distributed under the terms of
|
||||||
* the GNU General Public License
|
* the GNU General Public License Version 2 as published by the
|
||||||
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
|
* this program for more details.
|
||||||
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASTERISK_COMPILER_H
|
#ifndef _ASTERISK_COMPILER_H
|
||||||
|
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005, Digium
|
* Copyright (C) 2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
35
libpri.h
35
libpri.h
@ -1,25 +1,30 @@
|
|||||||
/*
|
/*
|
||||||
* libpri: An implementation of Primary Rate ISDN
|
* libpri: An implementation of Primary Rate ISDN
|
||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@linux-support.net>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001, Linux Support Services, Inc.
|
* Copyright (C) 2001, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LIBPRI_H
|
#ifndef _LIBPRI_H
|
||||||
|
33
pri.c
33
pri.c
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Matthew Fredrickson <creslin@digium.com>
|
* Written by Matthew Fredrickson <creslin@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004-2005, Digium
|
* Copyright (C) 2004-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
@ -7,6 +7,26 @@
|
|||||||
Copyright (C) Digium, Inc. 2004-2005
|
Copyright (C) Digium, Inc. 2004-2005
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
|
*
|
||||||
|
* This program is free software, distributed under the terms of
|
||||||
|
* the GNU General Public License Version 2 as published by the
|
||||||
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
|
* this program for more details.
|
||||||
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _PRI_FACILITY_H
|
#ifndef _PRI_FACILITY_H
|
||||||
#define _PRI_FACILITY_H
|
#define _PRI_FACILITY_H
|
||||||
#include "pri_q931.h"
|
#include "pri_q931.h"
|
||||||
|
@ -1,25 +1,30 @@
|
|||||||
/*
|
/*
|
||||||
* libpri: An implementation of Primary Rate ISDN
|
* libpri: An implementation of Primary Rate ISDN
|
||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@linux-support.net>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001, Linux Support Services, Inc.
|
* Copyright (C) 2001, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PRI_INTERNAL_H
|
#ifndef _PRI_INTERNAL_H
|
||||||
|
35
pri_q921.h
35
pri_q921.h
@ -1,25 +1,30 @@
|
|||||||
/*
|
/*
|
||||||
* libpri: An implementation of Primary Rate ISDN
|
* libpri: An implementation of Primary Rate ISDN
|
||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@linux-support.net>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001, Linux Support Services, Inc.
|
* Copyright (C) 2001, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PRI_Q921_H
|
#ifndef _PRI_Q921_H
|
||||||
|
35
pri_q931.h
35
pri_q931.h
@ -1,25 +1,30 @@
|
|||||||
/*
|
/*
|
||||||
* libpri: An implementation of Primary Rate ISDN
|
* libpri: An implementation of Primary Rate ISDN
|
||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@linux-support.net>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001, Linux Support Services, Inc.
|
* Copyright (C) 2001, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PRI_Q931_H
|
#ifndef _PRI_Q931_H
|
||||||
|
35
pri_timers.h
35
pri_timers.h
@ -1,25 +1,30 @@
|
|||||||
/*
|
/*
|
||||||
* libpri: An implementation of Primary Rate ISDN
|
* libpri: An implementation of Primary Rate ISDN
|
||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@linux-support.net>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001, Linux Support Services, Inc.
|
* Copyright (C) 2001, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PRI_TIMERS_H
|
#ifndef _PRI_TIMERS_H
|
||||||
|
33
pridump.c
33
pridump.c
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
33
prisched.c
33
prisched.c
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
33
pritest.c
33
pritest.c
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
33
q921.c
33
q921.c
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
33
q931.c
33
q931.c
@ -3,23 +3,28 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software, distributed under the terms of
|
||||||
* it under the terms of the GNU General Public License as published by
|
* the GNU General Public License Version 2 as published by the
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
* (at your option) any later version.
|
* this program for more 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
38
testprilib.c
38
testprilib.c
@ -3,25 +3,31 @@
|
|||||||
*
|
*
|
||||||
* Written by Mark Spencer <markster@digium.com>
|
* Written by Mark Spencer <markster@digium.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2005, Digium
|
* Copyright (C) 2001-2005, Digium, Inc.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* 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. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See http://www.asterisk.org for more information about
|
||||||
|
* the Asterisk project. Please do not directly contact
|
||||||
|
* any of the maintainers of this project for assistance;
|
||||||
|
* the project provides a web site, mailing lists and IRC
|
||||||
|
* channels for your use.
|
||||||
|
*
|
||||||
|
* This program is free software, distributed under the terms of
|
||||||
|
* the GNU General Public License Version 2 as published by the
|
||||||
|
* Free Software Foundation. See the LICENSE file included with
|
||||||
|
* this program for more details.
|
||||||
|
*
|
||||||
|
* In addition, when this program is distributed with Asterisk in
|
||||||
|
* any form that would qualify as a 'combined work' or as a
|
||||||
|
* 'derivative work' (but not mere aggregation), you can redistribute
|
||||||
|
* and/or modify the combination under the terms of the license
|
||||||
|
* provided with that copy of Asterisk, instead of the license
|
||||||
|
* terms granted here.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program tests libpri call reception using a zaptel interface.
|
* This program tests libpri call reception using a zaptel interface.
|
||||||
* Its state machines are setup for RECEIVING CALLS ONLY, so if you
|
* Its state machines are setup for RECEIVING CALLS ONLY, so if you
|
||||||
|
Loading…
Reference in New Issue
Block a user