similar to: Custom header when busy

Displaying 20 results from an estimated 2000 matches similar to: "Custom header when busy"

2015 Jul 02
3
Custom header when busy
<div>Thanks for the tip. Our goal is to know that call-limit is triggered. And later analyze this info, maybe do some action.</div><div>Yes, we can parse CDRs or execute AGI script but we do not want inmplement this logic on Asterisk because it can affectš<span>performance.</span></div><div>š</div><div>02.07.2015, 15:31, "jg"
2015 Jul 02
2
Custom header when busy
<div>Is there any chance to create feature request for that useful functionality?</div><div>š</div><div>02.07.2015, 14:03, "Rusty Newton" <rnewton@digium.com>:</div><blockquote type="cite"><div><div><div>On Wed, Jul 1, 2015 at 4:46 AM, <span><<a href="mailto:royj@yandex.ru"
2015 Jul 02
0
Custom header when busy
<div>* call-limit on PBX is triggered</div><div>š</div><div>02.07.2015, 15:49, "royj@yandex.ru" <royj@yandex.ru>:</div><blockquote type="cite"><div>Thanks for the tip. Our goal is to know that call-limit is triggered. And later analyze this info, maybe do some action.</div><div>Yes, we can parse CDRs or execute
2013 Jun 18
0
[LLVMdev] ARM struct byval size > 64 triggers failure
Hi Rajesh, The callee code looks okay to me > Assembly for check114 > --------------------------------------------------------------- > sub sp, sp, #16 > push {r11, lr} > mov r11, sp > sub sp, sp, #8 > str r3, [r11, #20] > str r2, [r11, #16] > str r1, [r11, #12] > ldr r1,
2013 Jun 18
3
[LLVMdev] ARM struct byval size > 64 triggers failure
An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130618/5b2a15e3/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 201306181656803_BEI0XT4N.gif Type: image/gif Size: 14036 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130618/5b2a15e3/attachment.gif>
2013 Jun 20
1
[LLVMdev] ARM struct byval size > 64 triggers failure
> - "since ABI says the stack pointer needs to be 8 byte aligned at function entry point" (taken from Manman's reply) > What will be considered as entry point here? > Is it place of SP Adjustments "sub sp, sp, #16" > (Or) Is it place of first user instruction(end of prologue) "ldr r2, .LCPI0_0" Eight byte stack alignment is a
2015 Jul 02
0
Custom header when busy
On Wed, Jul 1, 2015 at 4:46 AM, <royj at yandex.ru> wrote: > Hi, all > > Is there someway ability to insert custom Header to "SIP 486" message, > when HANGUP application is invoked? > > Our use case is to set that Header, when call-limit is reached, to analyze > elsewhere, but we do not want to set some custom causecode in HANGUP > application because this
2015 Jul 02
0
Custom header when busy
> Is there any chance to create feature request for that useful functionality? > 02.07.2015, 14:03, "Rusty Newton" <rnewton at digium.com>: >> On Wed, Jul 1, 2015 at 4:46 AM, <royj at yandex.ru <mailto:royj at yandex.ru>> wrote: >> >> Hi, all >> >> Is there someway ability to insert custom Header to "SIP 486"
2015 Jul 13
2
[LLVMdev] Poor register allocations vs gcc
<br />Hello, <br />Ecx is a problem because you have to xor it. Which is avoided in the gcc compilation. Fomit-pointer-frame helps.<br /><br />Now llvm is one instruction from gcc. If ecx was not used, it would be as fast.<br />-- <br />Sent from Yandex.Mail for mobile<br /><br />20:03, 13 July 2015, Matthias Braun <mbraun@apple.com>:<br
2014 Jul 09
1
busy() not setting PRI_CAUSE
Okay, I think I need a sanity check here - If I call a person that's on the phone, I should get a busy signal. Now more specifically, a call comes into the pbx via PRI. The destination dialplan runs busy(20). Now, the PRI causecode should get set to 17 (user busy) so that the originating end can play a busy tone, correct? -Justin -------------- next part -------------- An HTML attachment
2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
Hello, i mainly code in c/c++ on linux. I would like to know if I can generate code at runtime using llvm, like libgccjit -> https://gcc.gnu.org/onlinedocs/jit/ My needs are : create functions, conditions, loops at runtime. libgccjit does the job pretty well but I would like to test llvm too (licence issue). Is it possible ? Is there a resource that helps in that regard ? Kaleidoscope
2014 Aug 06
1
different callerid for channels
Hi, all. Is there any chance to set individual CALLERID(num) for channels SIP/peer1, SIP/peer2 in a call Dial(SIP/peer1&SIP/peer2). There is an option to use Dial(SIP/peer1&SIP/peer2,,M(set_callerid)), but the macro will be launched after the channel answered. Not really want to use local channel because of not quite usable cdr. Thanks.
2015 Jul 13
5
[LLVMdev] Poor register allocations vs gcc
Hello, I have an issue with the llvm optimizations. I need to create object codes. the -ON PURPOSE poor && useless- code : --------------------------------------------------- #include <stdio.h> #include <stdlib.h> int ci(int a){ return 23; } int flop(int a, char ** c){ a += 71; int b = 0; if (a == 56){ b = 69; b += ci(a); } puts("ok"); return a +
2016 Mar 24
0
Clang Preprocessor Speed Up
First, surely the right place for this discussion is the cfe-dev mailing list? Second, have you determined that this is a noticeable amount of time when compiling? I have no idea - in my Pascal compiler, parsing the code is ~0.1%, codegen to IR ~1.9% and LLVM 98%. But I'm sure Clang is more complex in many ways, so the proportion is probably a bit different - a measurement of the time spent
2016 Mar 24
2
Clang Preprocessor Speed Up
Hello, folks! Currently me with one other guy are trying to play with clang. The proposal may seem stupid, excuse me, if it was already discussed, we just want to try to implement something useful which seems absent for now. Ok, the idea. It seems interesting to try to make lexer a little bit more efficient in terms of macro expanding by applying partial expansion of macros. the idea is that
2008 Sep 19
2
Specific SIP answers on incoming calls?
Hi, when I still had ISDN, I was using Hangup(causecode) to send e.g. "Wrong number" to unwelcome callers. Meanwhile, I am only using SIP providers (no PSTN lines any more) and I would like to do similar, i.e. send specific SIP headers. Besides "wrong number", I would especially like to send 302 temp moved with a specified address to deflect certain calls. Is there any way to
2004 Jun 23
0
Busy message and extensions are hanging.
Folks! 1) I have modified the original sip.conf and extension.conf file instead of writing mine. This looks like a mistake. 2)I have fired off Asterisk Extensions conf with 2 extensions i.e 2000 and 2001 and made one test call. I forgot to set a time out. The calls between these two extensions were partially successful. After writing my own files, it started working. I went through following
2006 Dec 18
0
Wait command
Hi I've got a script like this exten => s,1,SetVar(CALLFILENAME=/var/www/recordings/${TIMESTAMP:0:8:7}/${UNIQUEID}) exten => s,2,AGI(recordstart.py,${ARG1},${CALLERIDNUM},${CALLFILENAME},Ind) exten => s,3,DIAL(ZAP/g2/${ARG1},70) exten => s,4,AGI(logerror.py,${ARG1},${CALLERIDNUM},${CHANNEL},${DIALSTATUS},${DATETIME}, ${CAUSECODE}) exten => s,5,hangup exten =>
2013 May 20
2
VM Slowness
I hope this in the right list, but I was wondering if someone could help me with a VM I have that has lately started having problems. It had been running for years without problems. It's possible an update is causing this, but I can't say. The VM is running CentOS 5.8 and after a time, the machine begins to slow down. Things like pings or running commands lag. If I reboot the VM, it runs
2004 May 29
1
prerelease of the Postfish
Hello folks, Although Jack graciously permitted me to keep tinkering on the Postfish alongside OggFile work ;-) allowing it to sit there in a partially tinkered state continued to be a distraction. So yesterday and today I cleaned up the source repository and put together a prerelease. With this prerelease, I'm putting the project out of mind until I put out a beta of OggFile. Actually,