Commit Graph

5788 Commits (4ab40e9a10ab8cb1409e28703f50b89868d07afc)

Author SHA1 Message Date
David Vossel 35ac1d7e1c Fixed iax2 key rotation backwards compatibility
17 years ago
Kevin P. Fleming 2a53f2ec98 Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1C (also known as Siren7 and Siren14)
17 years ago
Dwayne M. Hubbard d11e6f0591 Add dynamic fax buffer configuration option to chan_dahdi.conf
17 years ago
Russell Bryant a741658f58 Remove useless string copy, and make sscanf safe again
17 years ago
David Vossel 178e6f06df Adds force encryption option to iax.conf
17 years ago
Russell Bryant 768c73160e Avoid using ast_strdupa() in a loop.
17 years ago
Kevin P. Fleming 1448b5db6a correct warning message to not refer specifically to DAHDI
17 years ago
David Vossel 53f3ab973e Setting key rotation to be off by default
17 years ago
Philippe Sultan c873d72ca2 Issue a warning message if our candidate's IP is the loopback address.
17 years ago
Philippe Sultan 7bb5ef8399 Merged revisions 175029 via svnmerge from
17 years ago
Joshua Colp 6304c09149 Only decrease inringing count if above zero.
17 years ago
Joshua Colp 8e6780a5b1 Set the type for the peer structure to be a peer as the default.
17 years ago
Joshua Colp bb327036f1 Make the logic for inuse and inringing manipluation match that of 1.4. The old broken logic would reset the values back to 0 during certain scenarios causing the wrong state to be reported.
17 years ago
Mark Michelson e0b0ae07a3 Fix something I messed up in the merge I just did
17 years ago
Mark Michelson a02ef73b25 Merged revisions 174282 via svnmerge from
17 years ago
Dwayne M. Hubbard 0024ad62ab Merged revisions 174082 via svnmerge from
17 years ago
David Vossel c15b83e7e5 Adds immediate yes/no option to iax.conf
17 years ago
Joshua Colp fa389ab17a Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an issue where duplicated pseudo channels would cause a crash because the first one would unsubscribe and the next one would also try to unsubscribe the same subscription.
17 years ago
Joshua Colp 550f7f1e65 Merged revisions 173967-173968 via svnmerge from
17 years ago
Matthew Nicholson 647b68ec23 Merged revisions 173917 via svnmerge from
17 years ago
Russell Bryant 0cbada4f96 Add a common implementation of a scheduler context with a dedicated thread.
17 years ago
David Vossel b605bdff0c Fixes issue with IAX2 transfer not handing off calls. Reverts changes in 116884
17 years ago
Richard Mudgett e70fc3d136 Broke up the large conditional blocks so it is easy to see if a function is compiled.
17 years ago
Russell Bryant 326587ebe3 Fix a spelling mistake.
17 years ago
Olle Johansson a9ee30da54 Add a todo. I do need to really check what's going on with this kill-the-user business ;-)
17 years ago
Olle Johansson 81a3d40c08 Small formatting change
17 years ago
Olle Johansson 9ea148b260 Add some well-needed improvements to the wishlist in the code, so that we can close
17 years ago
Sean Bright 2af8f59958 The CID lookup feature wasn't actually working properly with dialog-info+xml
17 years ago
Richard Mudgett 97b4e9cf2a channels/chan_dahdi.c
17 years ago
Olle Johansson efd6586546 Revert two lines that was extra, but only on fridays.
17 years ago
Olle Johansson 7ecda45482 Fix "cancel answered elsewhere" through app_queue with members in chan_local.
17 years ago
Olle Johansson b79a12e929 - Make sure we set setvar= variables on outbound calls too, not only inbound calls.
17 years ago
Olle Johansson 3e144e2a71 Make sure register= line supports both port and expiry at the same time.
17 years ago
Olle Johansson 55782a8dfa Merged revisions 172169 via svnmerge from
17 years ago
Steve Murphy f029e410ec A further correction: cast the sizeof to an int.
17 years ago
Steve Murphy 5918a38b98 my gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 didn't like the \%ld and issued a warning, breaking my dev-mode build. This fixes it.
17 years ago
Tilghman Lesher ca052f64d0 Merged revisions 171963 via svnmerge from
17 years ago
Matthew Fredrickson 7a69506727 Don't complain about lack of D-channels on PTMP connections
17 years ago
Mark Michelson 5f1a4ebe6d Merged revisions 171689 via svnmerge from
17 years ago
Doug Bailey 906d665477 Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.)
17 years ago
Olle Johansson a0a8a4d68e Solving the same issue, but a bit different in trunk...
17 years ago
Olle Johansson e9beff5969 Moving generic setting to friends
17 years ago
Olle Johansson f35874c3f5 Continue to move variables into the sip_cfg structure to make them easier to handle in the future as a group of settings for a group of devices.
17 years ago
Olle Johansson a6228ccaf3 Just moving around variable declarations so that we have all globals in the same place.
17 years ago
Olle Johansson 08640496d1 Merged revisions 171264 via svnmerge from
17 years ago
Tilghman Lesher b0a29390ec Merged revisions 171187 via svnmerge from
17 years ago
Michiel van Baak 630fe3ccb8 dont segfault when a MWI event occurs on a line without a registered device
17 years ago
Tilghman Lesher 0308c5b943 Merged revisions 170588 via svnmerge from
17 years ago
Joshua Colp a394fe3a7a Merged revisions 170504 via svnmerge from
17 years ago
Michiel van Baak 40bfad1212 let's use SENTINEL where needed
17 years ago