Configure MyIC as Business user with OXE R

Post Reply
sherif
Member
Posts: 40
Joined: 01 Jul 2008 15:59
Location: Egypt

Configure MyIC as Business user with OXE R

Post by sherif »

Hi

I need to configure MyIC as a business user with OXE Release 10.0.
So can any one provide me with templates for the following files

Config.mac-address.xml
Profile.mac-address.xml
sipdata.mac-address.xml

Thanks
alex12555

Re: Configure MyIC as Business user with OXE R

Post by alex12555 »

Here you are, but without guarantee ;-)
For me it is so "almost" perfect without the 8770!

I would only like to do the Factory Default on the 8082!

Have fun Alex


config.mac.xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<settings>
	<setting id="DmEnetcfgSipFile" value="/sipdata.mac.xml" override="true"/>
	<setting id="DmEnetcfgOptionalFile" value="/config/custom.xml" override="true"/>
	<setting id="DmEnetcfgUpgradeFile" value="/config/profile.xml" override="true"/>
	
	<!-- NTP IP Address (CallServer) -->
	<setting id="DmEnetcfgSntp" value="xx.xx.xx.xx" override="true"/>
	
	<!-- Admin Password -->
	<setting id="DmAdminPasswd" value="*tx8000#" override="true"/>
	
	<!-- Enable SSH -->
	<setting id="DmSecucfgSsh" value="true" override="true"/>
	
	<setting id="DmAdmcfgUpdatePollingEnable" value="true" override="true"/>
	<setting id="DmAdmcfgUpdatePollingTimeout" value="3600" override="true"/>
	
	<setting id="DmAdmcfgCfgfilePollingEnable" value="true" override="true"/>
	<setting id="DmAdmcfgCfgfilePollingTimeout" value="200" override="true"/>
	
	<setting id="DmAdmcfgUpdateTimeEnable" value="true" override="true"/>
	<setting id="DmAdmcfgUpdateTimeStart" value="03:30" override="true"/>
	<setting id="DmAdmcfgUpdateTimeDelta" value="10" override="true"/>
	
	<setting id="CurrentEnetcfgSntpRefreshPeriod" value="3600" override="true"/>
	
	<!-- PC LAN Port Disabled / Enable -->
	<setting  id="LocalEthlcfgPcEnable" override="true" value="true" />
	
	
	
	
	<setting id="DmAdmcfgTimeZone" value="Europe/Brussels" override="true"/>
	
	<setting id="RegularResetActive" value="true" override="true"/>
	<setting id="RegularResetSchedule" value="7200" override="true"/>
</settings>
profile.mac.xml:

Code: Select all

<?xml version="1.0"?>
<profile>
	<name>Official BO</name>
	<key>./key.xml</key>
	<component>
		<name>weather</name>
		<version>0.0.1.1</version>
		<url>/config/repository/Weather-0.0.1.1.signed.zip_content/index.xml.weather.0.0.1.1.signed</url>
		<checksum type="md5">05a9ba3792b38e10e0432ef217afae95</checksum>
	</component>
	<component>
		<name>MyICPhone_8082_Release R250.01.010.3</name>
		<version>R250.01.010.3</version>
		<url>/config/repository/ICTouch_VHE_R250_01_010_3.zip_content/index.xml.signed</url>
		<checksum type="md5">e8fdb0de3279a8a3c6936105f21c8fae</checksum>
	</component>
</profile>
sipdata.mac.xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<settings>
	<!-- SIP UserName -->
	<setting id="SIPUserName" value="1234" override="true"/>
	<setting id="SIPDeviceUri" value="1234" override="true"/>
	<setting id="SIPAuthenticationName" value="1234" override="true"/>
	<setting id="SIPGroup1DeviceUri" value="1234" override="true"/>

	<!-- Language EN
	<setting id="Language" value="0" override="true"/> -->
	<!-- Language DE -->
	<setting id="Language" value="5" override="true"/>
	
	<!-- Call Server IP -->
	<setting id="SIPProxyAddress" value="xx.xx.xx.xx" override="true"/>
	<setting id="SIPRegistrarAddress" value="xx.xx.xx.xx" override="true"/>
	<setting id="SIPServer1Address" value="xx.xx.xx.xx" override="true"/>
	<!-- <setting id="SIPPhoneStateNotifyUri" value="xx.xx.xx.xx" override="true"/> -->
	<setting id="SIPMessageWaitingIndicationUri" value="1234@xx.xx.xx.xx" override="true"/>
	<setting id="SIPAuthenticationRealm" value="xx.xx.xx.xx" override="true"/>
	<setting id="SIPGroup1AuthenticationRealm" value="xx.xx.xx.xx" override="true"/>


	<!-- SIP Display Name -->
	<setting id="SIPDisplayName" value="Name, first name" override="true"/>
	<setting id="SIPGroup1DisplayName" value="1234" override="true"/>

	<!-- SIP Password -->
	<setting id="SIPAuthenticationPassword" value="0000" override="true"/>
	<setting id="SIPGroup1AuthenticationPassword" value="0000" override="true"/>

	<setting id="SIPPhoneStateNotifyType" value="0" override="true"/>
	<setting id="SIPMaxCall" value="2" override="true"/>
	<setting id="SIPSipTransportMode" value="0" override="true"/>

	<setting id="ComLogSize" value="50" override="false"/>
	<!-- RTP Map -->
	<!-- <setting id="SIPPreferredVocoder" value="8;0;18" override="true"/> -->

	<setting id="SIPDtmfMode" value="2" override="true"/>
	<setting id="SIPGroup1DtmfMode" value="2" override="true"/>
	<setting id="SIPUseSeplos" value="true" override="true"/>


	<setting id="SIPForwardDurationNoreply" value="20" override="true"/>
	<setting id="TelephonyHideIdentity" value="false" display="true" override="true"/>
	<setting id="AgendaDefaultAppointments" type="TEXT" maiCategory="Application" category="Agenda" display="true" override="true" value="#" />

	<!-- dialing Rules -->
	<setting id="DialingRuleCountryCode" define="default" override="true"/>
	<setting id="DialingRuleAreaCode" define="default" override="true"/>
	<setting id="DialingRuleMinNumberLength" define="default" override="true"/>
        <setting id="DialingRuleExternalPrefixExceptions" define="default" override="true"/>

