aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-12Fix typomarkster1-2/+3
2003-08-12Add optional pedantic SIP checkingmarkster1-14/+49
2003-08-10Handle 501 rightmarkster1-1/+6
2003-07-30Fix TOS bit in SIP when verbose < 2, add support for mgcp TOS bitsmarkster1-5/+4
2003-07-30Small SIP simplificationmarkster1-3/+1
2003-07-30If local user not found, allow call to passmarkster1-1/+2
2003-07-26Revision to SIPmarkster1-12/+53
2003-07-26Add per-user limits to chan_sipmarkster1-8/+65
2003-07-24Merge Matteo's INFO patchmarkster1-7/+19
2003-07-22Fix two little thingsmartinp1-2/+2
2003-07-17Minor fix for cid namemarkster1-2/+2
2003-07-15Fix a segfault with the calls that need to register with the remote gateway (...martinp1-0/+3
2003-06-29Default to allowing H.263 but not H.261markster1-1/+1
2003-06-28Properly handle broken up packetsmarkster1-4/+3
2003-06-28Add SIP/RTP video support, video enable app_echo, start on RTCPmarkster1-66/+229
2003-06-25Turn off moh on SIP transfermarkster1-1/+3
2003-06-24Make names more rationalmarkster1-3/+14
2003-06-18Merge (for the time being) the alert code...markster1-7/+21
2003-06-17Minor fix for SIP authenticationmarkster1-1/+2
2003-06-15Handle registration setups better when username contains an @markster1-2/+7
2003-06-14Remove duplicate definemarkster1-2/+0
2003-06-12Add SRV code to SIP, cleanup ENUM and make IAX2 do the right thing on dialsmarkster1-6/+25
2003-06-08Fix the segfault in get_calleridname if the From: string starts with "<sip:..."martinp1-2/+5
2003-06-06Add intercepting the calleridname from incoming SIP callsmartinp1-2/+31
2003-06-02Fix INFO on SIP with weird hardwaremarkster1-1/+1
2003-05-24Enforce mailboxes checked in increasing ordermarkster1-2/+10
2003-05-24Restart faster on checking NOTIFY messages on mailboxesmarkster1-0/+6
2003-05-22Only send 180 ringing once, fix CTRL+D in main codemarkster1-1/+3
2003-05-17Always lock call in find_callmarkster1-1/+4
2003-05-15Handle progress in chan_sip properlymarkster1-12/+36
2003-05-14Clarify check for when to send messagemarkster1-3/+3
2003-05-14If we receive OPTIONS as the start of a conversation, kill it immediately aft...markster1-0/+4
2003-05-14Implement transfer (first pass) in SIPmarkster1-0/+19
2003-05-13Fix get_rdnis typomarkster1-1/+1
2003-05-12Attempt RDNIS supportmarkster1-0/+30
2003-05-12Make canreinvite globally applicablemarkster1-1/+9
2003-05-11Consider VIA on BYE and CANCEL toomarkster1-0/+2
2003-05-09Fix potential segmarkster1-1/+2
2003-05-08Make insecure perform as expectedmarkster1-1/+1
2003-05-04Merge tilghman's updates for getouripmarkster1-92/+14
2003-05-03Fix typomarkster1-1/+1
2003-05-03Build tohost on optionsmarkster1-1/+4
2003-05-02Release peer/user determination when insecure = yesmarkster1-1/+2
2003-05-02Parse first line parts when copying initreq's.markster1-59/+63
2003-04-30Fix core on initial onemarkster1-1/+2
2003-04-30Queue null frame on receiving INVITE to prod ast_rtp_bridgemarkster1-0/+6
2003-04-30Keep track of redirected place for sending reinvitesmarkster1-1/+9
2003-04-30Fix to "Messages-waiting"markster1-1/+1
2003-04-30Make mimetype for NOTIFY configurablemarkster1-1/+5
2003-04-27More contributed BSD enhancementsmarkster1-6/+6