search for: channelno

Displaying 3 results from an estimated 3 matches for "channelno".

2013 Aug 27
1
[plyr] Moving average filter with plyr
...g average to all the subparts of the dataframe (the example data can be found here https://dl.dropboxusercontent.com/u/2414056/testData.Rdata). require(plyr) load("testData.Rdata") applyfilter<-function(x){ return(filter(x,rep(1/5, times=5))) } data.trash<-ddply(data, .(FileNo, ChannelNo), transform, filtered=applyfilter(ChannelB)) The result from this is Error in attributes(output[[var]]) <- attributes(value) : invalid time series parameters specified though the number of return values seems right to me. Do you have any thoughts or suggestions? Many thanks, Ingo [[a...
2005 Feb 16
1
[patch] fix libpri problem in Q931_INFORMATION handling
...break; } - if (c->ourcallstate!=Q931_CALL_STATE_OVERLAP_RECEIVING) - break; + pri->ev.e = PRI_EVENT_INFO_RECEIVED; pri->ev.ring.call = c; pri->ev.ring.channel = c->channelno | (c->ds1no << 8);
2008 Sep 29
3
Knowing incoming call technology and channel [SOLVED]
...n incoming > > call ? > > I was thinking of something like : > > > > [incoming] > > exten => _XXXX,1,Set(CALLERID(num)=00${CALLERIDNUM}) > > exten => _XXXX,2,NoOp(This call comes from ${CHANNELTYPE}) > > exten => _XXXX,3,NoOp(This call comes from ${CHANNELNO}) > > exten => _XXXX,4,NoOp(Said differently this call comes from > > ${CHANNELTYPE}/${CHANNELNO}) > > > > > > My ultimate goal is to have this working with Zaptel channels (from a > > bristuffed Asterisk). > > > > Regards > > > > >...