Displaying 3 results from an estimated 3 matches for "af0d".
Did you mean:
4f0d
2003 Jul 31
1
RTP codec 13 received - Cisco incompatibility?
...is the real problem?.
Is it a RTP problem with "codec 13", o a SIP problem?.
Is there a Cisco-Asterisk incompatibility?.
This is the sequence generated by Asterisk:
-- Registered SIP 'pingtel01' at 192.168.1.10 port 5061 expires 500
-- Executing Dial("SIP/pingtel01-af0d", "SIP/666554433@192.168.200.200")
in new stack
-- Called 666554433@192.168.200.200
NOTICE[573453]: File rtp.c, Line 291 (ast_rtp_read): Unknown RTP codec 13
received
NOTICE[573453]: File rtp.c, Line 291 (ast_rtp_read): Unknown RTP codec 13
received
-- SIP/192.168.200.200-...
2003 Jul 31
1
RTP codec 13 received - Cisco incompatibilit y?
...is the real problem?.
Is it a RTP problem with "codec 13", o a SIP problem?.
Is there a Cisco-Asterisk incompatibility?.
This is the sequence generated by Asterisk:
-- Registered SIP 'pingtel01' at 192.168.1.10 port 5061 expires 500
-- Executing Dial("SIP/pingtel01-af0d", "SIP/666554433@192.168.200.200")
in new stack
-- Called 666554433@192.168.200.200
NOTICE[573453]: File rtp.c, Line 291 (ast_rtp_read): Unknown RTP codec 13
received
NOTICE[573453]: File rtp.c, Line 291 (ast_rtp_read): Unknown RTP codec 13
received
-- SIP/192.168.200.200-...
2011 Oct 06
0
[LLVMdev] MIPS 32bit code generation
...in the MIPS target?
Why?
-eric
------------------------------
Message: 4
Date: Wed, 05 Oct 2011 17:04:58 -0700
From: Jakob Stoklund Olesen <jolesen at apple.com>
Subject: [LLVMdev] TableGen and Greenspun
To: llvmdev List <llvmdev at cs.uiuc.edu>
Message-ID: <A19B9B72-5673-4463-AF0D-AC286D5EBD5D at apple.com>
Content-Type: text/plain; CHARSET=US-ASCII
The TableGen language seems to be growing Lisp macros from two different directions.
Che-Liang Chiou added a preprocessor with for loops, and David Greene added multidefs.
It seems that some kind of macro facility is needed...