<div dir="ltr">Dear Peter,<br>Appologies for replying to your post so late. I changed the destination-pattern on the dial-peer to .T and removed any transltion profiles. I implemented ISDN mapping for calling as well as called party numbers as follows on the serial interface of outgoing PRI:-<br>
<br>interface Serial2/1:15<br> no ip address<br> encapsulation hdlc<br> isdn switch-type primary-net5<br> isdn incoming-voice voice<br> isdn map address 95* plan isdn type national<br> isdn map address 095* plan isdn type national<br>
 isdn map address 091* plan isdn type national<br> isdn map address 092* plan isdn type national<br> isdn map address 012* plan isdn type national<br> isdn map address 015* plan isdn type national<br> isdn map address 111 plan isdn type national<br>
 isdn sending-complete<br> no cdp enable<br><br>Now the calling party number is being displayed without the additional leading zero. <br>I have to thank you for making me dig deeper in to this.<br><br>best regards,<br><br>
Abebe Amare<br><br><div class="gmail_quote">On Sat, Feb 14, 2009 at 1:54 AM, Peter Slow <span dir="ltr">&lt;<a href="mailto:peter.slow@gmail.com">peter.slow@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Abebe,<br>
  you had mentioned the calling number&#39;s leading 0, and i do see in<br>
your debug that your caller id begins with 95, not 095 - this<br>
shouldn&#39;t affect your called party, but it&#39;s possible that your telco<br>
will not like your caller id - this is sort of a different issue.<br>
  It appears that you have made a translation rule that does both 1.)<br>
strip the leading 0 2.) set the type and plan on the called number. -<br>
I beleive you only need to do one or the other, or at least try them<br>
one at a time. I recommend trying 2 by itself, first,<br>
rule 1 /^\(095.......\)/ /\1/ type unknown national plan unknown national<br>
  The next problem is that you have a translation rule which matches<br>
