<html><head><meta http-equiv=Content-Type content="text/html;charset=UTF-8"><meta content="Group-Office 2.16" name="GENERATOR"></head><body>I swapped the clone board for a couple of original Digium TE110Ps. With the same binaries and configuration, now everything gets up. Now Im trying to set up a test scenario with a cross E1 cable between the TE110Ps and two concurrent r2test instances, is it possible? Can I run two instances of r2test with pointing to two different config files? I tried the following:<br />
<br />
testr2_callee.conf:<br />
<br />
variant=br<br />
caller=no<br />
maxani=10<br />
maxdnis=4<br />
channel=1-15<br />
<br />
testr2_caller.conf:<br />
<br />
variant=br<br />
caller=yes<br />
maxani=10<br />
maxdnis=4<br />
channel=1-15<br />
dnid=3210<br />
cid=9876543210<br />
<br />
# r2test -c testr2_calee.conf<br />
found R2 variant = br<br />
found MAX ANI= 10<br />
found MAX DNIS= 4<br />
found channel range = 1-15<br />
channel 1, variant = BR<br />
USER: far end unblocked on chan 1<br />
channel 2, variant = BR<br />
(....)<br />
Spawned 15 listener threads, waiting for them to be ready ...<br />
Spawned 0 calling threads, waiting for all threads ...<br />
<br />
But then, on the caller:<br />
<br />
# r2test -c testr2_caller.conf<br />
found R2 variant = br<br />
found MAX ANI= 10<br />
found MAX DNIS= 4<br />
found channel range = 32-46<br />
No DNID or CID when caller=yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
<br />
&quot;No DNID or CID when caller=yes&quot;? Is there something missing at my testr2_caller.conf? First time Im using r2test, so forgive any obvious mishaps.<br />
<br />
Posted my .confs and some output at:<br />
http://pastebin.com/f78e3b40f<br />
<br />
Norman</body></html>