Ethereal-dev: Re: [Ethereal-dev] H 450 Codes
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Thu, 24 Jun 2004 16:47:35 +1000
Messagechecked in ----- Original Message ----- From: mazeau philippe To: ethereal-dev@xxxxxxxxxxxx Sent: Tuesday, June 22, 2004 7:29 PM Subject: [Ethereal-dev] H 450 Codes Here are some further definitions to decode H450 : Insert after line 85 : /* H.450.7 Message Waiting Indication constants */ #define MWIActivate 80 #define MWIDeactivate 81 #define MWIInterrogate 82 /* H.450.8 Name Identification constants */ #define NIcallingName 0 #define NIalertingName 1 #define NIconnectedName 2 #define NIbusyName 3 /* H.450.9 Call Completion constants */ #define CCBSRequest 40 #define CCNRRequest 27 #define CCCancel 28 #define CCExecPossible 29 #define CCRingout 31 #define CCSuspend 32 #define CCResume 33 /* H.450.10 Call Offer constants */ #define CallOfferRequest 34 #define RemoteUserAlerting 115 #define CFBOverride 49 /* H.450.11 Call Intrusion constants */ #define CallIntrusionRequest 43 #define CallIntrusionGetCIPL 44 #define CallIntrusionIsolate 45 #define CallIntrusionForcedRelease 46 #define CallIntrusionWOBRequest 47 #define CallIntrusionSilentMonitor 116 #define CallIntrusionNotification 117 Insert after line 308 : /* H.450.7 Message Waiting Indication constants */ { MWIActivate, "mwiActivate"}, { MWIDeactivate, "mwiDeactivate"}, { MWIInterrogate "mwiInterrogate"}, /* H.450.8 Name Identification constants */ { NIcallingName, "niCallingName"}, { NIalertingName, "niAlertingName"}, { NIconnectedName, "niConnectedName"}, { NIbusyName, "niBusyName"}, /* H.450.9 Call Completion constants */ { CCBSRequest, "ccbsRequest"}, { CCNRRequest, "ccnrRequest"}, { CCCancel, "ccCancel"}, { CCExecPossible, "ccExecPossible"}, { CCRingout, "ccRingout"}, { CCSuspend, "ccSuspend"}, { CCResume, "ccResume"}, /* H.450.10 Call Offer constants */ { CallOfferRequest, "callOfferRequest"}, { RemoteUserAlerting, "remoteUserAlerting"}, { CFBOverride, "cfbOverride"}, /* H.450.11 Call Intrusion constants */ { CallIntrusionRequest, "callIntrusionRequest"}, { CallIntrusionGetCIPL, "callIntrusionGetCIPL"}, { CallIntrusionIsolate, "callIntrusionIsolate"}, { CallIntrusionForcedRelease,"callIntrusionForcedRelease"}, { CallIntrusionWOBRequest, "callIntrusionWOBRequest"}, { CallIntrusionSilentMonitor,"callIntrusionSilentMonitor"}, { CallIntrusionNotification, "callIntrusionNotification"}, Insert after line 842 : /* H.450.7 Message Waiting Indication return errors */ { 1018, "invalidMsgCentreId"}, { 31, "notActivated"}, /* H.450.9 Call Completion return errors */ { 1010, "shortTermRejection"}, { 1011, "longTermRejection"}, { 1012, "remoteUserBusyAgain"}, { 1013, "failureToMatch"}, /* H.450.11 Call Intrusion return errors */ { 1009, "notBusy"}, { 1000, "temporarilyUnavailable"}, { 1007, "notAuthorized"}, _______________________________________________ Ethereal-dev mailing list Ethereal-dev@xxxxxxxxxxxx http://www.ethereal.com/mailman/listinfo/ethereal-dev
- References:
- [Ethereal-dev] H 450 Codes
- From: mazeau philippe
- [Ethereal-dev] H 450 Codes
- Prev by Date: Re: [Ethereal-dev] [packet-dcerpc-samr.c] SamrConnect* operations
- Next by Date: [Ethereal-dev] Patch to packet-iax2 - add support for iLBC codec
- Previous by thread: [Ethereal-dev] H 450 Codes
- Next by thread: [Ethereal-dev] Reassembly with many (small) fragments is very slow
- Index(es):