Displaying 4 results from an estimated 4 matches for "testloc".
Did you mean:
destloc
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 s...
2010 Jun 05
1
Problem with GROUP()
...) :
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] -- Executing [s at sub-settings:4]
Set("IAX2/testlocal-2669", "_custID=40") in new stack
[Jun 5 16:06:26] WARNING[10491]: pbx.c:1849 pbx_extension_helper: No
application 'GROUP' for extension (sub-settings, s, 5)
[Jun 5 16:06:26] == Spawn extension (sub-settings, s, 5) exited
non-zero on 'IAX2/testlocal-2669'
[Jun...
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]
NoOp("IAX2/testlocal-14088", "chanisavail == 20") in new stack
What does it mean when ChanIsAvail returns '20' ???
This is what inside /usr/src/asterisk-1.4.25.1/main/de...
2010 Jun 14
4
Unable to pickup an extension, trying everything
...TICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
These are the channels :
asterisk*CLI> core show channels
Channel Location State Application(Data)
SIP/testcorp1-000000 s at from-TESTCORP:1 Ringing AppDial((Outgoing Line))
IAX2/testlocal-1612 s at sub-routing:13 Ring Dial(SIP/testcorp1|30)
2 active channels
1 active call
I don't know what the "target channel" is and I try every context that I
have defined in my dialplan..
I try to pickup extension 10 or also the SIPaccount testcorp1 (which is
reachable...