Commit Graph

3076 Commits (35d729fb40d57c635bc7f27589c43bbb63c5b575)

Author SHA1 Message Date
Kevin P. Fleming f890cab292 Merged revisions 30293 via svnmerge from
20 years ago
Joshua Colp e0612c9835 Safely traverse the thread lists and wait until each thread is done before moving on to the next.
20 years ago
Joshua Colp 336fd1a2de Only get the low 16 bits if we actually have a message count
20 years ago
Christian Richter eefc9193e7 added EVENT_NEW_CHANNEL. We change the channel name now when we got the real channel, also changed name generation to new stringfield api
20 years ago
Kevin P. Fleming 57f6093661 don't send CANCEL for an INVITE that we haven't received a provisional response for yet... mark it pending until a response arrives (issue #7079)
20 years ago
Olle Johansson b8b1fda04c Typo
20 years ago
Kevin P. Fleming 11d13e1d4b Merged revisions 29969 via svnmerge from
20 years ago
Christian Richter 8122c35675 fixed to early connect bug which came in yesterday.., also added the transmit of progress indicators through channel vars
20 years ago
Kevin P. Fleming 3e99be68d1 add a new option for 'obscuring' SIP user/peer names from fishers
20 years ago
Russell Bryant 7370cb3221 Merged revisions 29849 via svnmerge from
20 years ago
Matthew Fredrickson 547c6ebd86 Bump up the echo tail length option
20 years ago
Christian Richter 39ac1a5b83 added a l1watcher timeout, therefore removed the old behaviour of guessing the l1state.
20 years ago
Kevin P. Fleming b31af470e7 Merged revisions 29764 via svnmerge from
20 years ago
BJ Weschke c4227714fd Sanity check code for an extended failure in trying to obtain a channel lock that may have been obtained elsewhere. Prevents the monitor thread of the SIP module from going into an infinite loop, effectively, breaking SIP until you restart Asterisk or the mutex is unlocked, whichever comes first.
20 years ago
Matt O'Gorman 5d51260c36 finish cleaning up some more stuff before russell
20 years ago
Russell Bryant 32a28ed9cf update chan_jingle to reflect the recent change to the indicate prototype
20 years ago
Olle Johansson 16a648aaf1 Breaking once will stop us... :-)
20 years ago
Christian Richter adfae0960f * export_ies uses now _VAR else the vars are not copied to the dest chan
20 years ago
Olle Johansson 883e4d6a9b Code formatting
20 years ago
Mark Spencer fa9e0ed768 Handle ringing (early) state properly on SIP
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
Joshua Colp a0f95cd526 Merged revisions 29464 via svnmerge from
20 years ago
Christian Richter 19d46333bf added callcounters for incoming and outgoing calls
20 years ago
Luigi Rizzo 76c47813fe remove code duplication generating some ast_verbose messages .
20 years ago
Luigi Rizzo 82dbf5a4c1 use the functional form of time(), and mark XXX a couple of places
20 years ago
Luigi Rizzo afe7c46924 more constifications
20 years ago
Luigi Rizzo 322aff00c6 various constification of function arguments to prevent erroneous
20 years ago
Luigi Rizzo ba195ee2d4 the msg argument of the various transmi_response*() functions is const.
20 years ago
Luigi Rizzo 75c6b453a3 mark const the 'header' argument of gettag
20 years ago
Luigi Rizzo 1a709886e3 mark const the source of copy_request
20 years ago
Luigi Rizzo c76882a94a fix indentation to make a table more readable
20 years ago
Luigi Rizzo 3ade391d1d simplify register_peer_exten() removing some duplicated code.
20 years ago
Luigi Rizzo 734535011a use strsep() to trim away ;xxx from SIP messages.
20 years ago
Luigi Rizzo 8414445108 use a more compact method to trim the trailing ;... from SIP lines.
20 years ago
Luigi Rizzo 917182e286 annotate const parameters of copy_header()
20 years ago
Luigi Rizzo 27f4fb4990 src is const in parse_copy()
20 years ago
Luigi Rizzo 564ca6394a minor logic simplification in get_sip_pvt_byid_locked()
20 years ago
Luigi Rizzo 15b7465cd2 simplify logic in function create_addr()
20 years ago
Luigi Rizzo a234f92337 simplify logic in realtime_peer(), removing an unnecessary
20 years ago
Luigi Rizzo 94d3a99089 strcmp() is the right function to use here, not strncmp().
20 years ago
Russell Bryant ed0b86c916 fix the possibility of writing one byte past the end of a buffer.
20 years ago
Kevin P. Fleming df6767fa52 Merged revisions 28896 via svnmerge from
20 years ago
Kevin P. Fleming 6d92d53d41 attributes need trailing CR-LF
20 years ago
Russell Bryant 0debd3dec2 allow chan_h323 to build (issue #7006, casper)
20 years ago
Kevin P. Fleming 42e2cf61d8 Merged revisions 28794 via svnmerge from
20 years ago
Tilghman Lesher d0c36296d2 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
20 years ago
Joshua Colp ebc762c82e Clean up some chan_zap code to make it more readable. (issue #6834 reported by ppyy)
20 years ago
Joshua Colp fa13a5f113 Merged revisions 28698 via svnmerge from
20 years ago
Russell Bryant 5d24426e40 fix up a patch that did not merge properly from 1.2 ... weird
20 years ago
Olle Johansson 1783cb3a91 Adding send_text capability to chan_local
20 years ago