Displaying 2 results from an estimated 2 matches for "zt_ring".
Did you mean:
t_ring
2004 Dec 21
0
fxstest cant ring phone, but asterisk can !
...hear a click if I am off hook,
and ask it to ring my phone.
I am in the UK, and have a ring capacitor installed
to the fxs port.
Even without that, asterisk is still able to ring my phone.
( A faitly new cordless phone)
I assume that asterisk does a lot more IOCTL's on the
channel than just ZT_RING which is the case with fxstest,
to get the ring working (Right ??)
Thanks
Shahed.
2005 Sep 03
1
Current status on _outgoing_ Swedish/Dutch DTMF CLIP for TDM400 FXS interfaces?
...R);
if (fd < 0) {
fprintf(stderr, "Unable to open %s: %s\n", argv[1],
strerror(errno));
exit(1);
}
if (!strcasecmp(argv[2], "ring")) {
fprintf(stderr, "Ringing phone...\n");
x = ZT_RING;
res = ioctl(fd, ZT_HOOK, &x);
if (res) {
fprintf(stderr, "Unable to ring phone...\n");
} else {
fprintf(stderr, "Phone is ringing...\n");
sleep(2);...