Commit Graph

7263 Commits (98658b0670a4374be271aed0c7b42657cfced657)

Author SHA1 Message Date
Richard Mudgett 94fb536135 Make number not available presentation also set screening to network provided.
14 years ago
Richard Mudgett 6b2201e80a Add missing initialization of update_redirecting in chan_sip.c
14 years ago
Matthew Jordan de2f65ce68 Ensure Asterisk sends a BYE when pending on the final response to a re-INVITE
14 years ago
Sean Bright b60963eab9 chan_iax2: Emit Port alongside Post in PeerStatus AMI Event.
14 years ago
Alec L Davis 078fd3f925 Missed lastinvite CSeq int to uint32_t change
14 years ago
Russell Bryant 22b75fa244 chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().
14 years ago
Russell Bryant d0cb19147c chan_gtalk: Fix potential use of uninitialized variable.
14 years ago
Richard Mudgett 43100ddd82 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Russell Bryant 40cc905d86 Fix invalid reads/writes due to incorrect sizeof().
14 years ago
Russell Bryant 257238412a Remove chan_usbradio and app_rpt.
14 years ago
Terry Wilson 7db4fb902e Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Jonathan Rose ce0093e643 Make transfer not ignore port information with SIP.
14 years ago
Richard Mudgett 830d0d5be2 Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().
14 years ago
Richard Mudgett 3637eafa35 Fix ring cadance setup for outgoing calls on FXS ports.
14 years ago
Richard Mudgett 3ca4addbad Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.
14 years ago
Richard Mudgett 00e7f93582 Setup DSP when SS7 call is connected or early media is available.
14 years ago
Joshua Colp 732eaebec7 Defer sending the connected line reinvite if a reinvite is already in progress.
14 years ago
Kinsey Moore e7c8651f06 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
14 years ago
Terry Wilson ae3cb097ad Fix unused-but-set-variable warnings
14 years ago
Terry Wilson 6e64180d29 Correct some set-but-unused variable warnings in the mISDN library.
14 years ago
Terry Wilson c2456f442e Make chan_usbradio compile under dev mode
14 years ago
Richard Mudgett f1bdfc6180 Remove ISDN hold restriction for non-bridged calls.
14 years ago
Sean Bright ca5fe398a2 The default value for mohinterpret is the empty string, so when resetting to
14 years ago
Richard Mudgett 435ebee127 Use more reasonable cause code when rejecting incoming call waiting calls.
14 years ago
Mark Michelson 6a04c78329 Add a security event for the case where fake authentication challenge is sent.
14 years ago
Jonathan Rose 7deeed0304 Changes transport option in sip.conf so that using multiple instances doesn't stack.
14 years ago
Richard Mudgett d372c43488 Fix worker thread resource leak in SIP TCP/TLS.
14 years ago
Matthew Jordan e796b45951 Allow SRTP policies to be reloaded
14 years ago
Richard Mudgett 3b57020680 Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
14 years ago
Mark Michelson 4501bb048f Fix ACK routing for non-2xx responses.
14 years ago
Matthew Jordan bc3cb5ddbc Merged revisions 356214 via svnmerge from
14 years ago
Sean Bright 34179f7093 Make 'iax2 show callnumber usage' output make sense when an IP is passed in.
14 years ago
Sean Bright c6cde9e2c0 Remove spurious warning when 'qualifyfreqnotok' is set successfully.
14 years ago
Sean Bright 76ddf391c6 This was a LOG_NOTICE, so roll it back.
14 years ago
Sean Bright fd99b4c811 Change some debug messages from LOG_DEBUG to ast_debug.
14 years ago
Sean Bright a61bda1a90 Add some boilerplate documentation for IAXVAR and IAXPEER.
14 years ago
Sean Bright 4b13d1d36a Set the length of the ast_sockaddr, so that we can set it's port later.
14 years ago
Alec L Davis b9e0c5ecf4 push 'outgoing' flag from sig_XXX up to chan_dahdi
14 years ago
Sean Bright 7070d7acef Don't allow trunkfreq to be greater than 1000ms.
14 years ago
Sean Bright f41e7d4a44 Pass the correct value to ast_timer_set_rate() for IAX2 trunking.
14 years ago
Mark Michelson 858b62ee20 Fix regressions with regards to route-set creation on early dialogs.
14 years ago
Sean Bright 63e4aa0740 When IAX2 debugging is enabled, make sure to log 'apathetic' messages too.
14 years ago
Sean Bright c1e1d5e48d Only use maxtrunkcall and maxnontrunkcall in chan_iax2 if IAX_OLD_FIND is specified.
14 years ago
Sean Bright 2f84d485ee Use TRUNK_CALL_START as originally intended.
14 years ago
Mark Michelson b36e1c34c6 Properly invert the return of a strncmp call.
14 years ago
Sean Bright 34d07c8706 Clear the high order bit from the destination call number before sending.
14 years ago
Kinsey Moore cf859354d9 Fix parsing of SIP headers where compact and non-compact headers are mixed
14 years ago
Matthew Jordan 06097e11b8 Clean-up of minor formatting issues in r354542/3/4
14 years ago
Matthew Jordan 4f9a0e44ff Fix SIP INFO DTMF handling for non-numeric codes
14 years ago
Terry Wilson 6fd4756e8a Fix multiple SIP realtime issues
14 years ago