search for: testlocation

Displaying 4 results from an estimated 4 matches for "testlocation".

Did you mean: getlocation
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
...v Apple LLVM version 6.0 (clang-600.0.57) (based onLLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix $ xcode-select -v xcode-select version 2333.   3.     Following command is successful:   $ cmake-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=lld -DCMAKE_INSTALL_PREFIX=/testlocation/llvm_siri../llvm-stable   CMakeDeprecation Warning at CMakeLists.txt:14 (cmake_policy):  The OLD behavior for policy CMP0051 will be removed from a futureversion  of CMake.    The cmake-policies(7) manual explains that the OLD behaviors of all  policies are deprecated and that a policy should...
2010 Jun 05
1
Problem with GROUP()
Hello list, using asterisk 1.4.30 and trying GROUP() and GROUP_COUNT() for the first time... Having some troubles. This the dialplan (using a sub) : exten => s,n,Set(_custID=${custID}) exten => s,n,GROUP(${custID}) exten => s,n,NoOp(grouppcount = GROUP_COUNT(${custID})) exten => s,n,GoToIf($[ ${GROUP_COUNT(${custID})} > 2 ]?maxreached) The CLI shows : [Jun 5 16:06:26] --
2010 Mar 04
0
Availstatus returns 20 ?
Hello list. ChanIsAvail returns 20 for ${AVAILSTATUS}. What does this '20' mean ?? ... exten => 1,n,ChanIsAvail(SIP/sin10) exten => 1,n,NoOp(chanisavail == ${AVAILSTATUS}) ... [Mar 4 15:10:16] -- Executing [1 at sin:7] ChanIsAvail("IAX2/testlocal-14088", "SIP/sin10") in new stack [Mar 4 15:10:16] -- Executing [1 at sin:8]
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list, I try to pick up a ringing extension but nothing works. To be clear, I'm trying to pick up extension 10. [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4] Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack [Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec: No target channel found for 10. [Jun 14 17:37:34] --