Commit Graph

178 Commits (bc56a84c58b92b72d341ddd95248d6cbf392e60b)

Author SHA1 Message Date
Christian Richter 31c5fc22a5 fixed potential segfault in misdn show channels CLI command
18 years ago
Tilghman Lesher 7060a6888d When deleting a task from the scheduler, ignoring the return value could
18 years ago
Christian Richter 2a4a61f914 make sure frame is completely clean, before we send it to asterisk as DTMF. If we don't make it clean, it happens that one way audio occurs..
18 years ago
Christian Richter be6e667c1e when overlapdial was used and no number was dialed, the call was dropped, now we just jump into the s extension, which makes a lot more sense.
18 years ago
Christian Richter 876afa76de fixed the sequencing of WAITING_4DIGS state setting and overlap_task thread starting.
18 years ago
Christian Richter be20960013 added RR patch from iroot #10908, thanks.
18 years ago
Christian Richter c2c1e68238 if we're NT and no number was dialed and overlapdial is set, we wait for the ISDN timeout instead of starting our own timer. added a comment for the misdn.conf.sample for the overlapdial config option.
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 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 e6b3384b48 terminate USERUSER String with 0
18 years ago
Russell Bryant d2186a55c0 Fix building chan_misdn under dev-mode. (please run the configure script
18 years ago
Christian Richter b0012671db fixed round_robin group dial method, this never worked well on BRI Ports (2 channels)
18 years ago
Russell Bryant d6b8fb4dc0 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
18 years ago
Christian Richter a779f3cbf5 removed comment which violates the coding guidelines.
18 years ago
Christian Richter 63122bb677 added 'astdtmf' option to allow configuring the asterisk dtmf detector instead of the mISDN_dsp ones. also added the patch from irroot #10190, so that dtmf tones detected by the asterisk detector are passed outofband to asterisk, to make any use of dtmf tones at all.
18 years ago
Christian Richter 370b3437ee fixed a hold/retrieve issue.
18 years ago
Christian Richter f4126ffe68 Fixed some warnings.
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 4cf31ac7e1 make chan_misdn compile without warnings
18 years ago
Christian Richter c71c5098b7 sometimes we don't need to signal dtmf tones to asterisk, we just want them to go through as inband. Otherwise they might be generated by the other channel partner and then there is a double tone.
18 years ago
Joshua Colp 9a35428295 (closes issue #10437)
18 years ago
Christian Richter 1f62b98d45 fixed a bug with the useruser information element. We send them now also in the disconnect message.
18 years ago
Christian Richter 17be3d5858 Merged revisions 73207 via svnmerge from
18 years ago
Christian Richter 1e392965f4 Merged revisions 73004 via svnmerge from
18 years ago
Christian Richter 07a72b546f Merged revisions 72585 via svnmerge from
18 years ago
Christian Richter 8fc4089947 Merged revisions 72099 via svnmerge from
18 years ago
Christian Richter d0bc56b953 Merged revisions 70341 via svnmerge from
18 years ago
Christian Richter 795e189aa2 Merged revisions 70672 via svnmerge from
18 years ago
Christian Richter 9b17b11c08 Merged revisions 70311 via svnmerge from
18 years ago
Christian Richter 933ebc4141 Merged revisions 69887 via svnmerge from
18 years ago
Christian Richter 0847f57595 Merged revisions 68887 via svnmerge from
18 years ago
Christian Richter 84434f5f2f Merged revisions 68874 via svnmerge from
18 years ago
Christian Richter 48f8dc5340 Merged revisions 68732 via svnmerge from
18 years ago
Christian Richter 7d491a7c24 Merged revisions 68631 via svnmerge from
18 years ago
Christian Richter b0dd31cb52 Merged revisions 67306 via svnmerge from
18 years ago
Christian Richter 9f749257ef Merged revisions 67209 via svnmerge from
18 years ago
Christian Richter 9f54cd55af Merged revisions 65767 via svnmerge from
18 years ago
Christian Richter e7355ec53b Merged revisions 65328 via svnmerge from
18 years ago
Christian Richter d682a74e26 Merged revisions 64902 via svnmerge from
18 years ago
Christian Richter d17174cfc1 Merged revisions 64513 via svnmerge from
18 years ago
Christian Richter 3e63c9d542 Merged revisions 62945,63402,63519 via svnmerge from
18 years ago
Christian Richter 460e677ea6 Merged revisions 61357,61770,62885 via svnmerge from
18 years ago
Nadi Sarrar 3bd81c31fb Don't export AOCD variables on misdn_hangup anymore, this was mainly a fix for trunk..
18 years ago
Nadi Sarrar 4e2ab7de64 Export AOCD variables on misdn_hangup.
18 years ago
Nadi Sarrar b31fe9be83 Ignore facility messages in case we don't have a corresponding channel object.
18 years ago
Nadi Sarrar 5e08746b28 AOCD's are now exported to asterisk channel variables.
18 years ago
Steve Murphy 7d5a79a0b9 This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered.
18 years ago
Christian Richter 30ace959bb Merged revisions 59623-59624,59639 via svnmerge from
18 years ago