Displaying 4 results from an estimated 4 matches for "externalcalling".
2004 Oct 19
3
[LLVMdev] How to solve missing srand48/lrand48/drand48?
These calls are in ExternalCalls.cpp, they are platform dependent calls,
so maybe llvm should consider including it's own implementation of a
random number generator? For the time being I just replaced with calls
to srand and rand like Paolo also did, but it needs to be fixed...
m.
2004 Oct 19
0
[LLVMdev] How to solve missing srand48/lrand48/drand48?
Please, take a look on the discussion from Reid and Chris:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2004-September/002243.html
>From: Morten Ofstad <morten at hue.no>
>Date: Tue, 19 Oct 2004 14:40:17 +0200
>
>These calls are in ExternalCalls.cpp, they are platform dependent calls, so
>maybe llvm should consider including it's own implementation of a random
>number
2004 Oct 19
0
[LLVMdev] How to solve missing srand48/lrand48/drand48?
Morten,
have a look at the
http://mail.cs.uiuc.edu/pipermail/llvmdev/2004-September/002235.html
thread...
On Oct 19, 2004, at 2:40 PM, Morten Ofstad wrote:
> These calls are in ExternalCalls.cpp, they are platform dependent
> calls, so maybe llvm should consider including it's own implementation
> of a random number generator? For the time being I just replaced with
> calls
2004 Apr 06
1
How to use ZapHFC ?
...en => 794,102,VoiceMail,b794
; Or a conference room (you'll need to edit meetme.conf to enable this room)
;
exten => 5555,1,Meetme,5555
;Mailbox
exten => 6666,1,Ringing
exten => 6666,2,Wait(2)
exten => 6666,3,VoicemailMain
exten => 6666,4,Wait(1)
exten => 6666,5,Hangup
;externalcalling
exten => _9.,1,StripMSD,1
exten => _.,2,Dial,CAPI/${CALLERIDNUM}:bBYEXTENSION
[isdn]
include => default
exten => s,1,Wait,1 ;Dont know exactly what to do here??????? (HELP)
exten => s,2,Hangup
;
; CAPI config
;
;
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txga...