unable to downgrade multitandem

Post Reply
ssteiner
Member
Posts: 61
Joined: 05 Feb 2009 09:20

unable to downgrade multitandem

Post by ssteiner »

I h ave a user 1018 in tandem with 9891018 and multitandem with 9591018. I want to remove 9891018, thus moving 9591018 as the first tandem device of 1018.

So I'm sending a PUT with this content

Code: Select all

{
	"attributes": [{
		"name": "Tandem.Partial_Occ",
		"value": ["False"]
	},
	{
		"name": "Tandem.Tandem_Directory_Number",
		"value": ["9591018"]
	},
	{
		"name": "Tandem.Tandem_Principal",
		"value": ["True"]
	},
	{
		"name": "Attached_MultiTandem",
		"value": []
	}]
}
The response is

Code: Select all

{
	"httpStatus": "BAD_REQUEST",
	"code": 1006,
	"helpMessage": "Request parameters are not correct. Please fix the problem and resend the request.",
	"type": "BAD_PARAMETER",
	"innerMessage": "McdoException: problem=ProcessingFailure message=Processing Failure for Attribute id=null error=133",
	"canRetry": true
}
Two things here... first off Attribute id = null isn't very helpful. Second, my code to perform this operation remains unchanged since the beta phase.

So, what's going on here?

Here's the 1081 prior to the operation

Code: Select all