</settings>
custom.xml:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<settings>
    <setting  id="HomepagePreviewMode" value="true" override="true"/>
    <setting  id="EnableWebappHotel" value="false" override="true"/>                                                                        
    <setting  id="EnableWebappVoicemail" value="8000" override="true"/>
    <setting  id="ScreenSaverDelay" override="true" value="600" />
    <setting  id="ScreenSaverBrightnessOff" override="true" value="8" />
    <setting  id="EnableEmailPreview" override="true" value="false" />
    <setting  id="EnableWebappProgkeys" override="true" value="false" />
    <setting  id="DmWebappDeploymentMode" override="true" value="OPEN" />
    <setting  id="EnableWebappWakeup" override="true" value="true" />
    <setting  id="EnableRoutingLed" override="true" value="true" />
    <setting  id="EnableAgendaCalendarPreview" override="true" value="true" />
    <setting  id="IsHelpAvailable" override="true" value="true" />
    <setting  id="ScreensaverSlideshowList" override="true" value="http://dmserver/dmictouch/pictures/myScreenSaverPicture1.jpg;http://dmserver/dmictouch/pictures/myScreenSaverPicture2.jpg;http://dmserver/dmictouch/pictures/myScreenSaverPicture3.jpg;http://dmserevr/dmictouch/pictures/myScreenSaverPicture4.jpg;http://dmserevr/dmictouch/pictures/myScreenSaverPicture5.jpg" />
    <setting  id="ScreensaverSlideshowLocked" override="true" value="false" />
    <setting  id="UserBackgroundPicture" override="true" value="http://dmserver/dmictouch/pictures/myBackgroundPicture.jpg" />
    <setting  id="SkinsList" override="true" value="Pep's,peps-Default,false#Classic,classic-Default,true#Harmony,harmony-Default,false#GreenUp,greenup-Default,false" />
    <setting  id="UserPhoto" override="true" value="http://dmserver/dmictouch/pictures/grobi1.png" />
</settings>
sherif
Member
Posts: 40
Joined: 01 Jul 2008 15:59
Location: Egypt

Re: Configure MyIC as Business user with OXE R

Post by sherif »

Thanks Alex,
it works with me,
manoj
Member
Posts: 55
Joined: 17 May 2011 10:32
Location: Africa

Re: Configure MyIC as Business user with OXE R

Post by manoj »

I want to know that how can I upload these files?
User avatar
cavagnaro
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 7013
Joined: 14 Sep 2005 19:45
Location: Brasil, Porto Alegre
Contact:

Re: Configure MyIC as Business user with OXE R

Post by cavagnaro »

DM again sir, PLEASE read documentation. Without you fully understanding the product there is nothing we can do to help you
Ignorance is not the problem, the problem is the one who doesn't want to learn

OTUC/ICS ACFE/ACSE R3.0/4.0/5.0/6.0
Certified Genesys CIV 8.5
Certified Genesys Troubleshooting 8.5
Certified Genesys BEP 8.x
Genesys Developer
skipper-com
Member
Posts: 12
Joined: 25 Jun 2008 02:14

Re: Configure MyIC as Business user with OXE R

Post by skipper-com »

Alex, would you please explain the correct setup of config server and 8082? Is it possible to use HTTP server or nor only HTTPS)? If HTTPS, how have you created CTL file and deploy it to 8082's? What URL did you use for DM configuration in 8082 (just for example)?
Thanks
skipper-com
Member
Posts: 12
Joined: 25 Jun 2008 02:14

Re: Configure MyIC as Business user with OXE R

Post by skipper-com »

skipper-com wrote:Alex, would you please explain the correct setup of config server and 8082? Is it possible to use HTTP server or nor only HTTPS)? If HTTPS, how have you created CTL file and deploy it to 8082's? What URL did you use for DM configuration in 8082 (just for example)?
Thanks
Thanks guys! No need answer more:)
I've found out that HTTP is enough for all (configs, upgrades, etc). Works fine with OXE w/o any 8770, formal DMs, OT or OXO.
alex12555

Re: Configure MyIC as Business user with OXE R

Post by alex12555 »

I'm glad! ;-)
manoj
Member
Posts: 55
Joined: 17 May 2011 10:32
Location: Africa

Re: Configure MyIC as Business user with OXE R

Post by manoj »

Hi Skipper-com,
can you give the details that how you manage 8082 without 8770 and opentouch.....
Post Reply

Return to “My IC Phone”