Fix two little things
[asterisk/asterisk.git] / channels / chan_sip.c
2003-07-22 Martin PyckoFix two little things
2003-07-17 Mark SpencerMinor fix for cid name
2003-07-15 Martin PyckoFix a segfault with the calls that need to register...
2003-06-29 Mark SpencerDefault to allowing H.263 but not H.261
2003-06-28 Mark SpencerProperly handle broken up packets
2003-06-28 Mark SpencerAdd SIP/RTP video support, video enable app_echo, start...
2003-06-25 Mark SpencerTurn off moh on SIP transfer
2003-06-24 Mark SpencerMake names more rational
2003-06-18 Mark SpencerMerge (for the time being) the alert code...
2003-06-17 Mark SpencerMinor fix for SIP authentication
2003-06-15 Mark SpencerHandle registration setups better when username contain...
2003-06-14 Mark SpencerRemove duplicate define
2003-06-12 Mark SpencerAdd SRV code to SIP, cleanup ENUM and make IAX2 do...
2003-06-08 Martin PyckoFix the segfault in get_calleridname if the From: strin...
2003-06-06 Martin PyckoAdd intercepting the calleridname from incoming SIP...
2003-06-02 Mark SpencerFix INFO on SIP with weird hardware
2003-05-24 Mark SpencerEnforce mailboxes checked in increasing order
2003-05-24 Mark SpencerRestart faster on checking NOTIFY messages on mailboxes
2003-05-22 Mark SpencerOnly send 180 ringing once, fix CTRL+D in main code
2003-05-17 Mark SpencerAlways lock call in find_call
2003-05-15 Mark SpencerHandle progress in chan_sip properly
2003-05-14 Mark SpencerClarify check for when to send message
2003-05-14 Mark SpencerIf we receive OPTIONS as the start of a conversation...
2003-05-14 Mark SpencerImplement transfer (first pass) in SIP
2003-05-13 Mark SpencerFix get_rdnis typo
2003-05-12 Mark SpencerAttempt RDNIS support
2003-05-12 Mark SpencerMake canreinvite globally applicable
2003-05-11 Mark SpencerConsider VIA on BYE and CANCEL too
2003-05-09 Mark SpencerFix potential seg
2003-05-08 Mark SpencerMake insecure perform as expected
2003-05-04 Mark SpencerMerge tilghman's updates for getourip
2003-05-03 Mark SpencerFix typo
2003-05-03 Mark SpencerBuild tohost on options
2003-05-02 Mark SpencerRelease peer/user determination when insecure = yes
2003-05-02 Mark SpencerParse first line parts when copying initreq's.
2003-04-30 Mark SpencerFix core on initial one
2003-04-30 Mark SpencerQueue null frame on receiving INVITE to prod ast_rtp_bridge
2003-04-30 Mark SpencerKeep track of redirected place for sending reinvites
2003-04-30 Mark SpencerFix to "Messages-waiting"
2003-04-30 Mark SpencerMake mimetype for NOTIFY configurable
2003-04-27 Mark SpencerMore contributed BSD enhancements
2003-04-25 Mark SpencerAMAflags and account code honored in SIP
2003-04-24 Mark SpencerFix TOS stuff for BSD
2003-04-24 Mark SpencerUse 503 for CONGESTION and 486 for BUSY
2003-04-23 Mark SpencerMore OpenBSD changes
2003-04-23 Mark SpencerCopy tohost from the peer when poking
2003-04-21 Mark SpencerReuse correct sequence numbers
2003-04-20 Mark SpencerUse the same call id for registrations
2003-04-18 Mark SpencerPut actual host name in field where possible
2003-04-16 Mark SpencerContribute SIP changes
2003-04-14 Mark SpencerAccept "defaultexpirey" too
2003-04-14 Mark SpencerDon't unlock in handle_response
2003-04-14 Mark SpencerFix locking issue
2003-04-12 Mark SpencerAdd support for :authuser...
2003-04-12 Mark SpencerVarious requested SIP enhancements
2003-04-11 Mark SpencerFix zombie *8# channels in SIP
2003-04-11 Mark SpencerFix blind transfer with macro
2003-04-11 Mark SpencerSuppress 487 message since people think it is an error
2003-04-11 Mark Spencerupdate CREDTS file
2003-04-11 Mark SpencerUse hostname instead of IP for sip registration
2003-04-11 Mark SpencerDon't double ack subscribes
2003-04-11 Mark SpencerPut number in name field if name field is NULL *or...
2003-04-11 Mark SpencerWhen swapping subs, queue a null frame, extend delay...
2003-04-10 Mark SpencerIgnore ;user=phone on register
2003-04-09 Mark SpencerParse initial request
2003-04-09 Mark SpencerDon't ACK on anything but INVITE
2003-04-09 Mark SpencerAdd missing "Contact" line to Register
2003-04-09 Mark SpencerAllow "fromuser" option and don't append port number...
2003-04-09 Mark SpencerFix SIP registration (I hope)
2003-04-09 Mark SpencerClear out old call
2003-04-09 Mark SpencerFirst pass at fixing REGISTER functionality under SIP
2003-04-09 Mark SpencerFix potential hangup issues
2003-04-09 Mark SpencerDon't send 180 "Ringing" after 183 Session Progres
2003-04-09 Mark SpencerCheck authentication before destination
2003-04-09 Mark SpencerImplement call pickup on SIP, override context if appro...
2003-04-08 Mark SpencerMake all address comparisons explicit
2003-04-08 Mark SpencerSend empty voice frame on 183 session progress
2003-04-08 Mark SpencerAlways ack packets
2003-04-08 Mark SpencerUpdate to 3261 branch definition
2003-04-08 Mark SpencerFix contact stuff once-and-for-all (I hope)
2003-04-08 Mark SpencerFix peerpoke to also acknowledge
2003-04-08 Mark SpencerAfter 404 or 484, don't send 503
2003-04-08 Mark SpencerAdd expiry patch from Jim
2003-04-08 Mark SpencerFix retransmission on BYE
2003-04-07 Mark SpencerFix contact header, don't transmit BYE when INVITE...
2003-04-07 Mark SpencerProvide authentication for BYE and CANCEL requests
2003-04-07 Mark SpencerVarious management updates
2003-04-06 Mark SpencerFix selection of tag in reqprep
2003-04-06 Mark SpencerAdd steven's SIP update
2003-04-06 Mark SpencerMerge enhanced status changes, add SIP subscribe from...
2003-04-06 Mark SpencerAdd "From" to register
2003-04-06 Mark SpencerFix tag handling on CANCEL (and maybe others)
2003-04-06 Mark SpencerFix chan_local build, update SIP
2003-04-06 Mark SpencerTry to ACK on 487 response, handle case of incoming...
2003-04-06 Mark SpencerMake fromdomain applicable at a peer basis as well...
2003-04-06 Mark SpencerAdd content-length and blank header to registration...
2003-04-06 Mark SpencerAdd preliminary chan_local, fix chan_sip to delete...
2003-04-05 Mark SpencerCleanup sip_destination
2003-04-05 Mark SpencerFix a couple of non-initialization bugs
2003-04-05 Mark SpencerMerge Stephen Davie's record route patches
next