Commit Graph

5156 Commits (b38ba0d12dfc707957b73e8946ebdf9dcdffa3b5)

Author SHA1 Message Date
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
Kevin P. Fleming 9603b5f598 Ascom phones send Flash events as SIP INFO using '!' as the 'digit'
18 years ago
Russell Bryant 5c2beee6c3 Add a new global and per-peer option to chan_sip, qualifyfreq, which allows you
18 years ago
Tilghman Lesher c88f243d8d Merged revisions 97973 via svnmerge from
18 years ago
Steve Murphy 71ad27409c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know.
18 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Luigi Rizzo 84d4c3d801 remove a wrong 'const'
18 years ago
Luigi Rizzo cdf6974dea Two changes:
18 years ago
Philippe Sultan 55240a4e35 Merged revisions 97489 via svnmerge from
18 years ago
Luigi Rizzo aaddb77f42 Implement keyboard handling, and use it to enter
18 years ago
Kevin P. Fleming dae22c9567 Merged revisions 97448 via svnmerge from
18 years ago
Kevin P. Fleming 1f390863eb Merged revisions 97410 via svnmerge from
18 years ago
Luigi Rizzo b4fbb1916d implement the "console startgui" and "console stopgui"
18 years ago
Luigi Rizzo bbbef73276 make get_video_desc() return the active console if
18 years ago
Luigi Rizzo fda25337b3 add copyright (most of this code was written by Marta Carbone),
18 years ago
Luigi Rizzo 11c492aaec add support for textareas, used for various dialog windows on the gui.
18 years ago
Olle Johansson 2905e69622 Change reference to external library so it appears on the extref listing
18 years ago
Joshua Colp 186a5febd5 One line documentation ftw!
18 years ago
Joshua Colp 98e93bc80b Merged revisions 97195 via svnmerge from
18 years ago
Joshua Colp 21fe29f818 Move common code for setting T38 capabilities and fix a bug with fax detection in the SIP RTP read callback. It's still sort of silly... but more on that later.
18 years ago
Tilghman Lesher 3ad9a66e0f Merged revisions 97077 via svnmerge from
18 years ago
Luigi Rizzo afe68c2323 add support for cropping the keypad image while displaying it.
18 years ago
Luigi Rizzo 17d76401f1 update comments to reflect reality (or at least planned behaviour).
18 years ago
Luigi Rizzo eb86067cba resolve a load-time problem avoiding a call to console_do_answer.
18 years ago
Russell Bryant 54bc2c20b6 Now that the version.h file was getting properly regenerated every time the svn
18 years ago
Russell Bryant f5580269e1 Add the URL to the home page for portaudio. Also add the location of the
18 years ago
Kevin P. Fleming 5d7ee7e9bf improve chan_usbradio to use indications just like chan_alsa/chan_oss do now
18 years ago
Tilghman Lesher 2fac359db6 Merged revisions 96525 via svnmerge from
18 years ago
Kevin P. Fleming f4fba89489 [commit message]
18 years ago
Russell Bryant c51ee0c6ae Merged revisions 96449 via svnmerge from
18 years ago
Russell Bryant 4d6c570974 Merged revisions 96394 via svnmerge from
18 years ago
Kevin P. Fleming e566f4eda7 eliminiate sound_thread() and other stuff from chan_oss since Asterisk indications can handle it
18 years ago
Kevin P. Fleming 2e5cc8f3c0 coding guidelines cleanup
18 years ago
Christian Richter c9f70f995b Merged revisions 96198 via svnmerge from
18 years ago
Russell Bryant fa39abb50b Add support for generating a ringing sound on an incoming call. This is a bit
18 years ago
Russell Bryant b8caf43b3a Note that this module doesn't actually play a ringing sound for an incoming call
18 years ago
Russell Bryant d6c016a5aa Show the correct CLI command to answer the call
18 years ago
Kevin P. Fleming e4d1524c23 actually parse and store echocan parameters from zapata.conf... this *should* work <G>
18 years ago
Mark Michelson 426d9beceb Add curly braces around a compound if statement so that trunk will build properly
18 years ago
Kevin P. Fleming 9d3ee005b0 another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if it is present, but doesn't parse any supplied parameters yet
18 years ago
Mark Michelson 5107c5474c Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_APP_ARGS(foo, bar)
18 years ago
Joshua Colp 70071915e1 Merged revisions 95946 via svnmerge from
18 years ago
Kevin P. Fleming 29800b0540 clean up hwgain CLI command and improve docs for swgain CLI command
18 years ago
Kevin P. Fleming 027cb522d9 umm... this did not compile on x86-64, and could not possibly have worked on any platform as it was passing string pointers to a function expecting ints
18 years ago
Kevin P. Fleming c69eb1082a fix some long-time breakage that kept chan_misdn from being embedded
18 years ago
Kevin P. Fleming 005cb3329c use the proper technique for including submodules so that embedding will work
18 years ago
Luigi Rizzo e7f195e82a call directly the cli command to implement hangup.
18 years ago
Luigi Rizzo afc18baa1a prevent a panic when destroying a channel with no incoming video.
18 years ago
Luigi Rizzo 38c1dbb39a remove a leftover sleep(1) used for debugging
18 years ago
Russell Bryant 067fcc2a03 Update chan_console to natively use a 16 kHz sample rate. If it is talking
18 years ago
Russell Bryant 4e99cc88e2 Merge the main set of changes from team/russell/chan_console.
18 years ago
Luigi Rizzo d6d39dfee9 Move grabbers definitions to a separate file, vgrabbers.c, so it is easier
18 years ago
Luigi Rizzo f2702ec721 virtualize the interface for video grabbers, which should
18 years ago
Luigi Rizzo a799456578 Add a few entries up to 1408x1152 in the table of known video resolutions.
18 years ago
Luigi Rizzo 6b33a01692 change the interface of video encapsulation routines, they only
18 years ago
Luigi Rizzo 14c09c5bea various rearrangements and renaming of console_video stuff
18 years ago
Russell Bryant 5fe74de6b8 Merged revisions 95191 via svnmerge from
18 years ago
Luigi Rizzo 77dd3c1b3f fix a small bug in printing out geometries - wrong input.
18 years ago
Luigi Rizzo fb487bbc89 remove useless casts
18 years ago
Joshua Colp e2712448a5 Merged revisions 94924 via svnmerge from
18 years ago
Joshua Colp fcf927e597 Merged revisions 94905 via svnmerge from
18 years ago
Luigi Rizzo b634b8ccca more localization of gui stuff
18 years ago
Luigi Rizzo 07afabbaf1 more steps to decouple the gui from the rest of the code.
18 years ago
Luigi Rizzo bda73977fa Enable building the code even if SDL is not present (similarly,
18 years ago
Luigi Rizzo 4fe5e46cc3 more localizations around sdl_setup
18 years ago
Luigi Rizzo f24811e641 use fread instead of mmap to read in the comment area from the keypad.
18 years ago
Tilghman Lesher c3fc2a76f5 Allow more spans than 32. Also, rearrange compiler flags so the most often
18 years ago
Luigi Rizzo fa928c14c7 another bunch of gui localizations
18 years ago
Luigi Rizzo 250f064851 more localization of sdl stuff
18 years ago
Luigi Rizzo fe050b42b6 move more gui stuff into console_gui.c
18 years ago
Luigi Rizzo a2b091b664 more preparation for untangling of the various console_video stuff
18 years ago
Tilghman Lesher fc22a4a40e Convert raw bits for callprogress bitfield to use constants, for greater code clarity
18 years ago
Russell Bryant 21e057e79d Fix a bug in peer handling that caused multiple instances of a peer to end up
18 years ago
Luigi Rizzo add967dccf Split console_video.c so that video codecs and gui functions
18 years ago
Tilghman Lesher 27f8b5bc2d Change the abbreviated TON from 'A' to 'V', since 'A' is a legitimate DTMF
18 years ago
Luigi Rizzo d508cf1a07 support sdl_videodriver to send output to x11/aalib/console
18 years ago
Luigi Rizzo c5e36e822e move reading info from the keypad to a separate function.
18 years ago
Luigi Rizzo 2f592c52bd make sure the minimum surface depth is 16bpp so we can create YUVoverlays.
18 years ago
Luigi Rizzo 31dcae3ae0 avoid rebuilding dependent files if the generated busy.h and ringtone.h
18 years ago
Tilghman Lesher 5a6759885f Merged revisions 94660 via svnmerge from
18 years ago
Luigi Rizzo 67a704503b Change the name of config file entries for keypad regions
18 years ago
Luigi Rizzo 7a1dcff6a6 Build console_video support by linking in, as opposed to including,
18 years ago
Matthew Fredrickson a3b9e3e791 We should only clear this value if we have to
18 years ago
Matthew Fredrickson 3ce9ec2e56 Commit non TCP transport part of #11506. Includes numerous additional parameters, as well as RLT support for DMS type switches
18 years ago
Russell Bryant 3de7bc9ae3 Merged revisions 94256 via svnmerge from
18 years ago
Russell Bryant d607a29ddf Merged revisions 94251 via svnmerge from
18 years ago
Luigi Rizzo b7adaa023c add some macros to simplify parsing the config file,
18 years ago
Luigi Rizzo 5e84c0554e Add instructions on how to generate your own font.
18 years ago
Tilghman Lesher c019f13746 Merged revisions 93949 via svnmerge from
18 years ago
Olle Johansson 1d6b192ce0 Adding the ability to specify the To: header in an outbound INVITE
18 years ago
Olle Johansson 4645420981 Move some warnings away to debug since some devices send a packet with a silly
18 years ago
Tilghman Lesher df9dbc3951 Merged revisions 93668 via svnmerge from
18 years ago
Luigi Rizzo 10f70a8321 make configuration variable const so they are not accidentally
18 years ago
Luigi Rizzo fd88390af7 remove unnecessary (char *) casts for ast_config_AST_* variables.
18 years ago
Joshua Colp acd40b76a3 You... will... build! I say so and therefore you will.
18 years ago
Kevin P. Fleming 98307c16ed minor cleanups
18 years ago
Luigi Rizzo 535705ca86 fix building under cygwin.
18 years ago
Luigi Rizzo 0b34b8e56c remove some unnecessary includes
18 years ago
Luigi Rizzo 4a3c4095ba surprising as it may be, chan_oss compiles correctly under cygwin as well,
18 years ago
Olle Johansson f3471c1652 Merged revisions 93182 via svnmerge from
18 years ago
Joshua Colp 779af3faac Merged revisions 93250 via svnmerge from
18 years ago
Kevin P. Fleming 01f8a6959b make the configure script detect that it is running on a Windows platform, and report that information so that menuselect can use it (all information that is used to decide whether to build modules or not must be fed to menuselect so the user knows what will be built and why... don't make module build decisions in the makefiles, please)
18 years ago
Joshua Colp e693a515cc Fix usage of rtptimeout. It can be used without rtpkeepalive, and the value can not be accessed directly in the SIP pvt structure. All RTP related timeouts have to be retrieved using the ast_rtp_* function calls.
18 years ago
Joshua Colp 97b3e7ec72 If no timezone is available use the default message.
18 years ago
Joshua Colp 6267956bda Make chan_unistim actually be able to unload. When creating a thread that you want to pthread_join you have to explicitly create it as joinable, and also if using pthread_cancel you have to have a pthread_testcancel to see if it has been called.
18 years ago
Kevin P. Fleming 100ef27af9 Merged revisions 93180 via svnmerge from
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Olle Johansson d8795b4542 Make more timers settable in SIP so that we can force timeout earlier on non-responsive SIP servers.
18 years ago
Luigi Rizzo 573d94759d Bring in video console support for chan_oss (and later chan_alsa too).
18 years ago
Luigi Rizzo d5b6ce0d6d remove some redundant headers
18 years ago
Tilghman Lesher 7029e8fdd1 Solaris compat fixes
18 years ago
Joshua Colp 8765a9d73a Merged revisions 92937 via svnmerge from
18 years ago
Christian Richter b5bbf14556 Merged revisions 92934 via svnmerge from
18 years ago
Tilghman Lesher d5b454bf8d Convert ast_verbose to ast_verb.
18 years ago
Tilghman Lesher e6fea0b9b0 Merged revisions 92815 via svnmerge from
18 years ago
Jason Parker a19a3f493c Remove remnants of a poorly merged commit. (92697)
18 years ago
Jason Parker 78465ad2a3 Merged revisions 92696 via svnmerge from
18 years ago
Russell Bryant 44fc07ee63 Revert an "optimization" that I added in revision 89887, as the user who reported
18 years ago
Jason Parker 7f6b2066f9 Merged revisions 92617 via svnmerge from
18 years ago
Olle Johansson c76f72493a Doxygen updates, formatting.
18 years ago
Mark Michelson 6711a5d567 Trunk build would fail due to the nonexistence of zaptel hwgain
18 years ago
Jason Parker b0968803b9 We need to set the address we want to match against before we actually do the match..
18 years ago
Doug Bailey 93942979ff Add CLI commands to dynamically set hw and sw gains
18 years ago
Olle Johansson 36270ad02b Removing some LOG_DEBUG items
18 years ago
Olle Johansson 2e286ba797 Merged revisions 92158 via svnmerge from
18 years ago
Luigi Rizzo 5490889153 Put into Makefile.moddir_rules the common instructions used to
18 years ago
Luigi Rizzo d652be0930 normalize subdirs' Makefile by using ASTTOPDIR and not .. to reference
18 years ago
Jason Parker a214f02b32 Fix a small typo in a comment.
18 years ago
Tilghman Lesher 258f3caf0f Add a manager event for PRI events: this will help manager users detect when a D-channel goes down
18 years ago
Matthew Fredrickson 12748fb027 Make sure we clear these flags when libpri is not installed
18 years ago
Joshua Colp 45dfc612de Merged revisions 91439 via svnmerge from
18 years ago
Olle Johansson 39c8fc532d Update ZapShowChannels so that you can specify one channel.
18 years ago
Olle Johansson 0cc002a48a Rename "username" to "defaultuser" to match with "defaultip".
18 years ago
Olle Johansson 10d047737f Remove the cseqs from "sip show channel" and make more place for the call ID.
18 years ago
Kevin P. Fleming ddbea09940 revert part of my changes from earlier today since this code is no longer dependent on libpri.h
18 years ago
Russell Bryant a040ff199b Fix mwimonitornotify on reload ... again. This option was only read at startup
18 years ago
Matthew Fredrickson d4e10c0957 Don't error when we don't have libpri installed with libss7 support. Also, print the debug message anyway if we can't find the right PRI
18 years ago
Russell Bryant 77ed96a473 Fix resetting mwimonitornotify on reload. I guess I only added this line in my head.
18 years ago
Tilghman Lesher 94821a69c2 Coding guidelines fixups
18 years ago
Jason Parker 3f677a718a Add manager action 'sipshowregistry'.
18 years ago
Russell Bryant f15be28fb0 Add support for monitoring MWI on FXO lines.
18 years ago
Kevin P. Fleming e8b053c2d8 fix build of this module when libpri and/or libss7 are or are not present
18 years ago
Mark Michelson c52d8a1cd5 Merged revisions 90735 via svnmerge from
18 years ago
Mark Michelson 06f67fbc3c Merged revisions 90639 via svnmerge from
18 years ago
Russell Bryant fac7480820 Merged revisions 90348 via svnmerge from
18 years ago
Joshua Colp 4a5b8ad6b3 Merged revisions 90269 via svnmerge from
18 years ago
Mark Michelson 2fe8b945fa Merged revisions 90231 via svnmerge from
18 years ago
Russell Bryant 753f7086cd Merge changes from team/russell/iax2_frame_queue
18 years ago
Russell Bryant d15dfabe93 Bring in a small change from team/russell/chan_refcount
18 years ago
Olle Johansson 28257e4005 More additions from the "moremanager" branch, this time for IAX2.
18 years ago
Russell Bryant 062327c960 remove a duplicate manager event
18 years ago
Olle Johansson d2b29df4f0 Manager events from the "moremanager" branch
18 years ago
Olle Johansson 09e1c572d8 Starting to merge changes from the "moremanager" branch. Documentation will
18 years ago
Olle Johansson df7ba90b20 The following patch with updates for trunk. Works much better in trunk.
18 years ago
Olle Johansson 11df6a9119 Rename "limitonpeer" to "counteronpeer" since the call-limit is deprecated.
18 years ago
Olle Johansson 5070d10864 Formatting, doxygenification
18 years ago
Olle Johansson 96ad455115 Formatting changes, cleaning up some code
18 years ago