summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-20Remove spurious warning when 'qualifyfreqnotok' is set successfully.Sean Bright
2012-02-20This was a LOG_NOTICE, so roll it back.Sean Bright
2012-02-20Change some debug messages from LOG_DEBUG to ast_debug.Sean Bright
2012-02-19Add some boilerplate documentation for IAXVAR and IAXPEER.Sean Bright
2012-02-19Set the length of the ast_sockaddr, so that we can set it's port later.Sean Bright
2012-02-18push 'outgoing' flag from sig_XXX up to chan_dahdiAlec L Davis
2012-02-17Don't allow trunkfreq to be greater than 1000ms.Sean Bright
2012-02-17Pass the correct value to ast_timer_set_rate() for IAX2 trunking.Sean Bright
2012-02-17Fix regressions with regards to route-set creation on early dialogs.Mark Michelson
2012-02-15When IAX2 debugging is enabled, make sure to log 'apathetic' messages too.Sean Bright
2012-02-15Remove IAX_OLD_FIND from chan_iax2.Sean Bright
2012-02-15Use TRUNK_CALL_START as originally intended.Sean Bright
2012-02-14Properly invert the return of a strncmp call.Mark Michelson
2012-02-14Clear the high order bit from the destination call number before sending.Sean Bright
2012-02-13Fix compile error from most recent ast_channel opaquification installment.Richard Mudgett
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-09Fix parsing of SIP headers where compact and non-compact headers are mixedKinsey Moore
2012-02-09Add auto_force_rport and auto_comedia NAT optionsTerry Wilson
2012-02-09Clean-up of minor formatting issues in r354542/3/4Matthew Jordan
2012-02-09Fix SIP INFO DTMF handling for non-numeric codesMatthew Jordan
2012-02-09Fix some compile problems from the 'cppcheck' patch.Richard Mudgett
2012-02-08Add callbackextension matching & realtime callbackextensionsTerry Wilson
2012-02-08Restore some variables removed by the 'cppcheck' patch that were actually nee...Kevin P. Fleming
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-07Fix multiple SIP realtime issuesTerry Wilson
2012-02-06Restore alternate SIG_PRI_DEBUG_DEFAULT meaning.Richard Mudgett
2012-02-06Allow more control over the output of pri debugKinsey Moore
2012-02-03Fixes deadlocks occuring in chan_agent due to r335976Jonathan Rose
2012-02-02Ensure entering T.38 passthrough does not cause an infinite loopKinsey Moore
2012-02-02Restore the 'w' modifier support for ISDN spans. Dial(DAHDI/g0/1234w888)Richard Mudgett
2012-02-02Fix sip show peers port output, align columns, and fix ami port output.Jonathan Rose
2012-02-01Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sipJonathan Rose
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-30Re-link peers by IP when dnsmgr changes the IPTerry Wilson
2012-01-30Merged revisions 353369 via svnmerge from Alec L Davis
2012-01-30Merged revisions 353321 via svnmerge from Alec L Davis
2012-01-30Clarify log WARNING message when port-zero SDP 'm' lines received.Kevin P. Fleming
2012-01-29Allow softkey reject while device onhook.Damien Wedhorn
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-27Merged revisions 352863 via svnmerge from Alec L Davis
2012-01-26Copy amaflags to sip_pvt from peer during create_addr_from_peerJonathan Rose
2012-01-26Merged revisions 352705 via svnmerge from Alec L Davis
2012-01-25Remove some extraneous debugging from registry memleak fixTerry Wilson
2012-01-25Fixes for sending SIP MESSAGE outside of calls.Richard Mudgett
2012-01-25Clean up some SIP registry-related memory leaksTerry Wilson
2012-01-25Fix channel opaquification of stringfields for chan_vpbTerry Wilson
2012-01-24Don't do a DNS lookup on an outbound REGISTER host if there is an outbound pr...Mark Michelson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-23Fix sip_cfg.notifycid to be set with the defined enum values.Richard Mudgett