aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-23Revert revision 62417 as someone reported problems with it to Mark. This wasrussell1-16/+31
2007-05-22Fix a memory leak that I just noticed in the device state handling in app_queue.russell1-0/+2
2007-05-22we stop the tones only when we're in the pre-call phase, otherwise e.g. when ...crichter1-1/+2
2007-05-18This update will fix the situation that occurs as described by 9717, where wh...murf3-4/+37
2007-05-18Not getting an ACK to a 200 OK in the initial invite is critical to the call.oej1-1/+4
2007-05-18Issue 9235 - part of the problem, maybe not all. Please retry with this patch...oej1-2/+7
2007-05-18fixed a warning regarding Keypad encoding. encode the IE sending_complete at ...crichter2-4/+4
2007-05-18we *need* to send a PROCEEDING when sending_complete is set, even if need_mor...crichter1-1/+2
2007-05-17How is it that we never caught that this is returning the opposite of our doc...tilghman1-1/+1
2007-05-17If we have a negative current message, we shouldn't go back even further...qwell1-1/+1
2007-05-16Fixing possible bug in auth of BYEoej1-1/+2
2007-05-16Support SIP uri's starting with SIP: and sip: (reported by Tony Mountfield on...oej1-15/+15
2007-05-16Issue #9726 - rlister - Better logging for ACL denialsoej1-11/+27
2007-05-16in the case immediate=yes, we directly jump into the dialplan, where people c...crichter1-10/+12
2007-05-14Only perform stripping of - strings from the channel name for Zap channels. A...file1-4/+8
2007-05-11Issue 9121 - fixups for safe_asterisk scripttilghman2-5/+20
2007-05-10Fix an issue with trying to kill a thread before it gets created.qwell1-1/+2
2007-05-10Do not allocate SIP pvt's for PEERs we can not reach. oej1-0/+4
2007-05-09Make sure we only create a DSP if it's requested on SUB_REALmattf1-18/+20
2007-05-09Properly handle hints that point to multiple devices in chan_sip. Why chan_si...file1-5/+8
2007-05-09Replicate fix from 51158 (app_voicemail) to app_directory (Issue 9224)tilghman1-2/+2
2007-05-09release_chan frees ch, so we should never touch ch after release_chan, this m...crichter1-1/+3
2007-05-08Issue 9602 - segfault in app_macrotilghman1-18/+32
2007-05-08added application misdn_check_l2l1 which tries to pull up the L1/L2 on all po...crichter2-12/+127
2007-05-08Issue 9527 - upon entering a folder, no message is selected (curmsg == -1), s...tilghman1-14/+17
2007-05-07Properly handle what happens during a masquerade in relation to group countin...file3-1/+18
2007-05-07Releasing the whole in-memory configuration while you're adding to it is not ...oej1-1/+0
2007-05-03When a peer is seeded or built tell the devicestate core to update it's statu...file1-0/+2
2007-05-03when we're in state WAITING4DIGS, we use the asterisk tone-generator which pr...crichter2-6/+23
2007-05-03fixed the problem that misdn_write did not return -1 when called with 0 sampl...crichter2-1/+5
2007-05-03doh... initializing the pointer variable will work just a bit betterkpfleming1-1/+1
2007-05-02increase reliability and efficiency of static Realtime config loading via ODBC:kpfleming1-13/+13
2007-05-02Some tweaks to satisfy CDR bug 8796, where being in 'h' extension louses up t...murf2-5/+7
2007-05-02Issue 9638 - if a text frame is sent with no terminating NULL through a bridgedtilghman1-0/+7
2007-05-01Remove an unnecessary check that makes it so if you hang up after doing anrussell1-1/+1
2007-05-01Add indications.conf information for the Philippines.russell1-0/+21
2007-04-30This patch fixes an issue where depending on the cause code, when the networkrussell1-31/+16
2007-04-30Update copyright notice. It's now the year 2007!file1-1/+1
2007-04-27This transcoder message needn't be a NOTICE.qwell1-1/+1
2007-04-27Issue #7351 - SIP Cancel fails due to the wrong contact uri. Reported by PPYY...oej1-0/+2
2007-04-26Revert previous fix for when the IAX2 channel goes funky (that's the technica...file1-2/+6
2007-04-26Don't count failed include attempts against the configuration include level. ...file1-0/+2
2007-04-25handle a very bizarre race condition with channels being redirected before a ...kpfleming1-0/+10
2007-04-25If the callerid= option is specified, but empty, clear any previous data.russell1-0/+8
2007-04-25Ensure that callerid settings are reset on a reload.russell1-6/+16
2007-04-25Merge rewritten group counting support. No more storing data on the variable ...file5-122/+165
2007-04-25Fix a typo where cid_num got copied instead of cid_ani. russell1-1/+1
2007-04-24Don't crash if a manager connection provides a username that exists inrussell1-1/+2
2007-04-24removed #if 0 block from chan_phone, chan_zap, and chan_modem restart_monitor()dhubbard3-13/+3
2007-04-24removed pthread_join in restart_monitor() to make it like chan_zap and other ...dhubbard1-0/+2