Commit Graph

12739 Commits (ced50934cb50cd7d51af9b4115a05e36a7caaa8c)
 

Author SHA1 Message Date
Tilghman Lesher e9d086a277 Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,
17 years ago
Kevin P. Fleming 589c7bdb3a remove this, it has been moved to the main Makefile
17 years ago
Kevin P. Fleming 0e91ad574f a couple of small Solaris-related fixes
17 years ago
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
17 years ago
Steve Murphy e9f5152eba The CDRfix4/5/6 omnibus cdr fixes.
17 years ago
Mark Michelson 27a3ead8a7 Fix thread-safety of some of the pbx_builtin_getvar_helper calls
17 years ago
Tilghman Lesher 65d72fd813 Merged revisions 127466 via svnmerge from
17 years ago
Mark Michelson 2ddc2e2ca0 Add error message to failed open(2) calls inside the copy() function of
17 years ago
Tilghman Lesher a904d0f74f Disable the old, slow search for matching callno in chan_iax2 (but allow it to be reenabled for debugging)
17 years ago
Tilghman Lesher be6ac151e8 Oops
17 years ago
Tilghman Lesher 00b8646ae2 Change around how we schedule pings and lagrqs, and fix a reason why the
17 years ago
Tilghman Lesher f2946061d0 Suppress annoying warning by finding the remaining cases where the callno is not in the hash.
17 years ago
Olle Johansson d3ba59fdc7 Use domain part of SIP uri in register= configuration as fromdomain.
17 years ago
Olle Johansson c68c56c3f6 Handle escaped URI's in call pickups. Patch by oej and IgorG.
17 years ago
Olle Johansson fcb5675ffb Clear up documentation on "domain=" setting in sip.conf
17 years ago
Olle Johansson d96900ad80 Report 200 OK to all in-dialog OPTIONs requests (to confirm that the dialog
17 years ago
Olle Johansson 8e0a99b7e3 Fix bad XML for hold notification.
17 years ago
Jeff Peeler 95961ba037 Load the proper channel configuration file based on which driver was detected.
17 years ago
Tilghman Lesher 84ab258c12 Add note about other names for EuroISDN
17 years ago
Russell Bryant 791f9b12d3 Fix a typo in the non-DEBUG_THREADS version of the recently added DEADLOCK_AVOIDANCE()
17 years ago
Olle Johansson af5c8fedce Send all responses to an INVITE reliably, so that we retransmit if we don't get an ACK and
17 years ago
Kevin P. Fleming 31a9e3085d ignore warnings for prototypes in GTK headers
17 years ago
Tilghman Lesher 16b6a965d8 When we get a 408 Timeout, don't stop trying to re-register.
17 years ago
Tilghman Lesher c20daa7d8c Since HAVE_DAHDI is defined to HAVE_ZAPTEL in dahdi_compat.h, we must first
17 years ago
Tilghman Lesher db4ae54745 In this debugging function, copy to a buffer instead of using potentially unsafe pointers.
17 years ago
Tilghman Lesher 226a47ccfd Add proper deadlock avoidance.
17 years ago
Jason Parker a9d6021211 Make sure to unlock the lock_info lock (huh?). Possible deadlock?
17 years ago
Mark Michelson 28004bb651 Add the interface of a queue member to the output of the "queue show" command
17 years ago
Mark Michelson 3d2bc51957 Backport of attended transfer queue_log patch from trunk.
17 years ago
Mark Michelson 033e0392e7 Prior to this patch, the "queue show" command used cached
17 years ago
Olle Johansson bd8199b12c Add support for peer realm based auth (a few missing lines, the rest is well documented but never worked)
17 years ago
Kevin P. Fleming a57e614df8 ensure that (whenever possible) if we generate a log message because an ioctl() call to DAHDI/Zaptel failed, that we include the reason it failed by including the stringified error number
17 years ago
Tilghman Lesher 9b4a5d8310 Check for rtcp structure before trying to delete schedule.
17 years ago
Tilghman Lesher 40784f499c Document ackcall=always.
17 years ago
Kevin P. Fleming 994998a9da allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-tools and dahdi-linux are now separate packages and can be installed in different places
17 years ago
Tilghman Lesher 5f4939828b Pvt deadlock causes some channels to get stuck in Reserved status.
17 years ago
Tilghman Lesher b8e3e5c6d5 Occasionally control characters find their way into CallerID. These need to
17 years ago
Tilghman Lesher f54c6f52ac Don't access the pvt structure if unable to acquire the lock.
17 years ago
Kevin P. Fleming df919a669d emit a warning if the old IAX2 call searching code finds a call when the new code did not... so that we can get rid of the old code in 2-3 months
17 years ago
Steve Murphy a8f8c021d2 (closes issue #12910)
17 years ago
Tilghman Lesher 6bcc02490f usleep with a value over 1,000,000 is nonportable. Changing to use sleep()
17 years ago
Tilghman Lesher 634d72f549 If the last character in a string to be parsed is the delimiter, then we should
17 years ago
Jeff Gehlbach 52af36f02f Fix issues in digium-mib.txt and asterisk-mib.txt to placate smilint - bug 12905
17 years ago
Tilghman Lesher 859c491cd0 When using a Local channel, started by a call file, with a destination of an
17 years ago
Tilghman Lesher db334a1edc It's possible for a hangup to be received, even just after the initial cid
17 years ago
Mark Michelson 83efc923de Fix IMAP forwarding so that messages are sent to the proper mailbox.
17 years ago
Brett Bryant f35ccc37be Merge revision 124064 from trunk. Add errors that report any locks held by threads when they are being closed.
17 years ago
Tilghman Lesher 64151b28f3 Change informative messages to use the _multiple variant when multiple formats
17 years ago
Tilghman Lesher d5481a1303 Only process 40 arguments (20 files) at once with xargs, because some older
17 years ago
Tilghman Lesher 3841c847a3 Correct description of notifyringing option.
17 years ago