search for: gloval

Displaying 2 results from an estimated 2 matches for "gloval".

Did you mean: global
2003 Nov 11
1
Unable to use voicemail
...ype=friend username=1001 secret=1001 host=dynamic defaultip=192.168.0.1 mailbox=1001 context=sip canreinvite=no [1002] type=friend username=1002 secret=1002 host=dynamic defaultip=192.168.0.1 mailbox=1002 context=sip canreinvite=no #extensions.conf in Asterisk [general] static=yes writeprotect=no [glovals] CONSOLE=Console/dsp [sip] exten => 1001,1,Dial(SIP/1001,20) exten => 1001,2,Voicemail(u1001) exten => 1001,102,Voicemail(b1001) exten => 1001,103,Hungup exten => 1002,1,Dial(SIP/1001,20) exten => 1002,2,Voicemail(u1002) exten => 1002,102,Voicemail(b1002) exten => 1002,103,...
2005 May 30
2
[LLVMdev] help!
Hi, I have some problems when I use this command: gcc hello.s -o hello.native(for example) to assembly the native language to a program. I always got a error message like this : "gccas: hello.s:3: parse error, unexpected $undefined. hello.s:3: while reading token: '.' " I don't know what's wrong here. By the way, when I learned llvm at the first time, I followed