{
	"objectName": "Subscriber",
	"objectId": "1018",
	"attributes": [{
		"name": "ACD_Group_Directory_Number",
		"value": [""]
	},
	{
		"name": "ACD_Type",
		"value": ["No_ACD"]
	},
	{
		"name": "Add_On_Module_1",
		"value": ["No_Extension"]
	},
	{
		"name": "Add_On_Module_2",
		"value": ["No_Extension"]
	},
	{
		"name": "Add_On_Module_3",
		"value": ["No_Extension"]
	},
	{
		"name": "AdvancedConfiguration",
		"value": ["false"]
	},
	{
		"name": "Annu_First_Name",
		"value": ["Test1"]
	},
	{
		"name": "Annu_Name",
		"value": ["Alcatel"]
	},
	{
		"name": "Associated_Dect",
		"value": [""]
	},
	{
		"name": "Associated_RSI",
		"value": [""]
	},
	{
		"name": "Associated_Station_Directory_Number",
		"value": ["1018"]
	},
	{
		"name": "Associated_Videophone",
		"value": ["false"]
	},
	{
		"name": "Attached_MultiTandem",
		"value": ["9591018"]
	},
	{
		"name": "CTQ_RA_Type",
		"value": ["CTQ_NOK_TO_OK"]
	},
	{
		"name": "Call_Announce_Group",
		"value": ["-1"]
	},
	{
		"name": "Call_By_Name_Mini_Messaging_Right",
		"value": ["Yes"]
	},
	{
		"name": "Call_Conference_Group",
		"value": ["-1"]
	},
	{
		"name": "Call_Priority",
		"value": ["0"]
	},
	{
		"name": "Caller_Category",
		"value": ["4"]
	},
	{
		"name": "ClickAndPh",
		"value": ["A4980_Pro"]
	},
	{
		"name": "Connection_Category_Id",
		"value": ["0"]
	},
	{
		"name": "Cost_Center_Id",
		"value": ["10"]
	},
	{
		"name": "Cost_Center_Name",
		"value": ["10"]
	},
	{
		"name": "DEV_Routing_Flag",
		"value": ["false"]
	},
	{
		"name": "Destination_Node",
		"value": ["43"]
	},
	{
		"name": "Dialled_Number_Masked_In_Ticket",
		"value": ["No"]
	},
	{
		"name": "Directory_Number",
		"value": ["1018"]
	},
	{
		"name": "Display_Name",
		"value": ["Alcatel Test1"]
	},
	{
		"name": "Domain_Identifier",
		"value": ["0"]
	},
	{
		"name": "Emulation_Paging_Right",
		"value": ["No"]
	},
	{
		"name": "Entity_Number",
		"value": ["18"]
	},
	{
		"name": "Equipment_Address_Board",
		"value": ["255"]
	},
	{
		"name": "Equipment_Address_Rack",
		"value": ["255"]
	},
	{
		"name": "Equipment_Address_Terminal",
		"value": ["255"]
	},
	{
		"name": "Explicit_Prio.Priority_Level",
		"value": ["0"]
	},
	{
		"name": "Explicit_Prio.Priority_Mode",
		"value": ["0"]
	},
	{
		"name": "External_Forwarding_Category_Id",
		"value": ["255"]
	},
	{
		"name": "Facility_Category_Id",
		"value": ["11"]
	},
	{
		"name": "Function",
		"value": ["Administrative"]
	},
	{
		"name": "GFU_Incoming_Access",
		"value": ["false"]
	},
	{
		"name": "GFU_List_Number",
		"value": ["-1"]
	},
	{
		"name": "GFU_Outgoing_Access",
		"value": ["false"]
	},
	{
		"name": "GFU_Preferential",
		"value": ["-1"]
	},
	{
		"name": "Implicit_Prio.Priority_Level",
		"value": ["0"]
	},
	{
		"name": "Implicit_Prio.Priority_Mode",
		"value": ["0"]
	},
	{
		"name": "Internal_Keyboard",
		"value": ["German"]
	},
	{
		"name": "Ith_Service_Type",
		"value": ["No_Valide"]
	},
	{
		"name": "Key_Profile",
		"value": ["None"]
	},
	{
		"name": "Language_Id",
		"value": ["3"]
	},
	{
		"name": "Metering_Category",
		"value": ["Justified"]
	},
	{
		"name": "Msg_Class_nb",
		"value": ["7"]
	},
	{
		"name": "Multi_Line_Facility.Delay_Overflow_For_Waiting_Call",
		"value": ["false"]
	},
	{
		"name": "Multi_Line_Facility.Immediate_Overflow_For_Waiting_Call",
		"value": ["false"]
	},
	{
		"name": "Multi_Line_Facility.MLA_Automatic_Outgoing_Seize",
		"value": ["false"]
	},
	{
		"name": "Multi_Line_Facility.Multine_Automatic_Incoming_Seize",
		"value": ["true"]
	},
	{
		"name": "Multi_Line_Facility.Multine_Automatic_Outgoing_Seize",
		"value": ["true"]
	},
	{
		"name": "Multi_Line_Facility.Multine_Selective_Filtering",
		"value": ["false"]
	},
	{
		"name": "Multi_Line_Facility.ake_Supervision_Off_Hook",
		"value": ["false"]
	},
	{
		"name": "Multi_Line_Station",
		"value": ["Yes"]
	},
	{
		"name": "Nb_Error_CodAffaire",
		"value": ["0"]
	},
	{
		"name": "Nb_Error_CodSecret",
		"value": ["0"]
	},
	{
		"name": "Nomadic_dec",
		"value": ["false"]
	},
	{
		"name": "Number_Of_Users",
		"value": ["1"]
	},
	{
		"name": "Occupation_Type",
		"value": ["Normal"]
	},
	{
		"name": "Ope_Cca",
		"value": ["false"]
	},
	{
		"name": "PCBT_Associated",
		"value": ["No"]
	},
	{
		"name": "PIN.Pin_Group",
		"value": ["1"]
	},
	{
		"name": "PIN.Pin_Number",
		"value": [""]
	},
	{
		"name": "PIN.Pin_Type_Of_Control",
		"value": ["PIN_Category"]
	},
	{
		"name": "PIN.With_Secret_Code",
		"value": ["true"]
	},
	{
		"name": "Paging_Beeper_Directory_Number",
		"value": [""]
	},
	{
		"name": "Paging_Trunk_Group_Number",
		"value": ["255"]
	},
	{
		"name": "Pickup_Group_Name",
		"value": [""]
	},
	{
		"name": "Pin_Group_Control",
		"value": ["No_Group_Access"]
	},
	{
		"name": "Primary_Line_Prio",
		"value": ["No"]
	},
	{
		"name": "Prio_Presentation",
		"value": ["No"]
	},
	{
		"name": "Public_Network_Category_Id",
		"value": ["2"]
	},
	{
		"name": "Reserved_Time_Slot",
		"value": ["false"]
	},
	{
		"name": "Right_Profile_Name",
		"value": [""]
	},
	{
		"name": "Robinet_Category",
		"value": ["0"]
	},
	{
		"name": "Robinet_Right",
		"value": ["0"]
	},
	{
		"name": "Routing_Number",
		"value": ["0"]
	},
	{
		"name": "SIP_Authentification_Login",
		"value": [""]
	},
	{
		"name": "SIP_Passwd",
		"value": [""]
	},
	{
		"name": "Secondary_Line_Prio",
		"value": ["No"]
	},
	{
		"name": "Secret_Code",
		"value": ["0000"]
	},
	{
		"name": "Secret_Code_Access_For_SUU",
		"value": ["No"]
	},
	{
		"name": "Secretary_Directory_Number",
		"value": ["1018"]
	},
	{
		"name": "Set_Role",
		"value": ["Default"]
	},
	{
		"name": "Stap",
		"value": ["off_hook"]
	},
	{
		"name": "Station_Group_Directory_Number",
		"value": [""]
	},
	{
		"name": "Station_Type",
		"value": ["NOE_C_Color_IP"]
	},
	{
		"name": "Supplementary_Service_Right.Display_Ext_Calling",
		"value": ["true"]
	},
	{
		"name": "Supplementary_Service_Right.External",
		"value": ["true"]
	},
	{
		"name": "Supplementary_Service_Right.Internal",
		"value": ["false"]
	},
	{
		"name": "TAPIPremiumServer",
		"value": ["No"]
	},
	{
		"name": "Tandem.Partial_Occ",
		"value": ["true"]
	},
	{
		"name": "Tandem.Ringing_In_Partial_Occ",
		"value": ["Short_Ring"]
	},
	{
		"name": "Tandem.Specific_Supervision",
		"value": ["false"]
	},
	{
		"name": "Tandem.Tandem_Directory_Number",
		"value": ["9791018"]
	},
	{
		"name": "Tandem.Tandem_Principal",
		"value": ["true"]
	},
	{
		"name": "Tele_Marketing_Actor",
		"value": ["false"]
	},
	{
		"name": "Teleservice",
		"value": ["Phone"]
	},
	{
		"name": "Teleservice_Incident",
		"value": ["No"]
	},
	{
		"name": "Text_MSG_Number",
		"value": ["8"]
	},
	{
		"name": "Transparency_VSI",
		"value": ["false"]
	},
	{
		"name": "Type_of_Keyboard",
		"value": ["EUROPEAN_KB"]
	},
	{
		"name": "URL_Domain",
		"value": [""]
	},
	{
		"name": "URL_UserName",
		"value": [""]
	},
	{
		"name": "UTF8_Phone_Book_First_Name",
		"value": [""]
	},
	{
		"name": "UTF8_Phone_Book_Name",
		"value": [""]
	},
	{
		"name": "Urgent_Call",
		"value": ["No"]
	},
	{
		"name": "Use_Private_Calling_Number",
		"value": ["false"]
	},
	{
		"name": "VIP",
		"value": ["false"]
	},
	{
		"name": "Valid_For_Call_By_Name",
		"value": ["No"]
	},
	{
		"name": "Voice_Mail_Directory_Number",
		"value": [""]
	},
	{
		"name": "Voice_Mail_Type",
		"value": ["No_Mevo"]
	},
	{
		"name": "Z_ivr",
		"value": ["false"]
	}],
	"objectNames": ["Subscriber_Extension",
	"Network_Supervisor_Mevo",
	"Subscriber_Profile",
	"Subscriber_Repertory",
	"Dynamic_State_Subscriber",
	"Noe_Parameters",
	"Subscriber_Alias",
	"Network_Supervisor",
	"Seplos_Parameters",
	"Subscriber_Keyboard",
	"Subscriber_Associated_Sets",
	"Remote_Extension",
	"Tsc_IP_subscriber",
	"IP_Extension_SIP",
	"Dect_Station"]
}
yblanchard
Member
Posts: 26
Joined: 03 Dec 2018 06:32

Re: unable to downgrade multitandem

Post by yblanchard »

ok, fixed in next version

For a list attribute (ex: Attached_MultiTandem), It should be possible to set

- [] or [null], to empty the list

-["val"] to set one single value

-["val1","val2", ...] to set multiple values
ssteiner
Member
Posts: 61
Joined: 05 Feb 2009 09:20

Re: unable to downgrade multitandem

Post by ssteiner »

Next version being 027?
yblanchard
Member
Posts: 26
Joined: 03 Dec 2018 06:32

Re: unable to downgrade multitandem

Post by yblanchard »

also need to wait 028
ssteiner
Member
Posts: 61
Joined: 05 Feb 2009 09:20

Re: unable to downgrade multitandem

Post by ssteiner »

any ETA on that? we're supposed to go into test mode for a big deployment at the end of the month.
Post Reply

Return to “O2G”