Commit Graph

5012 Commits (6477f207f1dd3a158ac53b0eb056a695d4884745)

Author SHA1 Message Date
Matthew Fredrickson 05ead467bd Commit chan_zap portion of #11964: add the ability to get ORIG_CALLED_NUM
18 years ago
Jason Parker e0e9ff2e43 Merged revisions 103790 via svnmerge from
18 years ago
Matthew Fredrickson 484214d534 Make sure EC is enabled when SS7 call comes in. Also add support for multiple DPCs per linkset. #11779
18 years ago
Tilghman Lesher 2c3c489ade Merged revisions 103780 via svnmerge from
18 years ago
Olle Johansson f04d5fb83d Make sure we can set up calls without audio (text+video).
18 years ago
Mark Michelson e9d0cda77d Merged revisions 103770 via svnmerge from
18 years ago
Joshua Colp 67ac1d44da Merged revisions 103763 via svnmerge from
18 years ago
Olle Johansson 17c761c5ff - No space in manager event names, please
18 years ago
Michiel van Baak 62ac882f8c move two ast_log calls to ast_debug.
18 years ago
Russell Bryant 958ed2b620 Merged revisions 103741 via svnmerge from
18 years ago
Jason Parker 72bc8a7c7d Fix up some doxygen issues.
18 years ago
Jason Parker a38a5d9ab6 Add periodic jitter stats to CLI and manager.
18 years ago
Joshua Colp 60de470a77 Merged revisions 103385 via svnmerge from
18 years ago
Joshua Colp 9587f09103 Add support for allowing a native bridge to happen when the L option is enabled. The RTP bridging could already handle this, it just needed to be enabled in the main bridging code.
18 years ago
Joshua Colp a684207428 Change chan_skinny to use debug messages as appropriate.
18 years ago
James Golovich 5f4b027f19 Don't wipe out transport and fd in chan_sip on reload (issue #11930)
18 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
18 years ago
Mark Michelson b7764b534a Merged revisions 103070 via svnmerge from
18 years ago
Joshua Colp ae6eea1999 Fix a network byte order issue and ensure when creating an outgoing dialog that the socket always contains information such as type and port.
18 years ago
Joshua Colp 3d3852f125 Merged revisions 102968 via svnmerge from
18 years ago
Joshua Colp 84fd4fcd47 Merged revisions 102725 via svnmerge from
18 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Mark Michelson 33e42a6788 Merged revisions 102453 via svnmerge from
18 years ago
Joshua Colp 4b0c2cd0f3 Yeah yeah, I broke building on trunk. Shoot me.
18 years ago
Joshua Colp 946da18730 Merged revisions 102450 via svnmerge from
18 years ago
Jason Parker 668cecbafc Add line numbers to warning/error messages (and pretty up some existing ones).
18 years ago
Olle Johansson 7ca0fa1cae Merged revisions 102142 via svnmerge from
18 years ago
Olle Johansson eab33324de Merged revisions 102090 via svnmerge from
18 years ago
Russell Bryant 208f346878 Merged revisions 101989 via svnmerge from
18 years ago
Russell Bryant c2d9664f6f Merged revisions 101693 via svnmerge from
18 years ago
Russell Bryant 02357a6462 Fix a simple deadlock that was introduced _right_ before this code got merged
18 years ago
Jason Parker 245661a158 Merged revisions 101482 via svnmerge from
18 years ago
Russell Bryant 039f7a6ce1 Merged revisions 101433 via svnmerge from
18 years ago
Russell Bryant e3caa42311 Merged revisions 101413-101414 via svnmerge from
18 years ago
Mark Michelson 4d00d175c3 The deprecation of "username" in favor of "defaultuser" for SIP peers unfortunately
18 years ago
Kevin P. Fleming 9e7a9c3292 simplify this code and eliminate the return value cast that is no longer necessary
18 years ago
Olle Johansson 13c62afa80 Constifying the interface to get pvt_ids in the bridge, based on
18 years ago
Olle Johansson 85b2ef5f0e Merged revisions 101152 via svnmerge from
18 years ago
Jason Parker 0214baa6eb Merged revisions 100930 via svnmerge from
18 years ago
Jason Parker 8727ced2d6 Merged revisions 100835 via svnmerge from
18 years ago
Joshua Colp d38298c272 Make externip work as documented. If no port is specified it will use the value of bindport instead of always being 5060.
18 years ago
Christian Richter a3bdc0a77f Merged revisions 100793 via svnmerge from
18 years ago
Christian Richter 2753deb0db Merged revisions 96199 via svnmerge from
18 years ago
Olle Johansson 2151e444e5 Merged revisions 100740 via svnmerge from
18 years ago
Olle Johansson 5059be57bf Removing code that wasn't supposed to be there at all, only at an experimental stage
18 years ago
Mark Michelson f007eba6d9 Re-inserting chan_vpb into trunk.
18 years ago
Joshua Colp a1eeabcd41 Fix up some T38 state change issues.
18 years ago
Joshua Colp 212db7a0d7 Fix up two scheduling issues. In one instance a scheduled item was not deleted when it should have been and in the other it was scheduled again when it shouldn't have been.
18 years ago
Russell Bryant b437d33fe5 Merged revisions 100629 via svnmerge from
18 years ago
Jason Parker bf800d7e25 Merged revisions 100624 via svnmerge from
18 years ago
Russell Bryant 1c74c549d7 Merged revisions 100581 via svnmerge from
18 years ago
Joshua Colp 9cbe2622b6 Don't do a network byte order conversion when setting the socket's port variable to that of bindaddr's. It is already in the correct network byte order.
18 years ago
Tilghman Lesher 69ade72e3c With the switch to the ast_sched_replace* API in trunk, we lose the correction
18 years ago
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
18 years ago
Mark Michelson 7a90863973 Removing chan_vpb from the tree
18 years ago
Jason Parker 34bdd7bf7a Merged revisions 100378 via svnmerge from
18 years ago
James Golovich 1fd8f0fe8c Fix simple whitespace issue
18 years ago
Jason Parker 32989872dd Move chan_local dependency into places (only one) that previously depended on res_features, and used local channels
18 years ago
Joshua Colp f44ef30a3e Remove dependency on res_features from some channel drivers. It is now part of the core and no longer exists as a module.
18 years ago
Kevin P. Fleming de9e315146 fix flag bit definitions to make code from issue #11049 actually work; along the way, clarify comments and add some dummy flag definitions for other multi-bit flags to hopefully stop this from happening in the future
18 years ago
Olle Johansson 5fb7250511 Merged revisions 99978 via svnmerge from
18 years ago
Olle Johansson 02e2718e94 Merged revisions 99977 via svnmerge from
18 years ago
Kevin P. Fleming 0b2239deae since echo canceler parameters in Zaptel are now signed integers, allow them during parsing
18 years ago
Tilghman Lesher e19b83a0a3 Progress messages don't work
18 years ago
Olle Johansson 16315ae2f3 - Add a few comments to sip_xmit
18 years ago
Olle Johansson e956900bc5 Merged revisions 99652 via svnmerge from
18 years ago
Olle Johansson b8aa3248ec Add a generic function to set the bridged call PVT unique id string
18 years ago
Olle Johansson 949bb30d03 Merged revisions 99594 via svnmerge from
18 years ago
Russell Bryant 14657e25ea Point out a bug in some debug counter handling
18 years ago
Olle Johansson f4fe6744cc Add authentication options to the SIP dialstring.
18 years ago
Olle Johansson 865bb84432 Doxygen updates
18 years ago
Mark Michelson c48b43e2d8 Merged revisions 99426 via svnmerge from
18 years ago
Jason Parker 97fb8a75d4 Fix distinctive ring detection.
18 years ago
Olle Johansson 8f19d8523b Remove compiler warning for uninitialized variable
18 years ago
Olle Johansson fcaeb2d722 Doxygen updates.
18 years ago
Olle Johansson 8296d2d29d Updating doxygen
18 years ago
Joshua Colp 965c454543 Merged revisions 99301 via svnmerge from
18 years ago
Joshua Colp aeb3048676 Change over to using ast_debug so these debug messages don't always show up.
18 years ago
Russell Bryant 3a95a07e69 Add a "console active" CLI command, which lets you find out which console device
18 years ago
Russell Bryant f20450ea03 Merge changes from team/russell/console_devices
18 years ago
Russell Bryant b995c78c31 Merge changes from team/group/sip-tcptls
18 years ago
Russell Bryant 89778a05c1 Make the output of "console list devices" a bit prettier.
18 years ago
Russell Bryant 30de4fc350 List which devices are inputs and outputs in "console list devices"
18 years ago
Russell Bryant 2a91da6613 Merged revisions 99004 via svnmerge from
18 years ago
Jason Parker 8dc5e09ccb Add several busy detection related defines to menuselect.
18 years ago
Kevin P. Fleming cd4cc27c93 major reliability and performance improvement in VWMI monitoring for FXO ports (code by markster, me and dbailey)
18 years ago
Russell Bryant 6aaa992301 Merge the changes from issue #10665 from the team/group/sip_session_timers branch.
18 years ago
Joshua Colp a6da07a515 Merged revisions 98966 via svnmerge from
18 years ago
Mark Michelson 343949b741 Merged revisions 98964 via svnmerge from
18 years ago
Joshua Colp 4082bed03a Merged revisions 98955 via svnmerge from
18 years ago
Joshua Colp 1faba2a90c Remove DNS lookup from sip_devicestate. This seems to come from way back when and I can't think of a reason for it being here, plus it could cause needless DNS lookups.
18 years ago
Russell Bryant 2cdf636c0f Merged revisions 98946 via svnmerge from
18 years ago
Russell Bryant 4fb04cb58a Merged revisions 98943 via svnmerge from
18 years ago
Joshua Colp 9a76fbf9c2 Merged revisions 98934 via svnmerge from
18 years ago
Joshua Colp 698ad33d7b Merged revisions 98894 via svnmerge from
18 years ago
Jason Parker 524aed3768 Add proper call forwarding (all and busy) support for chan_skinny.
18 years ago
Jason Parker d357378397 Fix for potential crash with vmexten
18 years ago
Kevin P. Fleming 4b0a63ffa2 Add 'zap set dnd' CLI command, and ensure that the AMI DNDState event always gets generated.
18 years ago
Kevin P. Fleming 138799091c Add 'auto' signalling mode for Zaptel channels.
18 years ago
Tilghman Lesher 911fbb5df9 Merged revisions 98164 via svnmerge from
18 years ago