Commit Graph

7267 Commits (4e779b5b430e1bbc6b93eabcbfac8a497a39d64a)
 

Author SHA1 Message Date
Russell Bryant 4e779b5b43 Make the number that represents the major version number a single digit instead
19 years ago
Tilghman Lesher a0afc6c927 The advent of realtime has enabled people to use commas in the fullname field.
19 years ago
Christian Richter 9713819c85 make gcc 4 happy, remove some warnings
19 years ago
Joshua Colp 8ca9fedc42 Ensure we use the default refresh value of 60 if the remote server does not send one. (issue #8746 reported by maethor)
19 years ago
Tilghman Lesher be0be1b4f1 If openstream fails, then we crash (Issue 8564)
19 years ago
Kevin P. Fleming 2194a0b079 ensure that threads which are supposed to be detached (because we aren't going to wait on them) are created properly
19 years ago
Matt O'Gorman 99815228f2 converted a lot of 256 to PATH_MAX and some white space fixes.
19 years ago
Matt O'Gorman 82016c83d2 good catch russell sorry i missed that.
19 years ago
Matt O'Gorman 58f6fb69fb When using ODBC_STORAGE VoicemailMain doesn't create the
19 years ago
Christian Richter 9c8bcc3c1c * Added check for bridging in misdn_call to avoid setting echocancellation
19 years ago
Christian Richter 6e6fa1c71f added check for channel ranges in the set/empty channel functions. set pmp_l1_check default to no. added misdn restart pid cli command. added cleaning of channel when we send a RELEASE_COMPLETE.
19 years ago
Kevin P. Fleming 6e7786ab99 location of the bug posting guidelines has changed
19 years ago
Olle Johansson 59ae6dac08 Issue 8596: Set CAN_BYE flag for 100 trying too
19 years ago
Russell Bryant c355d9667b Fix an error introduced by copying and pasting the handling of the >= operator
19 years ago
Russell Bryant 847ddc1e2c Check for the proper return value on an error in a call to mmap().
19 years ago
Russell Bryant 798116918e Remove a couple of misplaced dots in log messages. This was reported by
19 years ago
Joshua Colp c54cc039e8 Add new silence sound files to the spec for Redhat. (issue #8652 reported by alvaro_palma_aste)
19 years ago
Joshua Colp f28947f7ef Free localuser structure when we fail to dial (issue #8612 reported by rizzo)
19 years ago
Christian Richter 526b32f5e6 when we reject a channel, because it's in use already, we shouldn't process the setup anymore. made the channel allocation a bit easier and more understandable, removed a few unused lines
19 years ago
Christian Richter 7716c778e4 when our PTP Partner sends us a SETUP with a preselected channel we just accept it, even when we're NT. added some checks for segfaults.
19 years ago
Olle Johansson c3b8d9f510 Issue #8592 - handle 504 as 503 - congestion
19 years ago
Christian Richter b9bddd3063 removed FIXUP state. added check for channel allocation conflict when we create a setup while the other site creates a setup on the same channel, besides the check we resolve this conflict.
19 years ago
Steve Murphy 9cc5b12741 This small patch fixes bug 8541, where the L option to the Dial app wasn't working right. A similar bug (8386) was filed and fixed earlier, but an intervening bug fix to a DTMF problem broke the L() code in a different way. Hopefully, everything is happy now.
19 years ago
Kevin P. Fleming 72c5d5a16b add silence files
19 years ago
Matt O'Gorman ffdbc25cb9 the english language can be a tricky beast
19 years ago
Matt O'Gorman 2cbdcb35b1 app_externalivr needs a real silence file, and additional
19 years ago
Tilghman Lesher 983d09bc21 When doing a fork() and exec(), two problems existed (Issue 8086):
19 years ago
Steve Murphy 611a9778bb This version applies the patch suggested by stevens in bug 7836 (make inbound channel RINGING state consistent with other channels).
19 years ago
Russell Bryant f2df4138cb Use locking when accessing the registrations list. This list is not actually
19 years ago
Russell Bryant d79533bd94 Ensure that the file position is not incremented beyond the total number of
19 years ago
Russell Bryant 26676beff5 Fix the name of the rtignoreregexpire option in the sample configuration file.
19 years ago
Christian Richter 6d3c784a84 added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcate wether the extension is already completely dialed or if there might come additional digits by information elements. also added some docs for that.
19 years ago
Olle Johansson d37fee2b0f Issue #8528 - make sure we don't delete the dialog too quickly after receiving
19 years ago
Christian Richter 95a18631a4 changed a few debugs to higher debug levels
19 years ago
Olle Johansson 8eb9c059e5 Don't add Contact header on BYE, CANCEL, MESSAGE requests
19 years ago
Olle Johansson c70018c590 Only set the ALREADYGONE flag once in handle_response()
19 years ago
Tilghman Lesher 31759faca8 If the recording in the database is too large, it will fail to retrieve with
19 years ago
Jason Parker 9ce01ec196 Revert change from 8016 - this breaks other stuff... Needs further review.
19 years ago
Jason Parker 8c413a42eb Fix an issue where a message isn't saved correctly when using ODBC storage and reviewing a message.
19 years ago
Joshua Colp 6502bf97af If the generic bridge tells us not to retry, and we have a frame to spit out then break the bridge. Props to markit in #asterisk-bugs for bringing this up.
19 years ago
Kevin P. Fleming 37d6a18db1 if Dial() is going to send music-on-hold to the calling party, it has to send PROGRESS first to ensure that the reverse audio path has been setup first (BE-106)
19 years ago
Jason Parker 49135c3ee5 Fix a small typo - issue 8848, reported by pabelanger
19 years ago
Olle Johansson e76ee063e6 Issue 8319 - noriyuki - nonce-count updated *after* use
19 years ago
Joshua Colp 37db91a3b8 Don't write AST_FRAME_NULL or AST_FRAME_IAX frames out to the channel driver. (issue #8390 reported by hselasky)
19 years ago
Joshua Colp 1b287f7406 Only print out debug message if bridged channel is not NULL. (issue #8412 reported by jubilex)
19 years ago
Joshua Colp efe92601c5 Do not listen for DTMF on the bridge that comes into existence when ParkedCall is executed. This means native bridging can now occur for this. (issue #8406 reported by kebl0155)
19 years ago
Joshua Colp 274f9027f3 Print certain CDR messages out at the NOTICE level versus WARNING since they can occur when used with the CDR applications and are perfectly fine. (issue #8367 reported by dartvader)
19 years ago
Joshua Colp 6180390206 Remember the pointer to the allocated block of memory so that we can free it and not cause a memory leak. (issue #8449 reported by arkadia)
19 years ago
Joshua Colp 3781699230 Document 'port' for SIP peers, came up because of the current mailing list thread. (issue #8450 reported by blitzrage)
19 years ago
Olle Johansson faee7ae5f1 Do proper test and don't leave dialogs hanging...
19 years ago