rtpproxy: fix compiler warnings
> rtpproxy.c: In function 'rtpproxy_rpc_list':
> rtpproxy.c:627:6: warning: unused variable 'len' [-Wunused-variable]
> int len;
> ^~~
> rtpproxy.c:626:6: warning: unused variable 'id_len' [-Wunused-variable]
> int id_len;
> ^~~~~~
> rtpproxy.c:625:8: warning: variable 'string' set but not used [-Wunused-but-set-variable]
> char *string, *id;
> ^~~~~~