search for: unobtain

Displaying 14 results from an estimated 14 matches for "unobtain".

Did you mean: obtain
2010 Feb 16
0
[LLVMdev] LLVM-OCaml Bindings Tutorial (2.6-2.7)
...ere are at least two other significant users of LLVM's OCaml bindings, AFAIK. > How is the performance? Performance of the bindings? Fine. My only gripe with LLVM's OCaml bindings is the way an error caught on the LLVM side causes my program to die in a way that the stack trace is unobtainable. So I resort to massively verbose debug logs. I'd much rather the bindings reraised errors as exceptions on the OCaml side. -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
2005 Sep 15
3
${DIALSTATUS} problems
Hi. I'm dialling two numbers - one that's unobtainable, one that's busy. ${DIALSTATUS} is coming back ANSWER each time right before the channels hang up. Am using the following dialplan macro to dial out. [macro-advdial] exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jum...
2018 Apr 23
4
Alias for country in indications.conf
...pecialdial = 350+440/750,440/750 ; Busy is also called "Engaged" busy = 400/375,0/375 ; "Congestion" is the Beep-bip engaged tone congestion = 400/400,0/350,400/225,0/525 ; "Special Congestion" is not used by BT very often if at all specialcongestion = 400/200,1004/300 unobtainable = 400 ring = 400+450/400,0/200,400+450/400,0/2000 callwaiting = 400/100,0/4000 ; BT seem to use "Special Call Waiting" rather than just "Call Waiting" tones specialcallwaiting = 400/250,0/250,400/250,0/250,400/250,0/5000 ; "Pips" used by BT on payphones. (Sounds wr...
2010 Feb 16
3
[LLVMdev] LLVM-OCaml Bindings Tutorial (2.6-2.7)
Attached are updated LLVM-OCaml Bindings Tutorial from Chris Wailes. (http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-April/021804.html) We changed them to work with the latest APIs(LLVM2.6 and the latest LLVM from SVN). Does anyone know if there is any realistic project using LLVM-OCaml Bindings? How is the performance? Jianzhou -------------- next part -------------- A non-text attachment was
2007 May 16
2
Get sip response code
...e to answer at this time (1:0/0/0) -- Executing NoOp("SIP/42105-d313f470", "-- DIALSTATUS is: NOANSWER") in new stack -- Executing Goto("SIP/42105-d313f470", "s-NOANSWER|1") in new stack -- Executing PlayTones("SIP/42105-d313f470", "Unobtainable") in new stack -- Executing Wait("SIP/42105-d313f470", "10") in new stack Or where do I need to look to find a SIP response code -> DIALSTATUS mapping? Are these configurable anywhere or are they hardcoded? If I push the response code back to the handset (Cisco...
2010 Feb 16
2
[LLVMdev] LLVM-OCaml Bindings Tutorial (2.6-2.7)
...significant users of LLVM's OCaml bindings, > AFAIK. I'm writing an llvm backend/repl for felix, but it's pretty early. > My only gripe with LLVM's OCaml bindings is the way an error caught on the > LLVM side causes my program to die in a way that the stack trace is > unobtainable. So I resort to massively verbose debug logs. I'd much rather > the bindings reraised errors as exceptions on the OCaml side. Unfortunately most errors are assertions, which we can't hook into. Perhaps though we can recover some type safety. Hypothetically, I can imagine using polym...
2005 Sep 08
1
TDM400P not detecting hangup and not hanging up
...erisk won't even answer at all and so nothing works. Also possibly relevant: When I disconnect Asterisk completely from the equation and just answer the remote caller myself, when the remote caller hangs up the line does not actually drop: Instead I just get a "disconnect" (or number unobtainable) tone. Could this be the problem (i.e. there's no actual voltage drop happening to signal the call has ended)? Or is there some sort of other change in the line that I wouldn't detect audibly? Could it be that any inaudible voltage drop might be happening too quickly for zaptel to dete...
2004 Jul 26
0
Sample extensions & SIP Conf files
I have got extreme problems with getting any incoming calls to ring extensions, the sip debug info shows the CLI of the call coming in, but the extensions do not ring, and the caller receives either a engaged tone or the line is unobtainable depending on which provider is using. I have used dozens of sample files to test, and I know I am doing it right (aren't I?? :p) could one of you fine gentlemen/ladies be prepared to send me a working sip.conf & extensions.conf file so I can compare the actions with my conf files. I...
2005 Sep 14
0
Dial Application Return Codes - Help needed
Hi. I'm dialling two numbers - one that's unobtainable, one that's busy. ${DIALSTATUS} is coming back ANSWER each time right before the channels hang up. Am using the following dialplan macro to dial out. [macro-advdial] exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jum...
2007 Mar 17
5
Fix for crash at exit
Hi This is a very small patch that seems to solve that "Exit the app and get a segfault in return" problem. Another thing: bigdemo.rb:395 does item = event.get_item() if item.is_ok but get_item typemaps TreeItemId into a plain integer, so it doesn''t have is_ok method anymore, is there any wxruby2''yish solution to this kind of problem ? A.K. In case
2010 Feb 17
1
[LLVMdev] LLVM-OCaml Bindings Tutorial (2.6-2.7)
...t users of LLVM's OCaml bindings, > AFAIK. > >> How is the performance? > > Performance of the bindings? Fine. > > My only gripe with LLVM's OCaml bindings is the way an error caught on the > LLVM side causes my program to die in a way that the stack trace is > unobtainable. So I resort to massively verbose debug logs. I'd much rather > the bindings reraised errors as exceptions on the OCaml side. I met the same issue about how to debug assertion failures from C. But I found the latest LLVM fixed the problem I met. So I am fine temporarily. :) HLVM is an...
2004 Sep 23
10
MFC/R2
Hi all, I have begun the release of my MFC/R2 protocol software. At http://www.opencall.org/installing-mfcr2.html there are instructions for installing what I have released so far. This is the MFC/R2 protocol software, and a test program. The software to interface Asterisk to the MFC/R2 code will be released shortly. It used to work, but it hasn't been touched for a while, and Asterisk
2011 Oct 11
11
Reporting for Asterisk Call Center
Dear Tariq; About elastix.org, this can be use with Asterisk or it is coming as a complete IP Telephony, Call Center, IVR and Reporting? Because, I do not need to install another IP Telephony on the server which already has asterisk which is an IP Telephony, this will cause a problem in the service (for example, when listening for SIP port of 5060).
2009 Feb 17
32
Backing up ZFS snapshots
I have an OpenSolaris snv_105 server at home that holds my photos, docs, music, etc, in a zfs pool. I backup my laptops with rsync to the OpenSolaris server. All of my important data is in one place, on the OpenSolaris server. I want to backup this data. I want to protect against losing my data, and I would also like to recover previous versions of files when I make mistakes. * I do not have a