Displaying 2 results from an estimated 2 matches for "srcc".
Did you mean:
src
2011 Nov 10
0
DTMF issue with 1.8.6.0 and SIP Trunks [WORKING]
...> with the 1.2 call servers.? After the upgrade of the call servers to 1.8
> DTMF is not recognized by the carrier on calls from the customer IP PBX or
> PRI but is fine with the SIP phones directly registered to the ast 1.4
> servers.
>
>
>
> I found the bug issues with the SRCC change/update issues with DTMF events.
> It looks like 1.8.6.0 implemented the ?update? and as I read it, should have
> fixed the issue with the changing SRCC effecting DTMF.? But this may not be
> the case.
>
>
>
> Specifically, how would I debug RTP/DTMF on the new ast 1.8 se...
2008 Sep 09
3
Splitting Data Frame into Two Based on Source Array
Dear all,
Suppose I have this data frame:
> data_main
V1 V2
foo 13.1
bar 12.0
qux 10.4
cho 20.33
pox 8.21
And I want to split the data into two parts
first part are the one contain in the source array:
> src
[1] "bar" "pox"
and the other one the complement.
In the end we hope to get this two dataframes:
> data_child1
V1 V2
bar 13.1
pox