Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 We are analyzing the cause codes from a customer site and seems there is a code of 10 for origCause_location.  When I refer to the CDR document, I don't see any mapping of code 10 to a message.  Can someone provide me with the proper message?

Hi David,
 
Could you please let me know which callManager version your customer is using?
 
Also, could you please send the corresponding CDR in question?
 
Thanks and Regards,
Anitha

Hi David,
 
Looks like "origCause_location" iself is not a cause code. The cause code is the origCause_value/destCause_value.
 
The origCause_location field is a field indicated in the ISDN release message. The internal values from code for the cause_location are:
const NATURAL PRIV_NET_LOCAL = 1;
const NATURAL PUB_NET_LOCAL = 2;
const NATURAL TRANSIT_NET = 3;
const NATURAL PUB_NET_REMOTE = 4;
const NATURAL PRIV_NET_REMOTE = 5;
const NATURAL INTL_NET = 7;
const NATURAL NET_BEYOND_INTERWORK_PT = 10;
 
Hope this helps.
 
Thanks and Regards,
Anitha

hi, this is helpful however the CDR manual seems to state that orig/destCause_location can have values 1-15 and you show just 1-10.  I assume there's a mistake in the CDR manual since it makes no mention of these ISDN codes. 
 
Do you have any place which helps explain which each of these mean?