Commit Graph

10343 Commits (34b5a7c8ae21642e751301b76c7829a24e4021fb)
 

Author SHA1 Message Date
Kevin P. Fleming 34b5a7c8ae Merged revisions 50561 via svnmerge from
19 years ago
Joshua Colp 915f9315e1 Remove check for channel state as it can definitely be something other then ring, and also clean up the code a bit. This should solve the parking issues and maybe some attended transfer issues people have been seeing.
19 years ago
Joshua Colp 240ca25bea Add support to see whether NAT was detected (yay symmetric RTP) and also add a check in chan_sip so that if NAT has been detected and the reinvite behind nat option has been turned off, then just do partial bridge. (issue #8655 reported by mnicholson)
19 years ago
Joshua Colp 4ec0f8cbd6 Merge speech-multi branch which adds support for joining multiple sound files together to be played one after another in SpeechBackground.
19 years ago
Joshua Colp c4d1757329 Fix parsing when using something like ldap settings. (done by anthonyl)
19 years ago
Joshua Colp 9aca2b2a54 Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 reported by st41ker)
19 years ago
Jason Parker 4ed22c8198 Reverse some logic in cdr_manager, which made it fail to load if the config file existed.
19 years ago
Joshua Colp 2c4359d9b3 Merged revisions 50295 via svnmerge from
19 years ago
Joshua Colp 59432b9e21 Ensure data's existence before trying to access it. (issue #8774 reported by rcourtna)
19 years ago
Russell Bryant 8fb6be645e Merged revisions 50227 via svnmerge from
19 years ago
Jason Parker 281b1a890c Re-add CLI command that should have only been deprecated in 1.4.
19 years ago
Tilghman Lesher 8597c8f7b4 Merged revisions 50150 via svnmerge from
19 years ago
Olle Johansson 1a33c38a15 - handle re-invites properly in sip_hangup()
19 years ago
Jason Parker 5cd6177995 Fix an issue with voicemail and users.conf, where it wouldn't ever parse a password, since it was using "secret" instead of "password"
19 years ago
Matt O'Gorman f7767f2e23 we can't unlock a channel if we cant find it. - AnthonyL bug #8741
19 years ago
Joshua Colp 46700b62af Disable the more intense packet2packet bridging until the bugs can be worked out.
19 years ago
Olle Johansson 3394598f93 Issue #8677 - Handle failure of T.38 re-invite
19 years ago
Olle Johansson 0f96f73768 Issue #8524, support multiple via header values (tardieu)
19 years ago
Olle Johansson be32fad9b8 We only need one forward declaration
19 years ago
Olle Johansson 484add6554 Issue 8735: Terminate state when extension is unavailable for subscription
19 years ago
Joshua Colp 0a51642588 Merged revisions 49889 via svnmerge from
19 years ago
Kevin P. Fleming 708276e718 since we use AC_PATH_TOOL to find tools, we should use the results it provides for us (reported by Brian Capouch on the asterisk-dev list)
19 years ago
Tilghman Lesher 5d9b3e845f Merged revisions 49833 via svnmerge from
19 years ago
Tilghman Lesher dcbf36432e Second condition was a subset of the first, so hold was never decremented, thus hint stayed stuck (Issue 8747)
19 years ago
Jason Parker 9e621e99a5 Save 1 whopping byte of allocated memory!
19 years ago
Kevin P. Fleming fb05d85ac2 one more time...
19 years ago
Kevin P. Fleming 7023f1cf8f proper fix for r49712
19 years ago
Kevin P. Fleming c63f9a3fe8 if --with-foo=<path> is specific for a configure option, ensure that it is used for header file checking as well
19 years ago
Kevin P. Fleming d2d50d7a8e ast_func_read() needs a writable copy of the function name to be passed
19 years ago
Jason Parker 9803b9a357 Make codec_zap and chan_zap also depend on zaptel.
19 years ago
Kevin P. Fleming c56f17425c don't 'consume' the params list before we try to use it again
19 years ago
Kevin P. Fleming 444adcb477 reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
19 years ago
Joshua Colp ac75028a50 Don't keep repeating the warning over and over when the end of the call is reached. (issue #8724 reported by xrg)
19 years ago
Kevin P. Fleming fb010e49aa Merged revisions 49635 via svnmerge from
19 years ago
Kevin P. Fleming ab4da71374 revert the dynamic_list insertion change... that was not the right thing to do
19 years ago
Kevin P. Fleming aed1467281 create the IAX2 processing threads as background threads so they will use smaller stacks
19 years ago
Joshua Colp 62b8b03294 It's possible for the iax2 pvt to disappear, so if it has... don't bother looking for dpentries.
19 years ago
Kevin P. Fleming 46d91e71c5 add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands
19 years ago
Joshua Colp 3d460e5a68 Only free comments and line buffer once we reach the first level. (issue #8678 reported by ssokol, fixed by anthonyl)
19 years ago
Kevin P. Fleming 24bb7d865e don't mark these allocations as 'cache' allocations when caching has been disabled
19 years ago
Kevin P. Fleming 6b1817c0d1 if we're going to decrement the frame count when we free a frame, we should inrement it when we create one :-)
19 years ago
Kevin P. Fleming 497dd42772 only do IAX2 frame caching for voice and video frames
19 years ago
Kevin P. Fleming fa5de60c6e don't do frame header caching in the core if LOW_MEMORY is defined
19 years ago
Kevin P. Fleming f7a47b38eb don't define this type either if LOW_MEMORY is enabled
19 years ago
Matt O'Gorman ff7a8f61a4 Merged revisions 49447 via svnmerge from
19 years ago
Kevin P. Fleming 74258ab85e don't do frame caching in LOW_MEMORY mode
19 years ago
Kevin P. Fleming d49b295c1d make building of codec_gsm against the system GSM library actually work
19 years ago
Matt O'Gorman 04b4ccc4c2 Merged revisions 49412 via svnmerge from
19 years ago
Russell Bryant 525f5e6d75 Fix the REALTIME() dialplan function. ast_build_string() advances the string
19 years ago
Matt O'Gorman 5ebc820813 Merged revisions 49354 via svnmerge from
19 years ago