Commit Graph

7298 Commits (11bbc097b7d6e115ea413dd80b8deee95ee3dc63)

Author SHA1 Message Date
Joshua Colp 2736fe9917 Defer sending the connected line reinvite if a reinvite is already in progress.
15 years ago
Kinsey Moore dec0d4f9e3 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
15 years ago
Terry Wilson b71deb0518 Fix unused-but-set-variable warnings
15 years ago
Terry Wilson e8f8d2c81e Make chan_usbradio compile under dev mode
15 years ago
Richard Mudgett 9926662aba Remove ISDN hold restriction for non-bridged calls.
15 years ago
Richard Mudgett ced1211fad Fix compile error from latest channel opaquification change.
15 years ago
Sean Bright f6b2f05f8c The default value for mohinterpret is the empty string, so when resetting to
15 years ago
Mark Michelson 4094a9f57e Fix compilation error due to typo during channel opaquification.
15 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
15 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
15 years ago
Richard Mudgett 764d2ccae2 Use more reasonable cause code when rejecting incoming call waiting calls.
15 years ago
Mark Michelson 1bef7695ce Add a security event for the case where fake authentication challenge is sent.
15 years ago
Richard Mudgett 85ea4277f1 Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
15 years ago
Jonathan Rose 565f411868 Changes transport option in sip.conf so that using multiple instances doesn't stack.
15 years ago
Sean Bright c20cfcdcf0 Address comments from Mark Michelson
15 years ago
Sean Bright 3cf09f40f7 Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and update
15 years ago
Jonathan Rose 299dd5d4fc Adds an option to sip.conf that prevents diversion headers from being added.
15 years ago
Sean Bright 9ed6de9fd2 There isn't much point in saving off and restoring a value that we never use again.
15 years ago
Sean Bright 51c24c88a1 Prefer ast_set_qos() over ast_netsock_set_qos()
15 years ago
Richard Mudgett ebe2c33b72 Fix worker thread resource leak in SIP TCP/TLS.
15 years ago
Matthew Jordan 670797e5da Allow SRTP policies to be reloaded
15 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
15 years ago
Richard Mudgett 235f88d122 Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
15 years ago
Mark Michelson c078a1819c Fix ACK routing for non-2xx responses.
15 years ago
Kevin P. Fleming 25a9b03cd1 Correct some set-but-unused variable warnings in the mISDN library.
15 years ago
Terry Wilson 90a6848c67 Fix chan_misdn after the lastest opaquification changes
15 years ago
Matthew Jordan a8d9e0bf0b Merged revisions 356215 via svnmerge from
15 years ago
Sean Bright 1c971ae604 Make 'iax2 show callnumber usage' output make sense when an IP is passed in.
15 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
15 years ago
Sean Bright 25e5eb3b96 Remove spurious warning when 'qualifyfreqnotok' is set successfully.
15 years ago
Sean Bright db487bd7f8 This was a LOG_NOTICE, so roll it back.
15 years ago
Sean Bright 2bd6649a93 Change some debug messages from LOG_DEBUG to ast_debug.
15 years ago
Sean Bright bec0ee0851 Add some boilerplate documentation for IAXVAR and IAXPEER.
15 years ago
Sean Bright 2c1b3144cb Set the length of the ast_sockaddr, so that we can set it's port later.
15 years ago
Alec L Davis a4f6d96b2e push 'outgoing' flag from sig_XXX up to chan_dahdi
15 years ago
Sean Bright 3816fdde94 Don't allow trunkfreq to be greater than 1000ms.
15 years ago
Sean Bright 7c373d8c13 Pass the correct value to ast_timer_set_rate() for IAX2 trunking.
15 years ago
Mark Michelson 8a20faa8d7 Fix regressions with regards to route-set creation on early dialogs.
15 years ago
Sean Bright b69fb773d2 When IAX2 debugging is enabled, make sure to log 'apathetic' messages too.
15 years ago
Sean Bright 45f361c9bd Remove IAX_OLD_FIND from chan_iax2.
15 years ago
Sean Bright 0d12368261 Use TRUNK_CALL_START as originally intended.
15 years ago
Mark Michelson 03894236d0 Properly invert the return of a strncmp call.
15 years ago
Sean Bright 98111f8f1f Clear the high order bit from the destination call number before sending.
15 years ago
Richard Mudgett d8af1a4882 Fix compile error from most recent ast_channel opaquification installment.
15 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
15 years ago
Kinsey Moore 6225c6cadc Fix parsing of SIP headers where compact and non-compact headers are mixed
15 years ago
Terry Wilson e5c51ee44c Add auto_force_rport and auto_comedia NAT options
15 years ago
Matthew Jordan dff9b61f5c Clean-up of minor formatting issues in r354542/3/4
15 years ago
Matthew Jordan ba08e9f4d6 Fix SIP INFO DTMF handling for non-numeric codes
15 years ago
Richard Mudgett 16fbc7e902 Fix some compile problems from the 'cppcheck' patch.
15 years ago