Commit Graph

103 Commits (00b8f863496cbd7ce514385dd1c7a3aba111361f)

Author SHA1 Message Date
Tilghman Lesher 245abfa1c2 Fix an uninitialized memory read found by valgrind
18 years ago
Christian Richter 4e52dc67dc added restart all interfaces Restart_Indicator, to automatically send a RESTART after the L2 of a PTP Port comes up. Also fixed some places where we have send a RELEASE without need for it.
18 years ago
Christian Richter 472f7a471c fixed a state/event issue with overlapdial=yes when no extension matched. removed the general sending of a RELEASE_COMPLETE when we receive a RELEASE, this is done by mISDNuser/mISDN. This makes it possible to use asterisk-1.4 with mISDN trunk, but requires users of mISDN/mISDNuser-1.1.X to upgrade to at least mISDNuser-1.1.6 (when using the NT mode at all)
18 years ago
Christian Richter ad50f139c4 fixed the support for CW and therefore for the reject_cause option.
18 years ago
Christian Richter 57ccb76df1 aded ntkeepcalls option, to avoid droÃpping calls when the L2 goes down on a PTP link. There are some pbx which do turn off the L1 for a very short while and restart it immediately. normally T310 should be started and after 10 seconds or so the calls should be dropped, this is a simple fix wihtout this timer.
18 years ago
Christian Richter e4df4c58ec we send DISCONNECT instead of RELEASE/RELEASE_COMPLETE if the dialplan does not match after an overlap call. Also added out_cause=1
18 years ago
Christian Richter 370b3437ee fixed a hold/retrieve issue.
18 years ago
Christian Richter 6576e93697 Fixed a severe issue where a misdn_read would lock the channel, but read would
18 years ago
Dwayne M. Hubbard 2aff2acf0a make misdn/isdn_lib compile without warnings
18 years ago
Christian Richter a95d9718c9 Merged revisions 73252 via svnmerge from
19 years ago
Christian Richter 07a72b546f Merged revisions 72585 via svnmerge from
19 years ago
Christian Richter 8fc4089947 Merged revisions 72099 via svnmerge from
19 years ago
Christian Richter 9dc0104a12 Merged revisions 72087 via svnmerge from
19 years ago
Christian Richter 2294156c9d Merged revisions 72040-72041 via svnmerge from
19 years ago
Christian Richter d0bc56b953 Merged revisions 70341 via svnmerge from
19 years ago
Christian Richter 795e189aa2 Merged revisions 70672 via svnmerge from
19 years ago
Christian Richter e1791cab97 Merged revisions 70342 via svnmerge from
19 years ago
Christian Richter 9b17b11c08 Merged revisions 70311 via svnmerge from
19 years ago
Christian Richter 7d491a7c24 Merged revisions 68631 via svnmerge from
19 years ago
Christian Richter 3e63c9d542 Merged revisions 62945,63402,63519 via svnmerge from
19 years ago
Christian Richter 460e677ea6 Merged revisions 61357,61770,62885 via svnmerge from
19 years ago
Christian Richter 30ace959bb Merged revisions 59623-59624,59639 via svnmerge from
19 years ago
Nadi Sarrar 980b0bc785 * mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make chan_misdn use it.
19 years ago
Christian Richter 30165b1bf2 Merged revisions 58849-58850,59062-59063 via svnmerge from
19 years ago
Christian Richter 5923e48d7f Merged revisions 57034,57523,57753,58558 via svnmerge from
19 years ago
Christian Richter 160cfaf1c6 added UU transceiving and corect handling for rdnis
19 years ago
Christian Richter 1c90803367 Merged revisions 52843 via svnmerge from
19 years ago
Christian Richter e65aeb27b5 Merged revisions 50495,50506 via svnmerge from
19 years ago
Christian Richter 19fdc9b14e manually merged r49922 and r50335, because of conflicts. this commint includes addition of the ISDN RESTART Message
19 years ago
Christian Richter fb52698667 Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from
19 years ago
Christian Richter 55229f98b9 Merged revisions 47968 via svnmerge from
19 years ago
Kevin P. Fleming 8dd76cc19a silence compiler warning on 64-bit platforms (this variable is an 'int' anyway, comparing it to 'signed long' is not useful)
19 years ago
Nadi Sarrar 72985e664f find_free_chan_in_stack usage fix
19 years ago
Christian Richter b03054fdfc Merged revisions 46350 via svnmerge from
19 years ago
Christian Richter 3a602aa1d7 Merged revisions 45020 via svnmerge from
19 years ago
Christian Richter 8621f03cf2 removed warning because of missing prototype declaration
19 years ago
Christian Richter 76dd912066 Merged revisions 44785 via svnmerge from
19 years ago
Christian Richter 13825dab85 Merged revisions 44334 via svnmerge from
19 years ago
Christian Richter e0005b654a Merged revisions 44149 via svnmerge from
19 years ago
Christian Richter a3f43a7dfe Merged revisions 43764 via svnmerge from
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Nadi Sarrar 864c934f53 adding support for AOCD facility messages.
19 years ago
Christian Richter 7de6ec3337 removed libbnec dependencies.
19 years ago
Nadi Sarrar 0b579cf152 moved the asn1 and facility portions of code to mISDNuser, so removing the files here.
19 years ago
Nadi Sarrar 162e37b2d6 fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"
20 years ago
Nadi Sarrar 958f3726f1 * first bits of decoding facility information elements
20 years ago
Christian Richter 52e1395690 * added possibility to change echocancel settings during calls
20 years ago
Christian Richter f2178d336b changed naming of mISDN channels, so that hinting works proper
20 years ago
Christian Richter fc3d27cf6f * removed pp_l2_check (fixed L2 bug in mISDNuser)
20 years ago
Christian Richter 54ce0f0a22 added even more statefulness for sending out disconnect/release/release_complete messages. added support for incoming presentation/screening. fixed a bug that we generate TONE_EVENTS on hanguptone_indicatem, which caused asterisk to write blocking thread messages. added nodialtone option to prevent dialtone for always_immediate
20 years ago