summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2003-08-12Fix typoMark Spencer
2003-08-12Add optional pedantic SIP checkingMark Spencer
2003-08-10Handle 501 rightMark Spencer
2003-07-30Fix TOS bit in SIP when verbose < 2, add support for mgcp TOS bitsMark Spencer
2003-07-30Small SIP simplificationMark Spencer
2003-07-30If local user not found, allow call to passMark Spencer
2003-07-26Revision to SIPMark Spencer
2003-07-26Add per-user limits to chan_sipMark Spencer
2003-07-24Merge Matteo's INFO patchMark Spencer
2003-07-22Fix two little thingsMartin Pycko
2003-07-17Minor fix for cid nameMark Spencer
2003-07-15Fix a segfault with the calls that need to register with the remote gateway (...Martin Pycko
2003-06-29Default to allowing H.263 but not H.261Mark Spencer
2003-06-28Properly handle broken up packetsMark Spencer
2003-06-28Add SIP/RTP video support, video enable app_echo, start on RTCPMark Spencer
2003-06-25Turn off moh on SIP transferMark Spencer
2003-06-24Make names more rationalMark Spencer
2003-06-18Merge (for the time being) the alert code...Mark Spencer
2003-06-17Minor fix for SIP authenticationMark Spencer
2003-06-15Handle registration setups better when username contains an @Mark Spencer
2003-06-14Remove duplicate defineMark Spencer
2003-06-12Add SRV code to SIP, cleanup ENUM and make IAX2 do the right thing on dialsMark Spencer
2003-06-08Fix the segfault in get_calleridname if the From: string starts with "<sip:..."Martin Pycko
2003-06-06Add intercepting the calleridname from incoming SIP callsMartin Pycko
2003-06-02Fix INFO on SIP with weird hardwareMark Spencer
2003-05-24Enforce mailboxes checked in increasing orderMark Spencer
2003-05-24Restart faster on checking NOTIFY messages on mailboxesMark Spencer
2003-05-22Only send 180 ringing once, fix CTRL+D in main codeMark Spencer
2003-05-17Always lock call in find_callMark Spencer
2003-05-15Handle progress in chan_sip properlyMark Spencer
2003-05-14Clarify check for when to send messageMark Spencer
2003-05-14If we receive OPTIONS as the start of a conversation, kill it immediately aft...Mark Spencer
2003-05-14Implement transfer (first pass) in SIPMark Spencer
2003-05-13Fix get_rdnis typoMark Spencer
2003-05-12Attempt RDNIS supportMark Spencer
2003-05-12Make canreinvite globally applicableMark Spencer
2003-05-11Consider VIA on BYE and CANCEL tooMark Spencer
2003-05-09Fix potential segMark Spencer
2003-05-08Make insecure perform as expectedMark Spencer
2003-05-04Merge tilghman's updates for getouripMark Spencer
2003-05-03Fix typoMark Spencer
2003-05-03Build tohost on optionsMark Spencer
2003-05-02Release peer/user determination when insecure = yesMark Spencer
2003-05-02Parse first line parts when copying initreq's.Mark Spencer
2003-04-30Fix core on initial oneMark Spencer
2003-04-30Queue null frame on receiving INVITE to prod ast_rtp_bridgeMark Spencer
2003-04-30Keep track of redirected place for sending reinvitesMark Spencer
2003-04-30Fix to "Messages-waiting"Mark Spencer
2003-04-30Make mimetype for NOTIFY configurableMark Spencer
2003-04-27More contributed BSD enhancementsMark Spencer