search for: 9b63

Displaying 2 results from an estimated 2 matches for "9b63".

Did you mean: 9363
2015 Mar 26
1
CDR dst value null after attended transfer
...P RTP CoS mark 5 [Mar 26 12:11:20] -- Called SIP/7003 [Mar 26 12:11:20] -- SIP/7003-00000255 is ringing [Mar 26 12:11:25] -- SIP/7003-00000255 answered SIP/7051-00000254 [Mar 26 12:11:25] -- Channel SIP/7051-00000254 joined 'simple_bridge' basic-bridge <f4fb9d99-24b9-4d3c-9b63-41a1b84484b2> [Mar 26 12:11:25] -- Channel SIP/7003-00000255 joined 'simple_bridge' basic-bridge <f4fb9d99-24b9-4d3c-9b63-41a1b84484b2> Then, extension 7051 transfers the call to 7003, who hangs up after a few seconds: [Mar 26 12:11:32] -- Channel SIP/pabx-e1-00000252 le...
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",