Author Message
BindiyaShetty
Joined: Nov 11, 2008
Messages: 0
Offline
Hi All,

I am looking for a way to change the Direct_IP_IP _media value from "yes" to "no" using SMS request as we do it in the SAT command. Can anyone help me out with this?
JohnBiggs
Joined: Jun 20, 2005
Messages: 1141
Location: Rural, Virginia
Offline
What form is it on?
AnthonyGreway
Joined: Feb 12, 2007
Messages: 0
Offline
SMS can change the "Direct_IP_IP_Audio_Connections" field in the Station model. Is this the field you are looking for? Or are you looking for help with the SMS request/response structure to accomplish this change?

Thanks,
Tony
BindiyaShetty
Joined: Nov 11, 2008
Messages: 0
Offline
Yes Antihony,

I want to change the "Direct_IP_IP_Audio_Connections" field in the Station model. I have set the following parameters:

Model: Station

Command: Change

field : Direct_IP_IP_Audio_Connections

qualifier: "#extension"

I don't know where to include the value to be set "y/n" in the above request parameters.

If I send tha above request through SMS, I get result successful but no change in the value. Could u plz ascertain me how would i change the set field from say "yes" to "no".

Thanks in advance.

Bindiya Shetty
JohnBiggs
Joined: Jun 20, 2005
Messages: 1141
Location: Rural, Virginia
Offline
Here is a sequence of SOAP requests where I retrieved, set, retrieved, set and retrieved the Direct_IP_IP_Audio_Connections field. on the station form using SMS. When I want to "set" the value I change the operation to "change" and the field to Direct_IP_IP_Audio_Connections=y
or
Direct_IP_IP_Audio_Connections=n

The syntax for modifying fields is given in the usage.doc file contained in the SDK "A pipe-delimited list of fieldnames (for read operations), or "fieldname=value" pairs, for write operations."
ssl_error_log:[Tue Mar 03 09:44:14 2009] [error] [client 135.8.117.121] PHP: Tue Mar 3 09:44:14 2009: Request: \n<?xml version="1.0" encoding="UTF-8"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xml.avaya.com/ws/SystemManagementService/2005/04/04" xmlns:ns2="http://xml.avaya.com/ws/session"><SOAP-ENV:Header><ns2:sessionID SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next"/></SOAP-ENV:Header><SOAP-ENV:Body><ns1:submitRequest><model>Station</model><operation>display</operation><objectname></objectname><qualifier>32132</qualifier><fields>Direct_IP_IP_Audio_Connections</fields></ns1:submitRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>\n
ssl_error_log:[Tue Mar 03 09:44:27 2009] [error] [client 135.8.117.121] PHP: Tue Mar 3 09:44:27 2009: Request: \n<?xml version="1.0" encoding="UTF-8"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xml.avaya.com/ws/SystemManagementService/2005/04/04" xmlns:ns2="http://xml.avaya.com/ws/session"><SOAP-ENV:Header><ns2:sessionID SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next">8d407c0ce600598a7434a47318b10647</ns2:sessionID></SOAP-ENV:Header><SOAP-ENV:Body><ns1:submitRequest><model>Station</model><operation>change</operation><objectname></objectname><qualifier>32132</qualifier><fields>Direct_IP_IP_Audio_Connections=n</fields></ns1:submitRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>\n
ssl_error_log:[Tue Mar 03 09:44:36 2009] [error] [client 135.8.117.121] PHP: Tue Mar 3 09:44:36 2009: Request: \n<?xml version="1.0" encoding="UTF-8"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xml.avaya.com/ws/SystemManagementService/2005/04/04" xmlns:ns2="http://xml.avaya.com/ws/session"><SOAP-ENV:Header><ns2:sessionID SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next">8d407c0ce600598a7434a47318b10647</ns2:sessionID></SOAP-ENV:Header><SOAP-ENV:Body><ns1:submitRequest><model>Station</model><operation>display</operation><objectname></objectname><qualifier>32132</qualifier><fields>Direct_IP_IP_Audio_Connections</fields></ns1:submitRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>\n
ssl_error_log:[Tue Mar 03 09:44:48 2009] [error] [client 135.8.117.121] PHP: Tue Mar 3 09:44:48 2009: Request: \n<?xml version="1.0" encoding="UTF-8"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xml.avaya.com/ws/SystemManagementService/2005/04/04" xmlns:ns2="http://xml.avaya.com/ws/session"><SOAP-ENV:Header><ns2:sessionID SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next">8d407c0ce600598a7434a47318b10647</ns2:sessionID></SOAP-ENV:Header><SOAP-ENV:Body><ns1:submitRequest><model>Station</model><operation>change</operation><objectname></objectname><qualifier>32132</qualifier><fields>Direct_IP_IP_Audio_Connections=y</fields></ns1:submitRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>\n
ssl_error_log:[Tue Mar 03 09:44:59 2009] [error] [client 135.8.117.121] PHP: Tue Mar 3 09:44:59 2009: Request: \n<?xml version="1.0" encoding="UTF-8"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xml.avaya.com/ws/SystemManagementService/2005/04/04" xmlns:ns2="http://xml.avaya.com/ws/session"><SOAP-ENV:Header><ns2:sessionID SOAP-ENV:mustUnderstand="1" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next">8d407c0ce600598a7434a47318b10647</ns2:sessionID></SOAP-ENV:Header><SOAP-ENV:Body><ns1:submitRequest><model>Station</model><operation>display</operation><objectname></objectname><qualifier>32132</qualifier><fields>Direct_IP_IP_Audio_Connections</fields></ns1:submitRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>\n
Go to:   
Mobile view