Commit Graph

4981 Commits (f8412a637d0f6aecec0cc400a1f063de21ff2265)

Author SHA1 Message Date
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
Olle Johansson d4863bb0f0 Start using Doxygen groupings to group variables and defines.
18 years ago
Joshua Colp 71c602a2d1 Instead of printing out one codec in sip show channels print out all of the native ones (this is for video).
18 years ago
Olle Johansson c31c9d6291 Formatting changes
18 years ago
Tilghman Lesher c8edf66bb4 Typo (someone needs to test compile before committing his changes)
18 years ago
Olle Johansson debdfd958c More doxygen changes
18 years ago
Olle Johansson b380467388 Housekeeping
18 years ago
Olle Johansson a2c95022ac Formatting, doxygen updates
18 years ago
Olle Johansson 07cb09ad86 - Deprecate "call-limit" in chan_sip. No other channel driver enforces call-limits
18 years ago
Olle Johansson 77e15c9b2f Housekeeping...
18 years ago
Luigi Rizzo ce7120b7d5 remove a DEBUG_THREADS message that accesses private lock fields.
18 years ago
Luigi Rizzo 1a38b870cd put in the necessary hooks for video support in the console.
18 years ago
Luigi Rizzo 87b633b71e set rtpmap video info according to what is read from SDP;
18 years ago
Steve Murphy 86476c607f closes issue #11285, where an unload of a module that creates a dialplan context, causes a crash when you do a 'dialplan show' of that context. This is because the registrar string is defined in the module, and the stale pointer is traversed. The reporter offered a patch that would always strdup the registrar string, which is practical, but I preferred to destroy the created contexts in each module where one is created. That seemed more symmetric. There were only 6 place in asterisk where this is done: chan_sip, chan_iax2, chan_skinny, res_features, app_dial, and app_queue. The two apps destroyed the context, but left the contexts. All is fixed now and unloads should be dialplan friendly.
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Matthew Fredrickson 27dc9e7c70 Remove unneccessary explicit case for BRI
18 years ago
Matthew Fredrickson 9f0859d19d Take some debug code out :-)
18 years ago
Matthew Fredrickson 0643a7ccff Add BRI support to chan_zap
18 years ago
Russell Bryant 192252ec58 fix a small gramatical error in a comment
18 years ago
Russell Bryant 6d8d66e9e7 Fix some code that was supposed to ensure that a buffer was terminated, but was
18 years ago
Kevin P. Fleming 296fe3e1fb get this to actually compile...
18 years ago
Luigi Rizzo 83eabfda55 remove this file, it is not used anywhere.
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 6938f4b2b0 Fix building of modules under cygwin.
18 years ago
Joshua Colp 564e0815b6 Include the compatibility header file in ast_h323.cxx for compatibility reasons.
18 years ago
Olle Johansson 28531cde08 Fix sip show history.
18 years ago
Olle Johansson 308646f8ef Change terminology a bit for CLI commands handling SIP channels/calls/dialogs/whatever.
18 years ago
Mark Michelson fb3b4f4937 Changed the "busy-level" option in sip.conf to "busylevel" to be more parallel
18 years ago
Luigi Rizzo ed9b9733b6 another few errno.h removals
18 years ago
Tilghman Lesher 0aa40f1366 Change delimiter of SIPPEER to be comma (instead of pipe) and further deprecate the old ':' delimiter
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Olle Johansson 743d3774d7 Adding busy-level to the SIP_PEER() dialplan function.
18 years ago
Olle Johansson 1dc6524449 Make some notes about a problem I found with the OPTIONs handler while working with
18 years ago
Matthew Fredrickson 19460802ef Add SS7 Generic address support (#11156)
18 years ago
Luigi Rizzo 1e6489a175 trim more redundant headers
18 years ago
Luigi Rizzo 5663ff6518 fix breakage induced by previous mistake
18 years ago
Luigi Rizzo 270b6d978b filter out modules that do not compile under windows
18 years ago
Luigi Rizzo d82a631f9c more removal of duplicate #include lines
18 years ago
Luigi Rizzo 5490960453 remove a bunch of duplicate includes
18 years ago
Luigi Rizzo 4afe3b5ba9 remove redundant #include "asterisk/compat.h",
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Christian Richter c00d3374ff fixed #10631, about one way audio. thanks IgorG again.
18 years ago
Luigi Rizzo e6e98982c9 move the inner part of config file parsing to a separate function,
18 years ago
Christian Richter 0bc0f6919f fixed compilation of chan_misdn, #11269, thanks IgorG.
18 years ago
Tilghman Lesher f4d440e039 Merged revisions 89301 via svnmerge from
18 years ago
Tilghman Lesher fc74a46ee2 Merged revisions 89298 via svnmerge from
18 years ago
Joshua Colp e7e208009f And file said... let trunk build again! Accomplished by some more constification, and marking a function in chan_sip as purposely unused until it is fixed up.
18 years ago
Olle Johansson 8740176dc3 Always relying on the responses when crossing NAT's are not a good
18 years ago
Olle Johansson a4ce44bda4 Merged revisions 89281 via svnmerge from
18 years ago
Olle Johansson c698e39245 Merged revisions 89280 via svnmerge from
18 years ago
Olle Johansson 257b4fb41e Exit early instead of deciding to exit after processing the message.
18 years ago
Olle Johansson eab6b00904 Add support for application/dtmf SIP INFO dtmf handling. Yep, another
18 years ago
Tilghman Lesher 0f6892419e One more typo in config.c; and missed conversions due to the constifying of ast_variable_new parameters
18 years ago
Luigi Rizzo 7f8ecd2cd3 make the 'name' and 'value' fields in ast_variable const char *
18 years ago
Russell Bryant 50426062b7 - Convert initialization of a struct to C99 style instead of GNU style
18 years ago
Tilghman Lesher f821071748 Merged revisions 89246 via svnmerge from
18 years ago
Jason Parker cfbc4f5fb8 Doxygen fixes.
18 years ago
Tilghman Lesher 061e5a1674 Merged revisions 89184 via svnmerge from
18 years ago
Christian Richter 2a0b16b663 Merged revisions 89173 via svnmerge from
18 years ago
Christian Richter 753f223a69 Merged revisions 89172 via svnmerge from
18 years ago
Joshua Colp 098728eb64 Fix building on FreeBSD by including/not including some headers.
18 years ago
Christian Richter 4f289131e6 Merged revisions 89171 via svnmerge from
18 years ago
Christian Richter b2f3d1203c Merged revisions 89170 via svnmerge from
18 years ago
Christian Richter c9b8afb447 Merged revisions 89169 via svnmerge from
18 years ago
Mark Michelson beef61b718 Merged revisions 89119 via svnmerge from
18 years ago
Kevin P. Fleming f806dea3dd convert this code to a more efficient idiom
18 years ago
Tilghman Lesher 86e5e39198 Fix missed conversion to linkedlists macro change
18 years ago
Luigi Rizzo 4216934121 initialize a variable to silence compiler.
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Joshua Colp 6878c9962a Merged revisions 89101 via svnmerge from
18 years ago
Joshua Colp 5a63438787 Merged revisions 89099 via svnmerge from
18 years ago
Joshua Colp f34bb18940 Merged revisions 89097 via svnmerge from
18 years ago
Joshua Colp 7c6127ceef Merged revisions 89095 via svnmerge from
18 years ago
Mark Michelson 9aca31f0fc Merged revisions 89090 via svnmerge from
18 years ago
Joshua Colp fc0853c7bc Minor change so chan_h323 builds again.
18 years ago
Tilghman Lesher 37166d9a1a Provide the ability to directly manipulate the TON/NPI bits in the dialstring.
18 years ago
Tilghman Lesher 7c56918262 Commit some cleanups to the format type code.
18 years ago
Matthew Fredrickson ebf9f0bc0e Add some more locking as well as API update for libss7 for new transport types
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Jason Parker 2c582c7cfb Allow gtalk and jingle to use TLS connections again.
18 years ago
Joshua Colp b4031d6294 Merged revisions 89032 via svnmerge from
18 years ago
Joshua Colp e9e78af981 Merged revisions 88994 via svnmerge from
18 years ago
Joshua Colp 02f6b79fc5 Update chan_agent documentation. Change a | to , as that is now the required way.
18 years ago
Tilghman Lesher 32701f5031 Set up detection of IP_PKTINFO in autoconf for chan_unistim
18 years ago
Russell Bryant ca33f1e364 convert uses of LOG_DEBUG to use ast_debug()
18 years ago
Russell Bryant b164d5a675 Add jitterbuffer support to chan_unistim.
18 years ago
Russell Bryant 9bfd82cec2 Merged revisions 88805 via svnmerge from
18 years ago
Luigi Rizzo 43f00fec19 explain that the host environment must be used to build gentone;
18 years ago
Russell Bryant 44bf973865 Merged revisions 88768 via svnmerge from
18 years ago
Russell Bryant a33b10fe00 Merged revisions 88765 via svnmerge from
18 years ago
Joshua Colp dbd26a0a19 Merged revisions 88671 via svnmerge from
18 years ago
Jason Parker 135810daf9 Merged revisions 88585 via svnmerge from
18 years ago
Joshua Colp b543e84ef6 Fix memory leaks and deadlocks in chan_unistim.
18 years ago
Luigi Rizzo 08b10da53b Simplify the implementation and the API for stringfields;
18 years ago
Russell Bryant 286840b7cb fix some issues with crashing on unload, when it didn't completely load cleanly
18 years ago
Russell Bryant a99e6015b2 Convert the CLI commands to the new format
18 years ago
Russell Bryant 267683eb19 Merge the code from asterisk/team/group/chan_unistim:
18 years ago
Joshua Colp 17f0f4c3fa Merged revisions 88366 via svnmerge from
18 years ago
Joshua Colp a7c6c47e61 Merged revisions 88328 via svnmerge from
18 years ago
Jason Parker 2902601eea Remove traces of gnutls, since we no longer use/need it.
18 years ago
Jason Parker 9a7ce542bc Merged revisions 88078 via svnmerge from
18 years ago
Russell Bryant 1c7eb1d82b Change some uses of free() to ast_free(). (No functional differences.)
18 years ago
Tilghman Lesher 97fe45ab93 Janitor: use ast_free to pair calls of ast_malloc and ast_calloc
18 years ago
Jason Parker fa33494d80 Merged revisions 87906 via svnmerge from
18 years ago
Russell Bryant 3978cb6f1c Merged revisions 87686 via svnmerge from
18 years ago
Jason Parker 9b207275fa Merged revisions 87650 via svnmerge from
18 years ago
Joshua Colp 230e7f0ee0 Merged revisions 87342 via svnmerge from
18 years ago
Joshua Colp c8777404b3 Add autoconf checks for extra suppserv definitions that are not present in releases yet. chan_misdn should now build against the latest release.
18 years ago
Matthew Fredrickson db88298c18 Add Circuit Group Queury message code
18 years ago
Matthew Fredrickson 6c452a6408 Make sure we turn on the DSP when we answer the call
18 years ago
Jason Parker c472a68a8a Correctly use defined return values in (some) load_module functions.
18 years ago
Jason Parker 6c757caeca Merged revisions 86982 via svnmerge from
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Joshua Colp d167f88947 Merged revisions 86756 via svnmerge from
18 years ago
Russell Bryant 17b2e62a57 There is a really fun game that you can play before committing code,
18 years ago
Kevin P. Fleming 0c14c47523 resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...
18 years ago
Christian Richter a71dba9627 Merged revisions 86598 via svnmerge from
18 years ago
Christian Richter 210f86f1f3 started to add some basic support for supplementary services like CallForwarding and so forth
18 years ago
Matthew Fredrickson d30564fe86 Add better support for blocking and unblocking of CICs (#10965)
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Jason Parker 65761cbd7a More changes to NEW_CLI.
18 years ago
Joshua Colp eafb395b09 Merged revisions 86471 via svnmerge from
18 years ago
Joshua Colp 2d9034d87e Merged revisions 86469 via svnmerge from
18 years ago
Mark Michelson 9cf5937b43 Fixing a segfault from tab-completing a "zap restart" CLI command.
18 years ago
Russell Bryant ba2768f4df Merged revisions 86149 via svnmerge from
18 years ago
Joshua Colp 1a4171ae6b Merged revisions 86117 via svnmerge from
18 years ago
Jason Parker c9f869e982 Allow chan_usbradio to compile again.
18 years ago
Joshua Colp 746dc07e2c Change dependency for chan_usbradio to asound. Let's keep everything uniform.
18 years ago
Joshua Colp e24eee1797 Merged revisions 86063 via svnmerge from
18 years ago
Matthew Fredrickson b5a162a746 Don't hangup the call for SS7 if we get an alarm
18 years ago
Russell Bryant 8fae310e81 This fixes SIP subscriptions in trunk.
18 years ago
Philippe Sultan 65547b09b4 Fix CLI help output
18 years ago
Philippe Sultan 0163f90829 Added two CLI functions, taken from chan_gtalk :
18 years ago
Philippe Sultan 37a0b33171 Make an audio path under the following call configuration :
18 years ago
Jason Parker ed690fc348 Switch dundi to new tos config format.
18 years ago
Russell Bryant d79fe9b662 Merged revisions 85604 via svnmerge from
18 years ago
Philippe Sultan 969ead2ae9 Allow RTP structure registration
18 years ago
Matthew Fredrickson 24e2567e2d Trying to finish the last of the charge_number patch up #10916
18 years ago
Matthew Fredrickson d11d2ad834 Add support for receive charge number in dialplan #10916
18 years ago
Matthew Fredrickson dba36a81e6 Make sure we set the ANI2 field for PRI
18 years ago
Matthew Fredrickson b01a87c3db Add SS7 ANI2 support tx and rx. #10916
18 years ago
Matthew Fredrickson 58598f733a Add CCR test support #10916
18 years ago
Russell Bryant e97a723cf1 Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)
18 years ago
Matthew Fredrickson 8a52c88988 Let's hard code this until I fix it
18 years ago
Matthew Fredrickson 14730c0ce4 Make sure we are clean to build without libpri
18 years ago
Joshua Colp 15f3f5408c Merged revisions 85280 via svnmerge from
18 years ago
Joshua Colp 96f7f62acb Merged revisions 85277 via svnmerge from
18 years ago
Tilghman Lesher 7adbd6bb16 Remove redundant includes (patch by snuffy) (Closes issue #10922)
18 years ago
Russell Bryant 46b9ca721b Add jitterbuffer support for chan_local. To enable it, you use the 'j' option
18 years ago
Joshua Colp d9909a0151 Merged revisions 85093 via svnmerge from
18 years ago
Russell Bryant feb8f6f38b Merged revisions 84783 via svnmerge from
18 years ago
Kevin P. Fleming fd5783657e Merged revisions 84690 via svnmerge from
18 years ago
Russell Bryant f58f7170d4 Merged revisions 84370 via svnmerge from
18 years ago
Jason Parker 5b5a2df463 Merged revisions 84291 via svnmerge from
18 years ago
Dwayne M. Hubbard 71a0672560 Merged revisions 84274 via svnmerge from
18 years ago
Joshua Colp 5ae00a58b3 Check to make sure a structure pointer is non-NULL before touching it... crashing is bad, mmmk?
18 years ago
Russell Bryant d78463be1e Corydon posted this janitor project to the bug tracker and mvanbaak provided
18 years ago
Russell Bryant 9e05e0db04 The trunk version of this patch also includes a couple more small clean fixes
18 years ago
Joshua Colp acb9d6bf2b Add MP4 to part of the SDP code.
18 years ago
Dwayne M. Hubbard bd5b6cea68 Merged revisions 84018 via svnmerge from
18 years ago
Kevin P. Fleming 077cd17212 Merged revisions 83974 via svnmerge from
18 years ago
Russell Bryant 958954426e Merged revisions 83943 via svnmerge from
18 years ago
Russell Bryant cf452dc6f5 Merged revisions 83941 via svnmerge from
18 years ago
Tilghman Lesher afebefc763 Merged revisions 83879 via svnmerge from
18 years ago
Philippe Sultan 3a5f263bf0 Comply with latest XEP-0166, XEP-0167, XEP-0176.
18 years ago
Dwayne M. Hubbard 0f53904918 merged jcmoore's patch for configurable SDP origin-field username and session field, closes issue# 10795
18 years ago
Russell Bryant 0b0c36ff6a Fix compilation errors in CLI command updates to SS7 CLI commands
18 years ago
Russell Bryant 9f64905d4e Merged revisions 83432 via svnmerge from
18 years ago
Russell Bryant 79088ae5bc fix spelling in a comment
18 years ago
Joshua Colp b24f4a86bb Merged revisions 83232 via svnmerge from
18 years ago
Joshua Colp 2d5aaf250a Merged revisions 83230 via svnmerge from
18 years ago
Jason Parker ac5332c674 More conversions to NEW_CLI
18 years ago
Russell Bryant 86e640bf77 Merged revisions 83175 via svnmerge from
18 years ago
Philippe Sultan 915f0e7505 Replace Google namespace occurrences with Jingle. The former namespace
18 years ago
Philippe Sultan 474bbdd406 Remove namespaces in payload-type tags.
18 years ago
Joshua Colp fd1cde1a16 Merged revisions 83070 via svnmerge from
18 years ago