search for: newmsg

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

2006 Apr 04
2
voicemail context issue
...9;) -- Playing 'vm-intro' (language 'pt') == Spawn extension (macro-ramais_sip, s, 224) exited non-zero on 'SIP/200.234.208.250-0840f548' in macro Here are the "show voicemail users for company" results Context Mbox User Zone NewMsg company 87 Dov Bigio 0 Thank you Dov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060404/0d6b7995/attachment.htm
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
...Hangup("SIP/0103-09a308b0", "") in new stack == Spawn extension (sip, h, 1) exited non-zero on 'SIP/0103-09a308b0' I have an entry of 0203 at Context 03 on voicemail.conf as follows; *CLI> voicemail show users Context Mbox User Zone NewMsg default general New User 0 03 0103 0 03 0203 0 03 0303 0 But, I could not enter into "0203 at 03" m...
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
...etPrintText()!"); } class TestClass1 { public: static void test1() { printf("\nHello World from TestClass1::test1()!\n"); } void test2(std::string s) { printf("\nHello World from TestClass1::test2()! : %s\n",+s.data()); //ConsoleM.newMsg(S+"Hello World from TestClass1::test2()! : "+s.data(), YELLOW); } } testclass1; int main(int argc, char** argv, char* const* envp) { printf("argc: %i ", argc); printf("argv: %c ", argv); printf("envp: %c ", envp); llvm::sys::PrintStackTr...