aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-24Allow RFC2833 to be sent in the response SDP when an INVITE comes in without ...file1-0/+2
2007-04-24added lock for sending messages to avoid double sending. shuffled some empty_...crichter3-39/+66
2007-04-20Fix an issue that I noticed while looking over issue 9571.qwell1-1/+2
2007-04-20If the '* to hangup' option is not enabled, we don't need to disable * as a v...qwell1-1/+1
2007-04-19Send NOTIFY to Contact: in SUBSCRIBE oej1-0/+4
2007-04-19Bug 9557 - Specifying the GetVar AMI action without a Channel parameter cantilghman6-9/+22
2007-04-16Don't stop RTP on errors on INFO messages.oej1-8/+11
2007-04-13Add OUTBOUND_GROUP_ONCE variable to app_dial. This behaves the same as OUTBOU...file1-4/+12
2007-04-11If someone sets the "useragent" option in sip.conf to be empty, then don't addrussell1-4/+8
2007-04-11Fix a bug with switching between host=dynamic and using specific hosts forrussell1-5/+5
2007-04-11Remove the attempt at reporting configuration errors in sip.conf. This canrussell1-7/+4
2007-04-11some fixes for PMP Hold/Retrieve, it should work now, when briding=nocrichter2-7/+13
2007-04-10msns config parameter defaults to '*'nadi1-1/+1
2007-04-09- Don't send ActionID before Response: header. oej1-6/+7
2007-04-09Allow matching on names shorter than 3 chars.qwell1-1/+1
2007-04-09Don't check for error when lowering priority (according to the manpage, it sh...tilghman2-8/+8
2007-04-09Bug 9505 - If the return value for local_queue_frame is set, then p->lock is ...tilghman1-11/+14
2007-04-09When calling a device that then forwards us elsewhere... we have to make our ...file1-3/+5
2007-04-08Gosub called within a Macro resets the arguments improperly and causes genera...tilghman1-2/+108