only numbers beginning with 095 assigned to a pots dial peer that<br>
matches calls only to 86T. What is the destination string that comes<br>
into the gateway in the h.323 (h.225) setup message? It would seem<br>
that you applied your rule to the wrong dial-peer.<br>
<font color="#888888"><br>
-Peter<br>
</font><div><div></div><div class="h5"><br>
On Fri, Feb 13, 2009 at 3:01 AM, abuch &lt;<a href="mailto:abucho@gmail.com">abucho@gmail.com</a>&gt; wrote:<br>
&gt; Dear Peter,<br>
&gt;<br>
&gt; I have asked the telco and for called number starting with 095 they<br>
&gt; expect national type and plan. So I used the follwing config snippet:<br>
&gt;<br>
&gt; voice translation-rule 4<br>
&gt;  rule 1 /^095\(.......\)/ /95\1/ type unknown national plan unknown national<br>
&gt; !<br>
&gt; dial-peer voice 13 pots<br>
&gt;  destination-pattern 86T<br>
&gt;  translate-outgoing called 4<br>
&gt;  fax rate disable<br>
&gt;  port 2/1:15<br>
&gt;<br>
&gt; But I am not able to change the type and plan. The leading 0 in the<br>
&gt; calling numebr is already stripped in the calling party transform mask<br>
&gt; in CCM.<br>
&gt;<br>
&gt; best regards,<br>
&gt;<br>
&gt; Abebe A.<br>
&gt; On 2/11/09, Peter Slow &lt;<a href="mailto:peter.slow@gmail.com">peter.slow@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Dear Anon,<br>
&gt;&gt;     I would recommend finding out what your telco expects you to send<br>
&gt;&gt; as your called plan and type - you can see here that you are sending<br>
&gt;&gt; unknown for both:<br>
&gt;&gt;<br>
&gt;&gt;&gt;         Called Party Number i = 0x80, &#39;0959502203&#39;<br>
&gt;&gt;&gt;                 Plan:Unknown, Type:Unknown<br>
&gt;&gt;<br>
&gt;&gt; ...And you likely need to be sending national or something to that<br>
&gt;&gt; effect, if you are indeed dialing your number correctly. Im under the<br>
&gt;&gt; impression that you are dialing within your own country and that this<br>
&gt;&gt; is not an international call.<br>
&gt;&gt;<br>
&gt;&gt; If you need to strip the leading 0, you need to use a translation rule<br>
&gt;&gt; in IOS, it can be done rather easily. make sure you&#39;re sending the<br>
&gt;&gt; correct plan and type first. you can set this with the translation<br>
&gt;&gt; rule as well. Apply it outbound on your pots dial-peer.<br>
&gt;&gt;<br>
&gt;&gt; -Peter<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Feb 11, 2009 at 10:30 AM, abuch &lt;<a href="mailto:abucho@gmail.com">abucho@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Dear all,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; CUCM 6.1.3-100016, Cisco 3845 H.323 gw connected to the PSTN with ISDN<br>
&gt;&gt;&gt; PRI.<br>
&gt;&gt;&gt; Outgoing calls to the PSTN are appearing to have a leading additional 0.<br>
&gt;&gt;&gt; The<br>
&gt;&gt;&gt; DID number range I am using is 095960XXXX. I have configured calling<br>
&gt;&gt;&gt; party<br>
&gt;&gt;&gt; trasformation mask as 95960XXXX. But when I make calls to the PSTN the<br>
&gt;&gt;&gt; CLID<br>
&gt;&gt;&gt; displayed as 0095960XXXX.<br>
&gt;&gt;&gt; The output of debug isdn q931:-<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Feb 11 15:01:47.051: ISDN Se2/1:15 Q931: Applying typeplan for sw-type<br>
&gt;&gt;&gt; 0x12<br>
&gt;&gt;&gt; is 0x0 0x0, Calling num 959602203<br>
&gt;&gt;&gt; Feb 11 15:01:47.051: ISDN Se2/1:15 Q931: Applying typeplan for sw-type<br>
&gt;&gt;&gt; 0x12<br>
&gt;&gt;&gt; is 0x0 0x0, Called num 0959502203<br>
&gt;&gt;&gt; Feb 11 15:01:47.051: ISDN Se2/1:15 Q931: TX -&gt; SETUP pd = 8  callref =<br>
&gt;&gt;&gt; 0x01B3<br>
&gt;&gt;&gt;         Sending Complete<br>
&gt;&gt;&gt;         Bearer Capability i = 0x8090A3<br>
&gt;&gt;&gt;                 Standard = CCITT<br>
&gt;&gt;&gt;                 Transfer Capability = Speech<br>
&gt;&gt;&gt;                 Transfer Mode = Circuit<br>
&gt;&gt;&gt;                 Transfer Rate = 64 kbit/s<br>
&gt;&gt;&gt;         Channel ID i = 0xA9839F<br>
&gt;&gt;&gt;                 Exclusive, Channel 31<br>
&gt;&gt;&gt;         Calling Party Number i = 0x0081, &#39;959602203&#39;<br>
&gt;&gt;&gt;                 Plan:Unknown, Type:Unknown<br>
&gt;&gt;&gt;         Called Party Number i = 0x80, &#39;0959502203&#39;<br>
&gt;&gt;&gt;                 Plan:Unknown, Type:Unknown<br>
&gt;&gt;&gt; Feb 11 15:01:47.195: ISDN Se2/1:15 Q931: RX &lt;- CALL_PROC pd = 8  callref<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; 0x81B3<br>
&gt;&gt;&gt;         Channel ID i = 0xA9839F<br>
&gt;&gt;&gt;                 Exclusive, Channel 31<br>
&gt;&gt;&gt; Feb 11 15:01:51.159: ISDN Se2/1:15 Q931: RX &lt;- ALERTING pd = 8  callref =<br>
&gt;&gt;&gt; 0x81B3<br>
&gt;&gt;&gt;         Progress Ind i = 0x8488 - In-band info or appropriate now<br>
&gt;&gt;&gt; available<br>
&gt;&gt;&gt; Feb 11 15:02:07: %ISDN-6-DISCONNECT: Interface Serial2/1:0  disconnected<br>
&gt;&gt;&gt; from 0959502812 , call lasted 62 seconds<br>
&gt;&gt;&gt; Feb 11 15:02:07.472: ISDN Se2/1:15 Q931: TX -&gt; DISCONNECT pd = 8  callref<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; 0xF400<br>
&gt;&gt;&gt;         Cause i = 0x8090 - Normal call clearing<br>
&gt;&gt;&gt; Feb 11 15:02:07.632: ISDN Se2/1:15 Q931: RX &lt;- RELEASE pd = 8  callref =<br>
&gt;&gt;&gt; 0x7400<br>
&gt;&gt;&gt; Feb 11 15:02:07.632: ISDN Se2/1:15 Q931: TX -&gt; RELEASE_COMP pd = 8<br>
&gt;&gt;&gt; callref<br>
&gt;&gt;&gt; = 0xF400<br>
&gt;&gt;&gt; Feb 11 15:02:11.408: ISDN Se2/1:15 Q931: TX -&gt; DISCONNECT pd = 8  callref<br>
&gt;&gt;&gt; =<br>
&gt;&gt;&gt; 0x01B3<br>
&gt;&gt;&gt;         Cause i = 0x8090 - Normal call clearing<br>
&gt;&gt;&gt; Feb 11 15:02:11.672: ISDN Se2/1:15 Q931: RX &lt;- RELEASE pd = 8  callref =<br>
&gt;&gt;&gt; 0x81B3<br>
&gt;&gt;&gt; Feb 11 15:02:11.672: ISDN Se2/1:15 Q931: TX -&gt; RELEASE_COMP pd = 8<br>
&gt;&gt;&gt; callref<br>
&gt;&gt;&gt; = 0x01B3<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What can I do in order to remove the additional 0? or is it a telcom<br>
&gt;&gt;&gt; issue?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; cisco-voip mailing list<br>
&gt;&gt;&gt; <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
&gt;&gt;&gt; <a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>