summaryrefslogtreecommitdiffstats
path: root/macro.h
Commit message (Collapse)AuthorAgeFilesLines
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-2/+2
| | | | Now LCR and chan_lcr will not use any CPU until there is work to do.
* Fixes and improves parsing of config file.Andreas Eversberg2009-10-271-1/+17
| | | | | | | | | | | | | | | | | Last character of unterminated line was ignored. Minor bug fix in 2600 Hz pulse dialing. modified: README modified: action_vbox.cpp modified: crypt.cpp modified: extension.c modified: gsm_conf.c modified: interface.c modified: macro.h modified: route.c modified: ss5.cpp modified: ss5.h
* Fix possible bufferoverflowsKarsten Keil2008-09-031-1/+1
| | | | | | | | strncat(dest,src,n) The size of dest must be at least strlen(dest)+n+1. Signed-off-by: Karsten Keil <kkeil@suse.de>
* Fix lot of warningsKarsten Keil2008-09-021-5/+5
|
* changed long to int (64 bit system's compatibilty)Super User2008-06-141-1/+1
|
* work on chan_lcr: bridging works, interface selection possibleSuper User2008-06-061-12/+12
| | | | | | | | | | | | | | | | | | | | | | modified: Makefile modified: apppbx.cpp modified: apppbx.h modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: dss1.cpp modified: genext.c modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: macro.h modified: main.c modified: message.h modified: options.c modified: options.h modified: socket_server.c
* backupSuper User2007-07-151-0/+107