Upgrade 3CX to v18 and get it hosted free!

Rhino CallerID patch

Author image

If you’re having problems about CallerID being passed properly through a Rhino channel bank, you may need to patch the callerid.c file within the Asterisk source code. This was recommended by Bryce Chidester from Rhino:

“Our fix for this issue was to simply patch the asterisk code to “move” when the CID signal was sent. We have no idea why this happens to begin with, but this simple patch seems to have resolved it. (Note this is the patch against the 1.07 code, it shouldn’t be too hard to adapt it to a recent version)”

Index: callerid.c
===================================================================
RCS file: /usr/cvsroot/asterisk/callerid.c,v
retrieving revision 1.31
diff -u -r1.31 callerid.c
— callerid.c 22 Apr 2005 13:11:34 -0000 1.31
+++ callerid.c 12 May 2005 22:21:07 -0000
@@ -543,7 +543,7 @@
len = callerid_genmsg(msg, sizeof(msg), number, name, flags);
if (!callwaiting) {
/* Wait a half a second */
– for (x=0;x<4000;x++)
+ for (x=0;x<7000;x++)
PUT_BYTE(0x7f);
/* Transmit 30 0x55’s (looks like a square wave) for channel seizure */
for (x=0;x<30;x++)

Update: This patch is extremely old, and as stated, was originally intended/needed for the Asterisk 1.0 series. This patch has not been necessary for time. It is left up on this page simply for archival purposes.


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.