Dan
2003-Aug-06 10:26 UTC
[Asterisk-Users] X100P CallerID issue solved for my PSTN connection
Hi all, With a great help from Richard Alexander (thanks Richard!) I have now a functional CallerID on my X100P. This is what I have done: - update to the latest CVS (as today at 5:00pm GMT) - modify the callerid.c file in the asterisk source like that. original : /* MDMF */ /* Go through each element and process */ for (x=0;x< cid->pos;) { switch(cid->rawdata[x++]) { case 1: /* Date */ break; case 2: /* Number */ case 3: /*Number (for Zebble) */ case 4: /*Number */ modified: /* MDMF */ /* Go through each element and process */ for (x=0;x< cid->pos;) { switch(cid->rawdata[x++]) { case 1: /* Date */ break; case 2: /* Number */ /*case 3: Number (for Zebble) */ /*case 4: Number */ In a few words, just comment the case:3 and case:4 lines. Now the caller ID is correctly displayed (just the caller number, not mine). Maybe this help some others too. Best regards, Dan
Richard Alexander
2003-Aug-06 11:00 UTC
[Asterisk-Users] X100P CallerID issue solved for my PSTN connection
And further to Dan's message I will add that I was able to help because a colleague and I are working on identifying all callerid variants with a view to patching * to work with as many as possible. If anyone has specific examples of countries/networks which don't currently work or partially work with the X100P / X101P feel free to email: *Remove all digits from this email* 88asterisk-dev@voicelynx.com Be sure to include: Country Network Description of problem 1-3 examples of manufacturer/model of phones that *DO* work on the same connection. R