[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference irocz::common_brouters

Title:Digital Brouters Conference
Notice:New common-code brouter family: RouteAbout, DECswitch 900
Moderator:MARVIN::HARTLL
Created:Mon Jul 17 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:929
Total number of notes:3736

804.0. "isdn - incoming digits stripped off" by STKAI1::KACK () Mon Mar 17 1997 12:55

T.RTitleUserPersonal
Name
DateLines
804.1MARVIN::CLEVELANDTue Mar 18 1997 09:535
    Yes, there is.  Set the 'inbound destination' of your dial circuit to
    an address with the leading zero stripped off.  That should allow two
    way calling from the same dial circuit.
    
    Tim
804.2incoming isdn calls rejectedSTKAI1::KACKFri Mar 21 1997 12:4559
804.3MARVIN::CLEVELANDFri Mar 21 1997 13:5914
    I'd need to see a trace of events to determine what is going on...
    can you do the following:
    
    talk 6/eve
    set time uptime
    nodis sub all all
    disp sub isdn all
    disp sub gw all
    nodis eve isdn.021
    nodis eve gw.043
    
    restart the box, and then get a event trace when the inbound call comes
    in and is rejected....
    
804.4traceSTKAI1::KACKMon Mar 24 1997 07:5115
804.5MARVIN::CLEVELANDMon Mar 24 1997 08:1310
    You are receiving a call from 316-87715.  Unless that is a typo, you
    won't match your dial circuit, which has a inb destination of
    315-xxxxx.
    
    the ":" is a field seperator between the address and subaddress.
    The second GW.080 message indicates that it did not find an 'any
    inbound' dial circuit to accept the call.
    
    There is no direct way to log to a file; although often your terminal
    emulator can do it.
804.6you can do it using dtfMARVIN::HARTTony Hart, InterNetworking Prod. Eng. GroupMon Mar 24 1997 08:3820
>    This is what the trace shows (is it possible to get the trace to file?)

	You can do it indirectly using dtf,  try ...

	# dtf -l 16.36.16.121:"els event gw;isdn" els_trace.dat

	and you can read the file later using

	# dtf -a els_trace.dat

	or if you don't mind not seeing the events on the screen at the
	same time you can record them directly to a text file using...

	# dtf -l 16.36.16.121:"els event gw;isdn" -o els_trace.txt

	There are various filters you can supply on the dtf command line to
	further limit the kinds of events traced, check out the dtf
	documentation.

	See the DTF_KITS keyword for the location of the latest kits.
804.7STKAI1::KACKMon Mar 24 1997 08:4110
804.8MARVIN::CLEVELANDWed Mar 26 1997 11:466
    This appears to be a bug in that the string used for incoming call
    matching is not properly zero-terminated.  So if a second colon gets in
    the buffer, just at the end of the inbound CLID, you would see exactly
    these symptoms.  I am working on a fix...
    
    Tim
804.9MARVIN::CLEVELANDThu Mar 27 1997 07:437
    I have a fix available if needed....
    
    There are workarounds as well, I suspect.  I found in my testing that
    LID was not affected by this bug.  So if can use LID (ie, it is an all
    Routeabout network) that may work around the problem.
    
    Another possible solution is to enable ANY_INBOUND on the dial circuit. 
804.10Where do I find the fix?STKAI1::KACKTue Apr 01 1997 06:426
804.11MARVIN::CLEVELANDTue Apr 01 1997 08:147
    
>                        -< Where do I find the fix? >-

    Answered via mail.  For anyone else experiencing this problem, you
    should probably raise an IPMT/etc to get the fix.
    
    Tim
804.12fix ?NNTPD::&quot;paiva@mail.dec.com&quot;Pedro PAIVATue Jun 03 1997 09:588
Hi!

Is the fix included in V2.0-3?

Thanks.

Pedro
[Posted by WWW Notes gateway]
804.13EDWIN::TACTue Jun 03 1997 13:416
    
>Is the fix included in V2.0-3?
    
    No.
    
    It will be in the next scheduled maintenance release (coming soon).