Commit Graph

13588 Commits (38e98f42bc656c514b321a55bdfd5bb1c0a0fb55)
 

Author SHA1 Message Date
Mark Michelson a3848ec74c Place unlock of mutex in an else block so that it does not get unlocked twice.
17 years ago
Richard Mudgett f65dccafb6 The ISDN CPE side should not exclusively pick B channels normally.
17 years ago
Jeff Peeler fc73897bbd Make sure to recreate the dahdi pseudo channel after dahdi restart
17 years ago
Russell Bryant fe7923abfc Don't fast forward past the end of a message.
17 years ago
David Brooks 64e75ecf80 Fixing voicemail's error in checking max silence vs min message length
17 years ago
Terry Wilson 5e3e234df6 I didn't see that Mark already fixed the underlying issue!
17 years ago
Russell Bryant 090c2f1e4e Fix a case where CDR answer time could be before the start time involving parking.
17 years ago
Terry Wilson 03d3fb7a7a Don't try to free NULL
17 years ago
Mark Michelson 140d84dfc5 Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled.
17 years ago
Russell Bryant c05d6ceccd Resolve a crash related to a T.38 reinvite race condition.
17 years ago
Richard Mudgett 1ac27cf7ec Improved chan_dahdi.conf pritimer error checking.
17 years ago
Mark Michelson a1fa4f0391 Use the handy UNLINK macro instead of hand-coding the same thing in-line.
17 years ago
David Vossel d6106936cb MWI NOTIFY contains a wrong URI if Asterisk listens to non-standard port and transport
17 years ago
Mark Michelson f76b499923 Fix more memory leaks that may result if rtp is not successfully allocated.
17 years ago
Mark Michelson b0c0c17764 Fix potential memory leak in chan_sip when video rtp is not allocated properly.
17 years ago
Russell Bryant 72b285ed96 Report CallerID change during a masquerade.
17 years ago
Russell Bryant dcfd8d7c7c Make Polycom subscription type override check more explicit.
17 years ago
Mark Michelson 26ba38b8f4 Remove an extra debug line left from previous commit.
17 years ago
Mark Michelson d31f78a172 Fix a situation in which Asterisk would not stop retransmitting 487s.
17 years ago
Mark Michelson 1f7d3e9a01 Fix a possible infinite loop in SDP parsing during glare situation.
17 years ago
Sean Bright f543251260 Since we don't have sip_pvt_lock() in 1.4, we need to use ast_mutex_* directly.
17 years ago
Matthew Nicholson e735cdc36b Added deadlock protection to try_suggested_sip_codec in chan_sip.c.
17 years ago
David Vossel f17d5d22d2 timestamp was being converted to host order as a short rather than a long
17 years ago
Tilghman Lesher 5757b115b3 If the "h" extension fails, give it another chance in main/pbx.c.
17 years ago
Russell Bryant fce4a98f7c Fix memory corruption and leakage related reloads of non files mode MoH classes.
17 years ago
Mark Michelson 03909de702 Change the datastore traversal in ast_do_masquerade to use a safe list traversal.
17 years ago
David Vossel 86c204f34c StopMixMonitor race condition (not giving up file immediately)
17 years ago
David Brooks ebe2c1829b Checks for NULL sip_pvt pointer in chan_sip.c->acf_channel_read()
17 years ago
Kevin P. Fleming b8417b571b Correct AST_LIST_APPEND_LIST behavior when list to be appended is empty.
17 years ago
Kevin P. Fleming 94fa4d11b5 Improve support for media paths that can generate multiple frames at once.
17 years ago
Eliel C. Sardanons a42ff13c97 Show the interface name on error, if it is not found.
17 years ago
Mark Michelson c946be82a9 Add INFO to our allowed methods so that endpoints know they may send it to us.
17 years ago
Mark Michelson af2e7f5eab Suppress a warning message and give a better return code when generating
17 years ago
Sean Bright a34f50f08b Backport fix for parallel build warnings from trunk r199781.
17 years ago
Leif Madsen c5ee7242d8 Fix path for .flavor and .version.
17 years ago
Sean Bright 035b942a7a __WORDSIZE is not available on all platforms, so use sizeof(void *) instead.
17 years ago
Sean Bright aea9d7d060 Fix a typo in the stack size calculation just introduced.
17 years ago
Sean Bright 0d849d509d Increase the size of our thread stack on 64 bit processors.
17 years ago
David Vossel d3bea6da02 Fixes issue with hints giving unexpected results.
17 years ago
David Vossel ed94be12f0 Additional updates to AST-2009-001
17 years ago
Sean Bright 7605487610 Safely handle AMI connections/reload requests that occur during startup.
17 years ago
Sean Bright f3b85fface Fix a possible crash in pbx_spool.
17 years ago
David Vossel ddb4e3f2e7 Generic call forward api, ast_call_forward()
17 years ago
Tilghman Lesher af31809bcf If using the old deprecated format, a reload would cause the class to disappear.
17 years ago
Sean Bright 8fc78eae7a Properly terminate AMI JabberSend response messages.
17 years ago
Russell Bryant e86b26f1a8 Fix a crash that occurred when MWI SMDI messages expired.
17 years ago
Sean Bright 48253ef901 Treat an empty FORWARD_CONTEXT the same way we treat a missing one.
17 years ago
Matthew Nicholson aa2fd9a4c2 Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.
17 years ago
Sean Bright be8d983874 Fix 'make config' target for Slackware.
17 years ago
Leif Madsen ad5f20b94b Update MixMonitor documentation.
17 years ago