----- Steven <[EMAIL PROTECTED]> wrote: > I have also tried to make the callerid name null, but asterisk still > tries to send the data. > I have also tried to dumb it down from NI2 to NI1, but asterisk still > tries to send the callerID name in the PRI debug.
There is no option to suppress the calling name being sent... however, libpri currently sends a zero-length DISPLAY information element when you set the calling name to an empty string in Asterisk, which it should not do. Matt Frederickson is fixing that in libpri right now, so you should be able to update in a day or two to the newest libpri code from Subversion (either trunk or branch-1.2, whichever you are running) and solve your problem. If this still does not solve your problem, open a bug at bugs.digium.com with a 'pri debug' trace of the outgoing call to the PBX so we can figure out what is wrong. -- Kevin P. Fleming Senior Software Engineer Digium, Inc. _______________________________________________ --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
