Commit Graph

13515 Commits (5757b115b3c36ef18ddf7b53dc7f7a27b1e6f4c5)
 

Author SHA1 Message Date
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
David Vossel 67928d88a9 'iax show peer blah' now outputs whether or not peer 'blah' is in trunk mode or not.
17 years ago
Mark Michelson 590408dca3 Allow for media to arrive from an alternate source when responding to a reinvite with 491.
17 years ago
Eliel C. Sardanons 26cec158af Use the address we already know when reloading a peer with nat=yes.
17 years ago
Mark Michelson 3268149a1f Add flags to chanspy audiohook so that audio stays in sync.
17 years ago
Joshua Colp eb2a672328 Fix a bug where the flag indicating the presence of rport would get overwritten by the nat setting.
17 years ago
Sean Bright ad4de8c79c Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.
17 years ago
Olle Johansson 59a69ff380 Typo fix
17 years ago
Tilghman Lesher 292448fd86 Use a different determinator on whether to print the delimiter, since leading fields may be blank.
17 years ago
Jeff Peeler 829907e467 Fix broken attended transfers
17 years ago
Sean Bright a2fd7f4e47 Fix handling of the 'state_interface' option of the 'queue add member' CLI
17 years ago
Russell Bryant 245950ad00 Resolve a file handle leak.
17 years ago
Joshua Colp aca2aadbfa Remove some bash specific stuff from safe_asterisk.
17 years ago
Joshua Colp e79b7e3c8d Fix a bug where using immediate with mISDN caused a cause code of 16 to get sent back instead of 1 if the 's' extension did not exist.
17 years ago
David Vossel 620bae6924 Sign problem calculating timestamp for iax frame leads to no audio on the receiving peer.
17 years ago
Matthew Nicholson df4812c96e This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG_LOCKED from being updated in certain cases.
17 years ago
Joshua Colp 91843c8c58 Fix some code that wrongly assumed a pointer would always be non-NULL when dealing with CDRs after a bridge.
17 years ago
Joshua Colp 65494bfdf7 Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
17 years ago
Tilghman Lesher 6de96b9120 Ensure thread keys are initialized before attempting to access them.
17 years ago
Joshua Colp 64c1093e14 Fix a bug where direct RTP setup would partially occur even when disabled if the calling channel was answered.
17 years ago
Tilghman Lesher efb22ba096 Add a similar dependency on SMDI for voicemail as already exists for ADSI.
17 years ago
Joshua Colp ee5ca5fb33 Fix a typo which caused loss of audio when using G729 in some scenarios with a smoother present.
17 years ago
Joshua Colp ac71a26c0f Fix a bug where the codecs of the called party leg were not properly sent back to the caller call leg when reinvited.
17 years ago
Russell Bryant 85483848d0 Don't try to unlock a bogus channel.
17 years ago