I have an NI2 PRI connection to a 5ESS switch. I am explicitly told to use NI2 as the protocol, not 5ESS. I am running Asterisk 1.2.4. When making calls to the PSTN, Asterisk sends the calling name as part of the display information element in the SETUP message. I need to be able to send the calling name as part of the facility information element in the SETUP message. I've seen that work has been done to make this happen at http://bugs.digium.com/view.php?id=4046. What I would like to know is did this fix make it into 1.2.4? If so, how do I "Turn-it-on" so that I can use it too? Edward
As a rule you are wasting your time trying to send calling name to your telco. Unless your carrier is also the terminating providor for everyone you call it will accomplish nothing. Caller ID that the called party receives is by way of a lookup by the terminating providor in a national database based upon the calling number. The calling number is the only thing you can actually pass. If the caller ID name is wrong, then you need to update the CNAM file for your number. Whatever providor supplies the number can assist in placing the correct name on it. On Mar 31, 2006, at 2:17 PM, Edward de Zeeuw wrote:> I have an NI2 PRI connection to a 5ESS switch. I am explicitly > told to > use NI2 as the protocol, not 5ESS. > I am running Asterisk 1.2.4. > > When making calls to the PSTN, Asterisk sends the calling name as part > of the display information element in the SETUP message. I need to be > able to send the calling name as part of the facility information > element in the SETUP message. I've seen that work has been done to > make > this happen at http://bugs.digium.com/view.php?id=4046. What I would > like to know is did this fix make it into 1.2.4? If so, how do I > "Turn-it-on" so that I can use it too? > > Edward > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
IT shows that it was 'FIXED IN HEAD' Head at the time is what has become the 1.2.X tree, so it should be in there. I do not have the tools to try this but I would like to see if it is posible. Look at yiour debugs and see if it is working.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Edward de Zeeuw > Sent: Friday, March 31, 2006 3:17 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Display Name > > I have an NI2 PRI connection to a 5ESS switch. I am > explicitly told to use NI2 as the protocol, not 5ESS. > I am running Asterisk 1.2.4. > > When making calls to the PSTN, Asterisk sends the calling > name as part of the display information element in the SETUP > message. I need to be able to send the calling name as part > of the facility information element in the SETUP message. > I've seen that work has been done to make this happen at > http://bugs.digium.com/view.php?id=4046. What I would like > to know is did this fix make it into 1.2.4? If so, how do I > "Turn-it-on" so that I can use it too? > > Edward > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
SORRY, Look in zapata.conf for the following: ; To enable transmission of facility-based ISDN supplementary services (such ; as caller name from CPE over facility), enable this option. ; facilityenable = yes> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Alexander Lopez > Sent: Thursday, April 06, 2006 12:44 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Display Name > > IT shows that it was 'FIXED IN HEAD' Head at the time is what > has become the 1.2.X tree, so it should be in there. I do not > have the tools to try this but I would like to see if it is > posible. Look at yiour debugs and see if it is working. > > > > -----Original Message----- > > From: asterisk-users-bounces@lists.digium.com > > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf > Of Edward > > de Zeeuw > > Sent: Friday, March 31, 2006 3:17 PM > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] Display Name > > > > I have an NI2 PRI connection to a 5ESS switch. I am > explicitly told > > to use NI2 as the protocol, not 5ESS. > > I am running Asterisk 1.2.4. > > > > When making calls to the PSTN, Asterisk sends the calling > name as part > > of the display information element in the SETUP message. I > need to be > > able to send the calling name as part of the facility information > > element in the SETUP message. > > I've seen that work has been done to make this happen at > > http://bugs.digium.com/view.php?id=4046. What I would like > to know is > > did this fix make it into 1.2.4? If so, how do I > "Turn-it-on" so that > > I can use it too? > > > > Edward > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >