Displaying 10 results from an estimated 10 matches for "mlittl".
Did you mean:
mlittle
2004 Aug 13
6
Dial command problems
I am still testing Asterisk, but I am running in to a lot of problems.
I set up numerous extensions, but Asterisk is not performing to tasks
correctly. Here is an example.
exten => 231,1,Dial(Zap/g1/231|3)
exten => 231,2,Voicemail(u231)
exten => 231,3,Hangup
When I call in and enter extension 231, my call is routed to the correct
extension, but it just keeps ringing.
If I change the
2010 Nov 25
2
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
...rchitecture it is not allowed that a destination register is also
used as source register.
In 2007 a patch was discussed at the mailing list, however my compiler
still is producing this result. Does anyone know if this patch is
actually applied?
* I use the following arguments:
llvm-gcc -mfpu=vfp -mlittle-endian -mfloat-abi=softfp -march=armv5 -S
-O3 foo.c -S -o foo.s
* Attached to this document foo.c and the resulting foo.s. Please, take
note of the illegal instruction mul r0, r0, r2 at line 18.
* The patch is discussed at:
http://www.mail-archive.com/llvm-commits at cs.uiuc.edu/msg14069.html
* ll...
2019 Feb 17
2
Custom mode
...16 *)lMicBuf, 64, codedMicBuf, 64);
frame_size = opus_custom_decode(
dec, codedMicBuf, 64, decodedMicBuf, 64);
*Build:*
C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM
3.50\gcc\arm-none-eabi\bin\cc1" -fmessage-length=0
-fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian
-mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mtp=soft -nostdinc "-isystem
-D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM
-D__ARM_ARCH_FPV4_SP_D16__ -D__SES_VERSION=35000 -DARM_MATH_CM4
-D__FPU_PRESENT -DDEBUG "-D DEBUG_NRF" -DCONFIG_GPIO_AS_PINRESET
-DINITIALIZE_USER_S...
2016 Jul 13
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
.../../lib/gcc/aarch64-linux-gnu/4.8.5/include
-I./arch/arm64/include -Iarch/arm64/include/generated/uapi
-Iarch/arm64/include/generated -Iinclude -I./arch/arm64/include/uapi
-Iarch/arm64/include/generated/uapi -I./include/uapi
-Iinclude/generated/uapi -include ./include/linux/kconfig.h
-D__KERNEL__ -mlittle-endian -Wall -Wundef -Wstrict-prototypes
-Wno-trigraphs -fno-strict-aliasing -fno-common
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89
-mgeneral-regs-only -fno-asynchronous-unwind-tables
-fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0
-Wframe-larger-tha...
2010 Nov 25
0
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
...that a destination register is also used as
source
> register.
> In 2007 a patch was discussed at the mailing list, however my compiler
still is
> producing this result. Does anyone know if this patch is actually applied?
>
> * I use the following arguments:
> llvm-gcc -mfpu=vfp -mlittle-endian -mfloat-abi=softfp -march=armv5 -S
> -O3 foo.c -S -o foo.s
> * Attached to this document foo.c and the resulting foo.s. Please, take
note of
> the illegal instruction mul r0, r0, r2 at line 18.
> * The patch is discussed at:
> http://www.mail-archive.com/llvm-commits at cs.ui...
2016 Jul 13
0
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...-gnu/4.8.5/include
> -I./arch/arm64/include -Iarch/arm64/include/generated/uapi
> -Iarch/arm64/include/generated -Iinclude -I./arch/arm64/include/uapi
> -Iarch/arm64/include/generated/uapi -I./include/uapi
> -Iinclude/generated/uapi -include ./include/linux/kconfig.h
> -D__KERNEL__ -mlittle-endian -Wall -Wundef -Wstrict-prototypes
> -Wno-trigraphs -fno-strict-aliasing -fno-common
> -Werror-implicit-function-declaration -Wno-format-security -std=gnu89
> -mgeneral-regs-only -fno-asynchronous-unwind-tables
> -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=...
2004 Jul 21
4
Future installation questions - what do I need?
I currently have a Toshiba Strata DK424 with a Stratagy voicemail system
(4 ports). I am looking to go from having a receptionist answering the
phone to an automated attendant. It appears that Asterisk can be the
solution, but I have some questions. Do I just replace the Stratagy
with the Asterisk or do I need to reconfigure the routing of the phone
lines? Currently, the POTS lines come in to
2019 Feb 20
0
Fwd: Custom mode
...f, 64, decodedMicBuf, 64);
>>
>>
>>
>>
>>
>> *Build:*
>>
>>
>>
>> C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM
>> 3.50\gcc\arm-none-eabi\bin\cc1" -fmessage-length=0
>> -fno-diagnostics-show-caret -mcpu=cortex-m4 -mlittle-endian
>> -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mtp=soft -nostdinc "-isystem
>>
>>
>>
>> -D__SIZEOF_WCHAR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM
>> -D__ARM_ARCH_FPV4_SP_D16__ -D__SES_VERSION=35000 -DARM_MATH_CM4
>> -D__FPU_PRESENT -DDEBUG "-D D...
2016 Jul 11
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
On 9 July 2016 at 08:30, Markus Mayer <markus.mayer at broadcom.com> wrote:
> On 9 July 2016 at 05:04, Luis de Bethencourt <luisbg at osg.samsung.com> wrote:
>> On 08/07/16 23:43, Markus Mayer wrote:
>>> Add a collection of generic functions to convert strings to lowercase
>>> or uppercase.
>>>
>>> Changing the case of a string (with or
2004 Jul 30
0
Transfer call help needed
I have * installed as a voicemail only solution attached to a Toshiba
Strata phone system. I am testing * at the current time, so it is not
attached to ports designated as VM on the Toshiba. I am not sure if the
VM ports would handle the call any different than an analog port.
Currently if I call one of the DIDs that I have connected to the *, my
greeting plays and I am able to dial my