Commit Graph

14114 Commits (ea332c39bf6464d0776bc1be05c406ff98534302)
 

Author SHA1 Message Date
Paul Belanger ea332c39bf fix tab-completion for unload command.
16 years ago
Paul Belanger dca914c43b Fix logging message for stale nonce.
16 years ago
Matthew Nicholson de1dd975e6 give a better error message when attempting to unload a module that is not loaded
16 years ago
Matthew Nicholson 4654483d6b don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loaded
16 years ago
Matthew Nicholson fa79e11a91 Clear the AST_CDR_FLAG_DIALED flag for channels going into the pbx via the G option in app_dial
16 years ago
Russell Bryant 938b6264ff Document that a leading and trailing slash is expected for test categories.
16 years ago
Richard Mudgett 8c1f4940eb Close the DAHDI FD on error when processing chan_dahdi toneduration config parameter.
16 years ago
Tilghman Lesher 5a80e36794 Correct how 100, 200, 300, etc. is said. Also add the crazy British numbers.
16 years ago
Jeff Peeler c9818a396f Ensure file.o is built correctly.
16 years ago
Jeff Peeler c833141336 Correct sip.conf.sample comments for prematuremedia option.
16 years ago
Terry Wilson 79d795c383 Add option to not do a call forward on 482 Loop Detected
16 years ago
Mark Michelson 5724d8f905 Fix problem with RFC 2833 DTMF not being accepted.
16 years ago
Matthew Nicholson 989ecebcb0 Make get_member_status return QUEUE_NO_MEMBERS instead of QUEUE_NO_REACHABLE_MEMBERS to make joinempty=no work again. This regression was introduced in 273639. Also fixed whitespace.
16 years ago
Tilghman Lesher b0202ce6d1 Command 'stop gracefully' doesn't.
16 years ago
Paul Belanger 9fc9b42295 Remove extra line breaks from 'core show config mappings'
16 years ago
Tilghman Lesher 14550f93d0 Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch potentially large software bugs.
16 years ago
Tilghman Lesher 01af082769 Autoservice loop optimization causes a busy loop, when channels are serviced while in hangup.
16 years ago
Tzafrir Cohen 97f61244f9 Fix various typos, reported by Lintian
16 years ago
Tilghman Lesher 358159c2b0 If all members are paused, the wrong status is indicated.
16 years ago
Russell Bryant 2a18c6627d Don't return a partially initialized datastore.
16 years ago
Jeff Peeler 9bae102b7c Allow admin user to join conference without using admin mode and no user pin.
16 years ago
Jeff Peeler f5310e3bc7 Ensure channel placed in meetme in ringing state is properly hung up.
16 years ago
Tilghman Lesher 65458abbe8 Allow the "useragent" value to be restored into memory from the realtime backend.
16 years ago
Tilghman Lesher 96e6915e83 _Really_ skip the channel... don't just retry for another 200 cycles.
16 years ago
Russell Bryant 0fdf89a73c Remove properties that were erroneously merged to 1.4 from one of my branches.
16 years ago
Tilghman Lesher 7258f41a2b Don't change ownership/group/permissions on run directory, if it already exists.
16 years ago
Tilghman Lesher 8f2e2863be Also trim trailing blanks on #includes
16 years ago
Tilghman Lesher c0abc6a359 Change the way that we read include files, to accommodate for changes in GCC 4.4.
16 years ago
Russell Bryant b9e03e6c8b Backport applicable parts of test_astobj2.
16 years ago
Russell Bryant 0dbe3c9921 Backport unit test API to 1.4.
16 years ago
Mark Michelson 2cc343faa2 Decode URI in contact header of 302 response.
16 years ago
Russell Bryant bd6950605f Force SILENTMAKE where it is needed.
16 years ago
Russell Bryant a265216d79 Backport method of setting SUBMAKE from trunk.
16 years ago
Tilghman Lesher 127ab9c2b2 Make the structure of the table specified before match the queries and results.
16 years ago
Richard Mudgett fac72f08b8 ss_thread calls pri_grab without lock during overlap dial
16 years ago
Matthew Nicholson d1292255d1 Send AgentComplete manager events in the event of blind and attended transfers.
16 years ago
Paul Belanger 2f6313a1c8 First caller into a dynamic conference now enter pin once.
16 years ago
Tilghman Lesher 28e9afee31 Backport part of revision 136715 to fix callerid in voicemail text files (IMAP only).
16 years ago
Matthew Nicholson 7eabbade0a Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is set. This is necessary to keep the ref count correct.
16 years ago
Matthew Nicholson 5a628d0ebf Allow users to specify a port for dundi peers.
16 years ago
Matthew Nicholson 2d31f18ae9 Modify chan_sip's packet generation api to automatically calculate the Content-Length. This is done by storing packet content in a buffer until it is actually time to send the packet, at which time the size of the packet is calculated. This change was made to ensure that the Content-Length is always correct.
16 years ago
Jeff Peeler 8d6239cf93 Do not use sizeof to calculate size of a heap allocated character array.
16 years ago
Jeff Peeler a9d20856d1 Check for newly added memory allocation failures gracefully during AEL2 parsing.
16 years ago
Jeff Peeler 11816dd222 Fix crash when parsing some heavily nested statements in AEL on reload.
16 years ago
Russell Bryant aafa3c7464 Remove an unnecessary assignment that causes a DEBUG_THREADS build failure on mac os x.
16 years ago
Russell Bryant f311d0ac18 Fix a build problem on Mac OS X with DEBUG_THREADS enabled.
16 years ago
Jeff Peeler 5cf7c69afb Eliminate deadlock potential in dahdi_fixup().
16 years ago
Matthew Nicholson e3ee8deffd Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct.
16 years ago
Jason Parker 25a613a993 Need to lock the agent chan before access its internal bits.
16 years ago
Paul Belanger ae3f99e0b7 Fixed typo in macro-page
16 years ago