<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.3">
</HEAD>
<BODY>
I'm trying to send CallerID info to a MetaSwitch system over a PRI. The MetaSwitch gets the info exactly as it is sent by Asterisk, but I think it might be having trouble with the Hexadecimal b1 that is being sent just before the first character of the CallerID Name.<BR>
<BR>
Does anyone know what the significance is of the b1 being sent here?<BR>
<BR>
Or, is there a way to make Asterisk not send the b1 character as a test?<BR>
<BR>
I've pasted a portion of the PRI debug trace below.<BR>
<BR>
Thanks for your help.<BR>
<BR>
Bob<BR>
<BR>
-- Making new call for cr 32985<BR>
&gt; Protocol Discriminator: Q.931 (8)&nbsp; len=55<BR>
&gt; Call Ref: len= 2 (reference 217/0xD9) (Originator)<BR>
&gt; Message type: SETUP (5)<BR>
&gt; [04 03 80 90 a2]<BR>
&gt; Bearer Capability (len= 5) [ Ext: 1&nbsp; Q.931 Std: 0&nbsp; Info transfer capability: Speech (0)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Trans mode/rate: 64kbps, circuit-mode (16)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; User information layer 1: u-Law (34)<BR>
&gt; [18 03 a9 83 97]<BR>
&gt; Channel ID (len= 5) [ Ext: 1&nbsp; IntID: Implicit&nbsp; PRI&nbsp; Spare: 0&nbsp; Exclusive&nbsp; Dchan: 0<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ChanSel: As indicated in following octets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Coding: 0&nbsp; Number Specified&nbsp; Channel Type: 3<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Channel: 23 ]<BR>
&gt; [1e 02 80 83]<BR>
&gt; Progress Indicator (len= 4) [ Ext: 1&nbsp; Coding: CCITT (ITU) standard (0)&nbsp; 0: 0&nbsp; Location: User (0)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Progress Description: Calling equipment is non-ISDN. (3) ]<BR>
&gt; [28 0a b1 54 65 73 74 20 4e 61 6d 65]<BR>
&gt; Display (len=10) Charset: 31 [ Test Name ]<BR>
&gt; [6c 0c 21 80 34 30 33 35 35 35 31 32 31 32]<BR>
&gt; Calling Number (len=14) [ Ext: 0&nbsp; TON: National Number (2)&nbsp; NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Presentation: Presentation permitted, user number not screened (0)&nbsp; '4035551212' ]<BR>
<BR>
</BODY>
</HTML>