search for: newmsgs

Displaying 5 results from an estimated 5 matches for "newmsgs".

Did you mean: newmsg
2006 Apr 04
2
voicemail context issue
Hi, I know this has already been discussed here, but I still have the problem even with 1.2.6: When I call a mailbox in a context "company" is doesn't play my busy message... It goes directly to the temp message... Am I doing something wrong? == Everyone is busy/congested at this time (1:0/1/0) -- Executing NoOp("SIP/200.234.208.250-0840f548", "Voicemail de
2005 Sep 03
0
MWI - message waiting indication
...hange to the asterisk code to pass the mailbox user in the SIP NOTIFY packet. --- channels/chan_sip.c.orig Thu Jul 14 12:03:18 2005 +++ channels/chan_sip.c Thu Jul 14 12:05:26 2005 @@ -9710,6 +9710,7 @@ /* Called with peerl lock, but releases it */ struct sip_pvt *p; int newmsgs, oldmsgs; + char *s; /* Check for messages */ ast_app_messagecount(peer->mailbox, &newmsgs, &oldmsgs); @@ -9735,6 +9736,10 @@ /* Recalculate our side, and recalculate Call ID */ if (ast_sip_ouraddrfor(&p->sa.sin_addr,&p->ourip))...
2008 Feb 09
1
voicemail to non-default context user does not work
Hi, I input "0203#" after "mailbox?" voice prompt from Voicemail cmd on extensions.conf such as exten => 0021,1,Ringing exten => 0021,2,Wait(1) exten => 0021,3,Voicemail exten => 0021,4,Hangup *CLI> -- Executing [0021 at sip:1] Ringing("SIP/0103-09a308b0", "") in new stack -- Executing [0021 at sip:2]
2016 Apr 25
3
Kernel panic in dovecot-ee-lmtp on Debian 8
Hi list I just realized that that I don not receive all mails in my mailbox (running dovecot-ee 2.2.23.1-1 on Debian 8). On my frontend servers (running postfix) the queue fills up with mails that cannot be delivered via lmtp to my backend servers. The error message on the frontend is "lost connection with backend while sending data" When I checked the logs on the backend server I found
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s the same with 3.0) for running a bitcode on a C++ program, and Clang for compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested in both Release and Debug build). Project was make using CMake. Here is my code: