> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:asterisk-users- > [EMAIL PROTECTED] On Behalf Of Dan > Sent: Saturday, December 06, 2003 6:51 AM > To: Asterisk Users > Subject: [Asterisk-Users] CallWaiting CallerID > > Hi all, > > In order to get the CallerID from PSTN (X100P) I have modified callerid.c > file like that: > > callerid.c [line 256] > > from: > case 3: /* Number (for Zebble) */ > to > /*case 3: Number (for Zebble) */ > > Without this modification my own number was displayed as the inoming call > CallerID. > > Now I want to go further. > I have activated CallWaiting support on the POTS line. > When someone calls and I am in another PSTN call, the displayed CallerID > is > "asterisk". > > How can callerid.c file be changed in order to correctly display CallerID > information during CallWaitiing? > > Thank you, > Dan > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users
Do you have: callwaiting=yes callwaitingcallerid = yes In Zapata.conf ? _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
