Displaying 4 results from an estimated 4 matches for "ctm1".
Did you mean:
com1
2007 Oct 01
0
Park problem on IAX2 channel
...h IAX trunk.
One box have connected a SIP phone and the second have a TDM card with
one analog phone.
When from SIP phone I try to park the call from analog phone with #700
the call is correctly parked but in the second asterisk I see this log:
-- Executing Dial("Zap/2-1", "IAX2/CTM1/STI1|30|rjtT")
-- Called CTM1/STI1
-- Call accepted by 172.16.4.1 (format alaw)
-- Format for call is alaw
-- IAX2/CTM1-2 answered Zap/2-1
-- Started music on hold, class 'default', on IAX2/CTM1-2
-- <Zap/2-1> Playing 'pbx-transfer' (language '...
2007 Oct 05
0
Asterisk translator issue?
...ow=all and allow=alaw.
I try also to make some tuning of my environment removing unused codec
and application.
If I remove the codec_ulaw.so when I try to call I see this:
[Oct 5 12:15:33] WARNING[16637]: chan_iax2.c:8021 iax2_request: Unable
to create translator path for unknown to ulaw on IAX2/CTM1-283
-- Hungup 'IAX2/CTM1-283'
[Oct 5 12:15:33] WARNING[16637]: app_dial.c:1090 dial_exec_full: Unable
to create channel of type 'IAX2' (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)
instead I use only alaw.
Infact if I keep che codec_ulaw.so and dur...
2007 Feb 21
0
IAX Realtime - show peers works?
...architecture
with the same backend.
All work better (make call, receive etc etc) but when I do "iax2 show
peers" some asterisk don't show anything and other show the iax2 peers
but with status "unknow".
Name/Username Host Mask Port
Status
ctm1/trixbox 10.0.0.131 (S) 255.255.255.255 4569
UNKNOWN
I have set in iax.conf rtcachefriends=yes but the status not change.
There are anyone with this situation that iax2 show peers work?
One of my mysql records:
INSERT INTO `iax_buddies` (`name`, `username`, `type`, `secret`,
`md5sec...
2010 Aug 11
1
sem & psych
...correMatrix) <- c(paste("item", seq(1:16), sep = ""))
rownames(correMatrix) <- c(paste("item", seq(1:16), sep = ""))
corForModel = correMatrix # establishes the correlation matrix
corForModel for model estimation
M1 <- try(sem(CTM1, corForModel, SampleSize, maxiter = myMaxIter),
silent = FALSE) # SEM model estimation) # tries to estimate the CT(M-1)
model
M2 <- try(sem(CTCM, corForModel, SampleSize, maxiter = myMaxIter),
silent = FALSE) # SEM model estimation) # tries to estimate the CTCM model
if(M1$convergen...