[svn-commits] mattf: trunk r20 - in /trunk: README isup.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri Aug 18 14:20:26 MST 2006
Author: mattf
Date: Fri Aug 18 16:20:26 2006
New Revision: 20
URL: http://svn.digium.com/view/libss7?rev=20&view=rev
Log:
Update to README file, as well as another parameter.
Modified:
trunk/README
trunk/isup.c
Modified: trunk/README
URL: http://svn.digium.com/view/libss7/trunk/README?rev=20&r1=19&r2=20&view=diff
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Aug 18 16:20:26 2006
@@ -12,6 +12,17 @@
========
libss7 is covered under the GPL (Gnu Public License) version 2. For more
information, see http://www.gnu.org/
+
+To Use:
+=======
+Currently, to use it with asterisk you need to check out a special branch as follows:
+svn co http://svn.digium.com/svn/asterisk/team/mattf/asterisk-ss7
+
+In zaptel.conf, your signalling channel should be a "dchan" and your bearers should
+be set as "bchan".
+
+In the asterisk-ss7 branch, there is a sample zapata.conf that is installed which
+contains sample configuration for setting up an E1 link.
TODO:
=====
Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?rev=20&r1=19&r2=20&view=diff
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Fri Aug 18 16:20:26 2006
@@ -512,6 +512,7 @@
{ISUP_PARM_GENERIC_DIGITS, "Generic Digits"},
{ISUP_PARM_GENERIC_NAME, "Generic Name"},
{ISUP_PARM_GENERIC_NOTIFICATION_IND, "Generic Notification Indication"},
+ {ISUP_PARM_PROPAGATION_DELAY, "Propagation Delay"},
{ISUP_PARM_BACKWARD_CALL_IND, "Backward Call Indicator", NULL, backward_call_ind_receive, backward_call_ind_transmit},
{ISUP_PARM_RANGE_AND_STATUS, "Range and status", range_and_status_dump, range_and_status_receive, range_and_status_transmit},
};
More information about the svn-commits
mailing list