aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Cleanup approach in 217804 and don't reach inside the sig_pvt.jpeeler3-4/+10
2009-09-10Allow do not disturb to be set on analog channels via the CLI and AMI.jpeeler3-12/+43
2009-09-10Make calltoken support work with realtime users and peers.tilghman2-4/+9
2009-09-10Cleaned up chan_dahdi iflist handling and locking.rmudgett1-263/+241
2009-09-10Miscellaneous minor changes.rmudgett1-7/+8
2009-09-10Merged revisions 217806 via svnmerge from dvossel1-4/+28
2009-09-10Fix crash during attended transfer over PRI.jpeeler1-0/+8
2009-09-10Stop caller id transmission when offhook event detected.jpeeler3-0/+26
2009-09-10Don't assign UINT_MAX to an INT. oej1-3/+3
2009-09-10Include ActionID in all events that are responsed to AMI Action SIPShowRegistryoej1-1/+2
2009-09-10Fix available() for SS7, MFC/R2, and pseudo channels.rmudgett1-16/+26
2009-09-09ast_log replaced for ast_verbose in MFCR2 event notificationsmoy1-11/+15
2009-09-09Don't report transfer success until we actually know. 1xx messages are not fi...oej1-2/+5
2009-09-09Not having any TLS session to write to is a serious XMIT_ERROR. oej1-0/+1
2009-09-09Formatting and doxygen updatesoej1-12/+13
2009-09-08Fix memory leak of sig_xxx private structures.rmudgett5-4/+41
2009-09-08Miscellaneous minor code cleanup in mkintf().rmudgett1-25/+35
2009-09-08Remove duplicate entry in the sig_pri_pri private pointer array.rmudgett1-2/+0
2009-09-08caller id number emptydvossel1-4/+4
2009-09-07Moving another function declared in the middle of forward declarations. oej1-5/+4
2009-09-07Move "deprecated_username" to a flag like the others - unsigned int blah:1oej1-3/+3
2009-09-07- Doxygen additionsoej1-54/+55
2009-09-07Clean up the "offered_media" codeoej1-14/+23
2009-09-07Make sure we reset global_exclude_static at channel reloadoej1-1/+2
2009-09-07Move capability into sip_cfg. While at it, make sure we reset it at channel r...oej1-12/+12
2009-09-07Move global_regcontext into the sip_cfg structureoej1-11/+11
2009-09-07Move contact_ha to sip_cfg structureoej1-7/+7
2009-09-07Doxygen updatesoej1-4/+6
2009-09-07Since it's possible to have more than 999 calls, I'm changing the call counte...oej1-4/+4
2009-09-07add doxygen and remove duplicate declaration of variableoej1-2/+1
2009-09-07After many years, remove VOCAL_DATA_HACK definitionoej1-2/+0
2009-09-07Remove unneeded header files (tested on Linux and OS/X)oej1-4/+0
2009-09-07Don't send MESSAGE with sendtext() if recepient doesn't allow MESSAGE requestsoej1-7/+11
2009-09-07Add some doxygenoej1-3/+8
2009-09-07Fix typooej1-1/+1
2009-09-07If there is no session timer in the INVITE, set it to default value (not unse...oej1-1/+2
2009-09-07Simplify the code in this functionoej1-12/+13
2009-09-04sip peer matching by address only with TCP/TLSdvossel1-51/+35
2009-09-04Merged revisions 216430 via svnmerge from oej1-3/+11
2009-09-04Do not treat every SIP peer as if they were configured with insecure=port.russell1-8/+28
2009-09-03Lets try not to use C++ keywords for variable names.rmudgett2-31/+34
2009-09-03Added detection DTMF CID without polarity change alert.dbailey3-8/+105
2009-09-03Merge code associated with AST-2009-006dvossel4-154/+1208
2009-09-03Add known internal IP address when autodomain=yesoej1-2/+6
2009-09-03Default the callback extension to "s". This is a regression.tilghman1-1/+1
2009-09-02Merged revisions 215682 via svnmerge from twilson1-10/+74
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...rmudgett3-0/+47
2009-09-02port string to int conversion using sscanfdvossel1-24/+31
2009-09-02add Parkinglot info to sip show peer <foo> and skinny show line <foo>mvanbaak2-0/+4
2009-09-02Fix issue where DTMF CID detect was placing channels into signed linear modedbailey2-10/+16