Commit Graph

12250 Commits (bc56a84c58b92b72d341ddd95248d6cbf392e60b)
 

Author SHA1 Message Date
Russell Bryant bc56a84c58 Merge changes from team/russell/smdi-1.4
18 years ago
Jason Parker aba8d8d763 IPTOS_MINCOST is not defined on Solaris.
18 years ago
Russell Bryant f64df49235 This patch fixes some pretty significant problems with how app_chanspy handles
18 years ago
Russell Bryant ac15754e9a Improve the lock tracking code a bit so that a bunch of old locks that threads
18 years ago
Joshua Colp e6652d0a13 Make it so a users.conf user creates both a SIP peer and a SIP user. The user will be used for inbound authentication for the device, and peer will be used for placing calls to the device.
18 years ago
Tilghman Lesher 5184be27ed If the destination folder is full, don't delete a message when exiting.
18 years ago
Jason Parker e1fb43d32a Allow the use of #include and #exec in situations where the max include depth was only 1.
18 years ago
Russell Bryant c27732c38c Ensure that the channel doesn't disappear in agent_logoff(). If it does, it
18 years ago
Joshua Colp 9b32204204 If a resubscription comes in for a dialog we no longer know about tell the remote side that the dialog does not exist so they subscribe again using a new dialog.
18 years ago
Joshua Colp 2395b1a6f5 Due to recent changes tag will no longer be NULL if not present so we have to use ast_strlen_zero to see if it's actually blank.
18 years ago
Tilghman Lesher 638ca62698 Backwards debug message.
18 years ago
Mark Michelson 2d8f502132 And as a followup to revision 104026, completely remove event-related
18 years ago
Mark Michelson b3dd064bcb Remove an incorrect debug message. It reported that it had received a specific event and tried to report
18 years ago
Kevin P. Fleming d105ba22fa reduce the likelihood that HTTP Manager session ids will consist of primarily '1' bits
18 years ago
Mark Michelson 70b222e46f Clear up confusion when viewing the QUEUE_WAITING_COUNT of a
18 years ago
Joshua Colp 11edc2ab8d Don't wait for additional digits when overlap dialing is enabled if the setup message contains the sending_complete information element.
18 years ago
Mark Michelson 6835ca7d03 Fix a crash if the channel becomes NULL while attempting to lock it.
18 years ago
Tilghman Lesher 494aeb94ac Compat fix for Solaris
18 years ago
Joshua Colp 749f1e1963 Send CallerID Name in setup message.
18 years ago
Russell Bryant 8c9a6024d9 Account for the fact that the "other" channel can disappear while the local pvt
18 years ago
Joshua Colp 4671e11a5c Don't look for launchd when cross compiling.
18 years ago
Joshua Colp 7b6d391b76 Fix building of chan_sip.
18 years ago
Olle Johansson 7b72c89fb9 Make sure we send error replies correctly by checking the via header.
18 years ago
Joshua Colp 0433ee65ae Ensure that emulated DTMFs do not get interrupted by another begin frame.
18 years ago
Jason Parker add30e2666 Fix previous commit so that we actually disable echocanbridged if echocancel is off.
18 years ago
Jason Parker 4ce44f1c28 Correct a message when echocancelwhenbridged is on, but echocancel is not.
18 years ago
Mark Michelson 1726d5ef4e There was an invalid assumption when calculating the duration of a file that the filestream in question
18 years ago
Tilghman Lesher 4306df31b1 When a SIP channel is being auto-destroyed, it's possible for it to still be
18 years ago
Mark Michelson a300034b08 Fix a linked list corruption that under the right circumstances
18 years ago
Joshua Colp ba72af8c11 Backport fix from issue #9325.
18 years ago
Joshua Colp c8d5a65d35 Don't care if the extension given doesn't exist for subscription based MWI.
18 years ago
Russell Bryant 6bf909cd2e Fix a crash in chan_iax2 due to a race condition
18 years ago
Russell Bryant 468e53a6de In the case that you try to directly reload a module has returned
18 years ago
Russell Bryant 97bf3c5ace Don't attempt to execute the reload callback for a module that returned
18 years ago
Mark Michelson 5de5636aa9 Final round of changes for configure script logic for IMAP
18 years ago
Mark Michelson dbc1aa9de2 Fix a bit of wrong logic in the configure script that caused problems when trying to configure
18 years ago
Mark Michelson 2ee7626928 I apparently misunderstood one of the requirements of this configure change.
18 years ago
Mark Michelson 2bd91c05b5 Make a small clarification in the documentation
18 years ago
Mark Michelson 35803472e2 Update documentation regarding configuration of IMAP
18 years ago
Mark Michelson 638ef8c5d2 Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
18 years ago
Mark Michelson 0d470a0525 Fix build for non-IMAP builds
18 years ago
Mark Michelson e70abb4a9e Fix the new message count if delete=yes when using IMAP storage.
18 years ago
Jason Parker f29e9e72ba swap location for this..
18 years ago
Jason Parker 01b6eae2e5 Document the 'l' option to the CDR() function.
18 years ago
Tilghman Lesher e049bdfcfa We aren't talking to ourselves; we're talking to someone else.
18 years ago
Tilghman Lesher 3e014ecd0b Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dependency)
18 years ago
Jason Parker 335e583040 revert accidental change from last commit. oops
18 years ago
Jason Parker 3bc94a27ca Remove condition that was impossible.
18 years ago
Joshua Colp f3f663d6fd Even if no CallerID name or number has been provided by the remote party still use the configured sip.conf ones.
18 years ago
Joshua Colp 0b110bb5e8 If entering a conference with the 'w' option ensure that we can't listen or speak until the marked user appears.
18 years ago