Displaying 2 results from an estimated 2 matches for "1234c".
Did you mean:
1234
2005 Jan 27
0
Re: Polycom and call waiting again...
...y send one call to the phone at a time. I know that it
is supposedly going away soon, but it's working right now.
I just statically define the queues to have the appropriate call
appearances like
Member => SIP/1234b
Then, in the phone1234.cfg file, I set each appearance to be 1234,
1234b, 1234c, etc.
The problem with this is that each IP600 adds 80 lines to the sip.conf
file, and each time we add queue members, I have to modify the
queues.conf file. But it works for our needs.
>
>Exactly.. SetGroup was suggested by someone on the irc channel.. I
looked
>at it briefly. I was...
2010 Jun 03
5
string handling
I have a data.frame as the following:
var1 var2
9G/G09 abd89C/T90
10A/T9 32C/C
90G/G A/A
. .
. .
. .
10T/C 00G/G90
What I want is to get the letters which are on the left and right of '/'.
for example, for "9G/G09", I only want "G", "G", and for "abd89C/T90", I
only want "C" and