Commit Graph

2186 Commits (2494fa613ba4fd1eb0cdbea7b8c05e43f84f890f)

Author SHA1 Message Date
Tilghman Lesher 061e5a1674 Merged revisions 89184 via svnmerge from
18 years ago
Mark Michelson beef61b718 Merged revisions 89119 via svnmerge from
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
Tilghman Lesher 7c56918262 Commit some cleanups to the format type code.
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Joshua Colp b4031d6294 Merged revisions 89032 via svnmerge from
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
Luigi Rizzo 08b10da53b Simplify the implementation and the API for stringfields;
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
Russell Bryant 1c7eb1d82b Change some uses of free() to ast_free(). (No functional differences.)
18 years ago
Joshua Colp 230e7f0ee0 Merged revisions 87342 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
Jason Parker b0f3e6097e Convert NEW_CLI to AST_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
Russell Bryant ba2768f4df Merged revisions 86149 via svnmerge from
18 years ago
Joshua Colp 1a4171ae6b Merged revisions 86117 via svnmerge from
18 years ago
Joshua Colp e24eee1797 Merged revisions 86063 via svnmerge from
18 years ago
Russell Bryant 8fae310e81 This fixes SIP subscriptions in trunk.
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
Joshua Colp 15f3f5408c Merged revisions 85280 via svnmerge from
18 years ago
Joshua Colp 96f7f62acb Merged revisions 85277 via svnmerge from
18 years ago
Joshua Colp d9909a0151 Merged revisions 85093 via svnmerge from
18 years ago
Russell Bryant f58f7170d4 Merged revisions 84370 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
Joshua Colp acb9d6bf2b Add MP4 to part of the SDP code.
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
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 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
Joshua Colp fd1cde1a16 Merged revisions 83070 via svnmerge from
18 years ago
Jason Parker c7a9ec1691 (issue #10724)
18 years ago
Russell Bryant 9388173f85 Make the MALLOC_DEBUG output for free() useful again. After changing calls to
18 years ago
Joshua Colp 9642d93117 (closes issue #9433)
18 years ago
Joshua Colp 5fd0dfb923 (closes issue #10688)
18 years ago
Russell Bryant bc8ac382b8 fix the build ... oops
18 years ago
Russell Bryant 7c1b18f8ec Merged revisions 81832 via svnmerge from
18 years ago
Jason Parker d72ea80a00 Doxygen cleanups/fixes.
18 years ago
Kevin P. Fleming 96206c9289 Merged revisions 81442 via svnmerge from
18 years ago
Joshua Colp fe8ffda841 Merged revisions 81395 via svnmerge from
18 years ago
Joshua Colp 1e12db06da (closes issue #10565)
18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
18 years ago
Joshua Colp ee6f91968c Merged revisions 81331 via svnmerge from
18 years ago
Joshua Colp 263b77634a Merged revisions 81012 via svnmerge from
18 years ago
Joshua Colp 12894ee728 Remove places that say if no language is specified it will default to english... since on some setups this is untrue.
18 years ago
Joshua Colp ed9306ba42 If no default language has been specified print out that it will default to english when using sip show peer or sip show user.
18 years ago
Russell Bryant eb6813cce3 Merged revisions 80390 via svnmerge from
18 years ago
Russell Bryant 8a2dd1d145 Merged revisions 80183 via svnmerge from
18 years ago
Tilghman Lesher 749b67bd1d We weren't properly encapsulating the mtime ignores of config files (closes issue #10488)
18 years ago
Jason Parker 100e2387db Merged revisions 79904 via svnmerge from
18 years ago
Russell Bryant f5bf66bcd7 This commit adds a scheduler API call, ast_sched_replace that can be used
18 years ago
Russell Bryant 9d54c14278 Merged revisions 79857 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Joshua Colp 3512cefb10 Merged revisions 79523 via svnmerge from
18 years ago
Joshua Colp d5eda8709c Merged revisions 79174 via svnmerge from
18 years ago
Russell Bryant 0034e3f49d When looking up a mailbox, use the default context if not specified as something else
18 years ago
Russell Bryant 348ff8c3e9 Restore the ability to have multiple mailboxes listed for the mailbox option
18 years ago
Russell Bryant 9d1acad76b Fix a problem that I had introduced into MWI handling. I had ignored
18 years ago
Joshua Colp 22114b509d Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
18 years ago
Mark Michelson 8f17952065 Fixing a compiler warning which warns that a variable may be used unitialized. Thanks to mvanbaak for pointing this out.
18 years ago
Mark Michelson c4c0e45c8b Merged revisions 78103 via svnmerge from
18 years ago
Joshua Colp 54a2d42e2f Merged revisions 78182 via svnmerge from
18 years ago
Tilghman Lesher 05d60c7860 Merged revisions 78139 via svnmerge from
18 years ago
Steve Murphy 35499c7f40 thanks to Russel, for pointing out that the dialoglist_lock/unlock routines also need to be macros if DETECT_DEADLOCKS is set
18 years ago
Mark Michelson 768724f5e6 Merged revisions 77824 via svnmerge from
18 years ago
Kevin P. Fleming f35541734a there is no use in having functions that have no code in them, and hide the locking info when DEBUG_THREADS is enabled... i could have fixed this to be dependent on DEBUG_THREADS, but it would be just as easy for someone to add their test/debugging code to the macros as it would have been to the functions
18 years ago
Kevin P. Fleming b2eb99bb47 use a different method for overriding the send_digit_begin pointer, as the old one fails to compile on my 64-bit system with gcc-4.1 and --enable-dev-mode turned on
18 years ago
Steve Murphy 2cad4fea1a Discovered in experiments on core files: if you wrap the lock and unlock calls with sip_pvt_lock and sip_pvt_unlock, you lose the tracing info you would normally get via DETECT_DEADLOCKS; so I turn these two functions into macros when DETECT_DEADLOCKS is called. This way, you get meaningful stuff in the file and func slots in the lock_info struct.
18 years ago
Luigi Rizzo b20ab775d5 minor code rearrangements:
18 years ago
Luigi Rizzo adc28d1e1c rename handle_request() to handle_incoming(), as the former
18 years ago
Luigi Rizzo 6fe18e2403 move some dialog-only flags to proper variables, namely
18 years ago
Luigi Rizzo 597421be86 use a function, cli_yesno(), to produce the output Yes or No for
18 years ago
Luigi Rizzo 89f44c573e move the two remaining peer flags to proper variables.
18 years ago
Luigi Rizzo db10bcc41a move RT_FROMCONTACT to a proper sip_peer field.
18 years ago
Luigi Rizzo fd2f3a20bc Move some global 'flags' to individual variables.
18 years ago
Luigi Rizzo 5e35eab5a2 minor simplification of a conditional statement
18 years ago
Luigi Rizzo c19549820e build the version of sip_tech with no send_digit_begin
18 years ago
Luigi Rizzo e5f3a6ccdb remove bit position from description of SIP_* flags.
18 years ago
Luigi Rizzo 692e1fe0c4 back on cleaning up the usage of flags.
18 years ago
Luigi Rizzo b5c5227804 more documentation on internal representation of incoming SIP messages.
18 years ago
Luigi Rizzo 5ca87effb7 make register_unref() return NULL so it is easy to cleanup
18 years ago
Luigi Rizzo 9f165b444a add some documentation to auto_congest(), and some
18 years ago
Luigi Rizzo a6e169c09a more dialog_ref()/dialog_unref() calls
18 years ago
Luigi Rizzo 5dcfd811d7 more dialog_ref()/dialog_unref() calls
18 years ago
Luigi Rizzo d480266797 start introducing hooks for reference counts on dialog descriptors.
18 years ago
Luigi Rizzo df75ae2285 remove an unused string
18 years ago
Luigi Rizzo 800e1a6a03 simplify a conditional expression using S_OR
18 years ago
Luigi Rizzo 6d8c6a9961 make use of received= and rport= fields in sip replies.
18 years ago
Joshua Colp 111250f2ae Turn 4 lines of code into 1 line that does the same thing.
18 years ago
Joshua Colp f6498f16bb Merged revisions 77536 via svnmerge from
18 years ago
Mark Michelson d17d9c542b Merged revisions 77490 via svnmerge from
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Russell Bryant 70f140c1d2 Revert some changes to call abs() on the result of ast_random().
18 years ago
Tilghman Lesher 7a97d49914 Things expecting a positive result from ast_random() should not be surprised (closes #10308)
18 years ago
Luigi Rizzo 961165519e two small fixes when using stun (reported by Marta Carbone):
18 years ago
Luigi Rizzo 6a9270d879 add two missing entries in the replica of the sip_tech that
18 years ago
Joshua Colp 90dc0cfa85 Merged revisions 76561 via svnmerge from
18 years ago
Russell Bryant 7a2772c151 Mark str2dtmfmode() as currently unused to resolve a compiler warning and
18 years ago
Russell Bryant eaebbdab61 (closes issue #10271)
18 years ago
Luigi Rizzo b1791d9349 introduce two functions, map_x_s() and map_s_x(), to map
18 years ago
Russell Bryant 83609770c1 Remove an unused function to resolve a compiler warning
18 years ago
Luigi Rizzo ed1775bd10 move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.
18 years ago
Luigi Rizzo 1ee5480549 Add some documentation on the sipregistry states and the
18 years ago
Luigi Rizzo 28cde9fee3 add a bit of comments on internal functions.
18 years ago
Luigi Rizzo 719dcef90d rewrite "sip show {channels|subscriptions}" CLI handler
18 years ago
Luigi Rizzo 930bf0402d Make sip_destroy() return NULL so the caller can do things like
18 years ago
Luigi Rizzo 97512a856f add two comment blocks, one on reusing nonces, and one on the handling
18 years ago
Luigi Rizzo db12b404fc comment and slightly restructure handle_request() in the part that handles
18 years ago
Luigi Rizzo 88f18dc9d7 remove unused argument from handle_invite_replaces(), and also leftover
18 years ago
Luigi Rizzo b7945cd78e Cleanup of flags used in struct sip_request, moving them to
18 years ago
Luigi Rizzo aa110ad3fd move two per-packet flags to proper variables.
18 years ago
Luigi Rizzo e603d729a9 minor clarification on the usage of SIP_* flags.
18 years ago
Luigi Rizzo 0d5e33f2c3 document the way sipdebug works, and implement it through
18 years ago
Luigi Rizzo 063edd1953 move the SIP_REALTIME flag to a field in the user/peer structure.
18 years ago
Luigi Rizzo 1daf32e474 Add a note to document how the temporary 'pvt' should be initialized
18 years ago
Luigi Rizzo ed604a6df8 whoops... was setting needdestroy on the wrong dialog.
18 years ago
Luigi Rizzo b11d587ab6 more two more flags to proper variables: ALREADYGONE and NEEDDESTROY.
18 years ago
Luigi Rizzo 4ce3ee94c3 use explicit variables for things that don't need to
18 years ago
Luigi Rizzo 10d1b9347c Use ast_str_append() instead of ast_build_string() to construct
18 years ago
Luigi Rizzo 06a3436375 We have two 'technology' descriptors for a SIP channel, so
18 years ago
Luigi Rizzo 2286afa3af Enhance NAT support as discussed on the -dev list, i.e.:
18 years ago
Joshua Colp 989b93143a Merged revisions 76087 via svnmerge from
18 years ago
Joshua Colp 66cae9269b It is impossible for the externhost variable to not exist, it is however possible for it to be empty.
18 years ago
Luigi Rizzo bfc782f4e9 Don't use a field size for the last argument of printf format,
18 years ago
Luigi Rizzo b2fec9ad16 Extend the 'network settings' section with indication on the
18 years ago
Steve Murphy 0e969271ae After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
18 years ago
Luigi Rizzo d60c5ee296 print more of the network settings (externip, externhost etc.)
18 years ago
Luigi Rizzo 192ac53c3f document the use of externip, externhost and other nat-related options,
18 years ago
Luigi Rizzo fddd5b557c ast_sip_ouraddrfor() never fails, so make it void
18 years ago
Luigi Rizzo 00d9a3e7a0 portability fix: use %f instead of %lf when printing double.
18 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
18 years ago
Joshua Colp a23feea9d2 Merged revisions 75623 via svnmerge from
18 years ago
Joshua Colp d90bddfa6c Merged revisions 75621 via svnmerge from
18 years ago
Steve Murphy 5ac24b25d3 This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.
18 years ago
Joshua Colp 4003b31fc5 Minor code tweaks. Variables were being checked wrong in some situations and didn't need to be checked in others.
18 years ago
Steve Murphy 8a7732f067 via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
18 years ago
Steve Murphy 6bc0a4929c Merged revisions 74955 via svnmerge from
18 years ago
Olle Johansson a1b9cbcd31 Implementation of a feature that will disable "missed calls" counters on SIP phones.
18 years ago
Tilghman Lesher ba857cc8a9 Merged revisions 73985 via svnmerge from
18 years ago
Olle Johansson 74e8ab14fc Merged revisions 73849 via svnmerge from
18 years ago
Russell Bryant 1da115c8d9 Merged revisions 73769 via svnmerge from
18 years ago
Russell Bryant a0c37d2548 Merged revisions 73679 via svnmerge from
18 years ago
Russell Bryant 134a556c9f Merged revisions 73598 via svnmerge from
18 years ago
Kevin P. Fleming cc19ba80f5 Merged revisions 73548 via svnmerge from
18 years ago
Joshua Colp 0fc25ac3ee Merged revisions 73467 via svnmerge from
18 years ago
Jason Parker daec10d187 Fix building with -Wdeclaration-after-statement, here too
18 years ago
Joshua Colp 62084eb2a4 Add SIPREFERRINGCONTEXT and SIPREFERREDBYHDR variables when a transfer takes place. (issue #8378 reported by jcovert)
18 years ago
Joshua Colp 1961b57705 Add rtpdest option to SIP CHANNEL() dialplan function to return the IP address and port that RTP (be it audio/video/text) is going to.
18 years ago
Joshua Colp d77301b8cd Tweak CLI command completion and some help text. (issue #10049 reported by IgorG)
18 years ago
Joshua Colp 76455dda03 Merged revisions 71430 via svnmerge from
18 years ago
Joshua Colp 18f4920227 Merged revisions 70552 via svnmerge from
18 years ago
Russell Bryant 238b7a54cc Merged revisions 69944 via svnmerge from
18 years ago
Tilghman Lesher a67890d7a9 Merged revisions 69796 via svnmerge from
18 years ago
Joshua Colp 9ed0563f17 Merged revisions 69794 via svnmerge from
18 years ago
Joshua Colp 59bc48bd05 Merged revisions 69775 via svnmerge from
18 years ago
Joshua Colp 1dbfbe6d71 Merged revisions 69668 via svnmerge from
18 years ago
Joshua Colp 3e4980da79 Merged revisions 69661 via svnmerge from
18 years ago
Joshua Colp 981a94f023 Merged revisions 69625 via svnmerge from
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Russell Bryant 8e11d6c147 Merged revisions 69183 via svnmerge from
18 years ago
Jason Parker 63535ada60 Fixes for ast_strlen_zero() janitor project.
18 years ago
Russell Bryant 156d6338b2 Merged revisions 69071 via svnmerge from
18 years ago
Russell Bryant 1d57ccb6f7 Fix a bunch of doxygen errors and document more things
18 years ago
Olle Johansson 1f9d98016e - Doxygen updates
18 years ago
Joshua Colp f2cc861bcf Merged revisions 67941 via svnmerge from
18 years ago
Russell Bryant 6aec360466 Remove our little joke that was making fun of email disclaimers which nobody
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Russell Bryant 033a3df22a Merged revisions 67862 via svnmerge from
18 years ago
Joshua Colp e3492b9511 Merged revisions 67068 via svnmerge from
18 years ago
Russell Bryant 93f2be2675 Fix a couple of places where "tos" was used instead of "cos".
18 years ago
Russell Bryant 3d2b58751f To satisfy some legal concerns, add an option for chan_sip to include a
18 years ago
Joshua Colp 9f79587d47 Merged revisions 66768 via svnmerge from
18 years ago
Olle Johansson 0b2db74e5a Issue #9842 - Doxygen updates by snuffy. Thanks!
18 years ago
Olle Johansson 4c1068c136 oops. Thanks Terry.
18 years ago
Olle Johansson ee3a0af16a Merged revisions 66503 via svnmerge from
18 years ago
Olle Johansson 6d6c525b10 Merged revisions 66474 via svnmerge from
18 years ago
Olle Johansson 0b67a7d80a Merged revisions 66414 via svnmerge from
18 years ago
Olle Johansson f4e81d7a54 Merged revisions 66404 via svnmerge from
18 years ago
Olle Johansson 36f15091bb Merged revisions 66363 via svnmerge from
18 years ago
Joshua Colp 4d03b4f268 Don't try to unregister a peer using the sip unregister CLI command if they are not registered. (issue #9811 reported by eliel)
18 years ago
Joshua Colp 39e9b3112c Due to the way stringfields work the value of the url pointer will always be non-NULL so we have to use ast_strlen_zero to make sure it is not empty. (issue #9821 reported by pj)
18 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
18 years ago
Joshua Colp 202fbe363a Merged revisions 65839 via svnmerge from
18 years ago
Olle Johansson 9b95428cce Issue #8409 and accidentally a fix to chan_sip that wasn't supposed to be there
18 years ago
Kevin P. Fleming 0ec502099f Yes Virginia, there is a reason why we have stringfields in the sip_pvt structure...
18 years ago
Russell Bryant d1ba4f90de - Remove debug variable that was only used in one place
18 years ago
Mark Spencer 04e45cfda3 Add SendURL support
18 years ago
Kevin P. Fleming 5dc23536ec Merged revisions 65683 via svnmerge from
18 years ago
Olle Johansson a3f9350ec2 Related to issue #9235 btw.
18 years ago
Olle Johansson 1bc7fdeb6b Merged revisions 65076 via svnmerge from
18 years ago
Olle Johansson 491827a28a Merged revisions 64974 via svnmerge from
18 years ago
Olle Johansson ac343d43c8 Makeup, darling.
18 years ago
Olle Johansson f3ec447a23 Another fix for the support for recordings controlled by INFO-packets
18 years ago
Joshua Colp a769766c53 Merged revisions 64754 via svnmerge from
18 years ago
Olle Johansson d83dcae6b1 Below patches with some re-structuring for trunk
18 years ago
Olle Johansson c472b899ef Merged revisions 64578 via svnmerge from
18 years ago
Olle Johansson c352f7b0d5 Merged revisions 64543 via svnmerge from
18 years ago
Olle Johansson 09aec2f622 Merged revisions 64516 via svnmerge from
18 years ago
Olle Johansson 7532b0bc4b Issue #9304 - Update help text to match functionality. Patch by kshumard with changes by oej
18 years ago
Olle Johansson 90bad9d2f5 Issue #6789 - Marquis - Add option to support regexten removal when host becomes unreachable
18 years ago
Olle Johansson fa2622cb1d Merged revisions 64324 via svnmerge from
18 years ago
Joshua Colp 4fbb449444 If no port is specified in the outboundproxy setting then use the standard SIP port. (issue #9665 reported by tootai)
18 years ago
Olle Johansson fc057b1890 Improve handling network errors on transmission to hosts that don't reply or are unreachable
18 years ago
Joshua Colp b71e691b3e Merged revisions 64114 via svnmerge from
18 years ago
Joshua Colp 38e951cfda Merged revisions 64086 via svnmerge from
18 years ago
Joshua Colp 82a30356da Merged revisions 64044 via svnmerge from
18 years ago
Olle Johansson aa320037d2 Merged revisions 63749 via svnmerge from
18 years ago
Joshua Colp 7e10164e20 Merged revisions 63611 via svnmerge from
18 years ago
Olle Johansson c358b18a5a Merged revisions 63532 via svnmerge from
18 years ago
Russell Bryant 314c874d7d I noted this on the dev list but got no response, so I just did it myself.
18 years ago
Olle Johansson d326d84ae0 - Adding some missing spaces
18 years ago
Steve Murphy 02337303ef a small upgrade to the coding standard, and an update to the code that triggered the upgrade.
18 years ago
Steve Murphy 3ee0077f04 Added a small bit of code to support the SNOM 360's Record button. Made the find_feature func in res_features.c public, so I could use it to find the automon dial sequence as configured by the user. When the INFO packet has a Record: header with on/off, the sequence is sent as consecutive DTMF frames on the phone's channel, triggering the automon functionality. The user has to configure the automon in features.conf, and set up his dialplan accordingly.
18 years ago
Olle Johansson 1b15d8852d Add the new ChannelUpdate event to inform manager clients about the PVT ID and some other channel driver data that
18 years ago
Joshua Colp 81cade7a4c Merged revisions 62989 via svnmerge from
18 years ago
Olle Johansson e1ec3f917c Add a small message that we're doing something. On my systems, there's a long
18 years ago
Olle Johansson 1d51b2e161 More username body parts to fix... If working, this needs to be backported to 1.2, 1.4.
18 years ago
Olle Johansson 8fee67c83b Handle sip:username;parameter=12345@example.com;parameter=1234 URI's properly
18 years ago
Olle Johansson daefa6a8b4 Merged revisions 62624 via svnmerge from
18 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
18 years ago
Russell Bryant 5cb08adc7a Don't crash when invalid arguments are provided to the CHANNEL() function
18 years ago
Russell Bryant b6b1bf3213 Merge changes from team/russell/events
18 years ago
Olle Johansson 240bd841b0 Issue #9545 Autocomplete for "sip unregister" cli command. (eliel) Thanks!
18 years ago
Olle Johansson f9c592e50c Merged revisions 62137 via svnmerge from
18 years ago
Joshua Colp 721f85d084 Merged revisions 61772 via svnmerge from
18 years ago
Olle Johansson 49af71c100 Use the last line in the SDP, even if it has no CRLF. Remember Jon Postel :-)
18 years ago
Dwayne M. Hubbard 34469a8707 added CLI 'sip unregister <peer>' for issue 9326. thanks eliel
18 years ago
Joshua Colp 4f04ff8597 Merged revisions 61648 via svnmerge from
18 years ago
Joshua Colp 80ec0b13ba Merged revisions 61641 via svnmerge from
18 years ago
Joshua Colp c4c2def716 Don't treat a host lookup as failed if sipregs is not in use when doing a realtime lookup. (issue #9255 reported by sergee)
18 years ago
Russell Bryant 3c0b24bda8 Merged revisions 61477 via svnmerge from
18 years ago
Russell Bryant 6b033eea04 Merged revisions 61427 via svnmerge from
18 years ago
Russell Bryant e34c67d308 Merged revisions 61377 via svnmerge from
18 years ago
Joshua Colp 9fff461080 Remove duplicate prototype declaration. (issue #9517 reported by junky)
18 years ago
Steve Murphy ecaf781933 Merged revisions 60989 via svnmerge from
18 years ago
Olle Johansson b52f774850 Merged revisions 61072 via svnmerge from
18 years ago