Fixed length of Alias in ilp.c

This commit is contained in:
leo 2001-01-31 11:58:00 +00:00
parent d3c5683027
commit 16ed18ff88
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## $Id: Makefile.in,v 1.191 2001/01/14 12:13:49 akool Exp $
## $Id: Makefile.in,v 1.192 2001/01/31 11:58:00 leo Exp $
##
## ISDN accounting for isdn4linux.
##
@ -19,6 +19,9 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## $Log: Makefile.in,v $
## Revision 1.192 2001/01/31 11:58:00 leo
## Fixed length of Alias in ilp.c
##
## Revision 1.191 2001/01/14 12:13:49 akool
## isdnlog-4.49
## - added more Euracom decodings
@ -1439,7 +1442,7 @@ SERVICEFILE = /etc/services
# DON'T EDIT BELOW THIS LINE
######################################################################
VERSION = 4.49
VERSION = 4.50
MANPAGES = isdnlog/callerid.conf.5 isdnlog/isdn.conf.5 \
isdnlog/isdnformat.5 isdnlog/isdnlog.5 isdnlog/isdnlog.8 \

View File

@ -20,6 +20,8 @@
*
* 0.10 15.12.2000 lt Initial Version
* 0.11 21.12.2000 lt STANDALONE test mode, bug fixes
* 0.12 31.01.2001 lt fixed too long aliases (thx Reinhard Karcher)
*
*/
#ifdef STANDALONE
@ -125,7 +127,7 @@ void procinfo(int chan, CALL *call, int state)
st = "UNKNOWN";
break;
}
p += sprintf(p, " %7s %-3s %c %-25s %-18s %-8s",
p += sprintf(p, " %7s %-3s %c %-25s %-18.18s %-8s",
st,
NE(msn),
call->dialin ? '<' : '>',