Cisco 7975G and XML options for G722

View: New views
7 Messages — Rating Filter:   Alert me  

Cisco 7975G and XML options for G722

by Brian West-3 :: Rate this Message:

| View Threaded | Show Only this Message

I'm digging for the option in the XML to enable G722 on the 7975G, It  
says "Enterprise Advertise G.722, Disabled", "Device Advertise G.722,  
Use System Default"  So what options to turn G722 on?  Anyone? Anyone?

Thanks,
/b



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Re: Cisco 7975G and XML options for G722

by Ron McCarthy :: Rate this Message:

| View Threaded | Show Only this Message

Wow, can't even find the tech doc via my CCO login even. Gotta love Cisco and the support for SIP...

Probably have to find someone with CCM and look at a config that CCM made up, as that should have it if they enabled for the phone.



On Sat, Jan 31, 2009 at 6:12 PM, Brian West <brian@...> wrote:
I'm digging for the option in the XML to enable G722 on the 7975G, It
says "Enterprise Advertise G.722, Disabled", "Device Advertise G.722,
Use System Default"  So what options to turn G722 on?  Anyone? Anyone?

Thanks,
/b



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Re: Cisco 7975G and XML options for G722

by Brian West-3 :: Rate this Message:

| View Threaded | Show Only this Message

I found it finally.   Now if I had the full XML I could pick apart for  
all the options that would help too.

/b

On Jan 31, 2009, at 11:15 PM, Ron McCarthy wrote:

> Wow, can't even find the tech doc via my CCO login even. Gotta love  
> Cisco and the support for SIP...
>
> Probably have to find someone with CCM and look at a config that CCM  
> made up, as that should have it if they enabled for the phone.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Re: Cisco 7975G and XML options for G722

by peder@networkoblivion.com :: Rate this Message:

| View Threaded | Show Only this Message

I have an xml config file for the 79x1, but there is no mention of
wideband and/or g722.  I found a doc on CCO that says that the 7941 and
7961 support g722 for sccp and sip, so if you find some xml that
mentions g722, I would appreciate seeing it as I have a couple of those
phones.  I know there is a "<preferredCodec></preferredCodec>" entry, so
maybe you just add it there like on the 79x0 versions 'preferred_codec:
"g729"'.

Peder


Brian West wrote:

> I found it finally.   Now if I had the full XML I could pick apart for  
> all the options that would help too.
>
> /b
>
> On Jan 31, 2009, at 11:15 PM, Ron McCarthy wrote:
>
>> Wow, can't even find the tech doc via my CCO login even. Gotta love  
>> Cisco and the support for SIP...
>>
>> Probably have to find someone with CCM and look at a config that CCM  
>> made up, as that should have it if they enabled for the phone.
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users@...
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
'

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Re: Cisco 7975G and XML options for G722

by Brian West-3 :: Rate this Message:

| View Threaded | Show Only this Message

Cisco 7970 and the G.722 codecThe G.722 codec is disabled by default  
on the 7970G phone.

- To enable the G722 codec, add the following line inside of the  
<vendorConfig> context:
        <g722CodecSupport>2</g722CodecSupport>

- Add the following line within the <device> context:
        <advertiseG722Codec>1</advertiseG722Codec>

On a config generated by CUCM 6, the 'advertiseG722Codec' context  
usually appears on a new line following the <encrConfig /> context.

- It is also useful to add the following lines inside of the  
<vendorConfig> context, but these are purely optional:
        <headsetWidebandUIControl>0</headsetWidebandUIControl>
        <handsetWidebandUIControl>0</handsetWidebandUIControl>
        <headsetWidebandEnable>0</headsetWidebandEnable>
        <handsetWidebandEnable>1</handsetWidebandEnable>

 From voip-info.

/b

On Feb 1, 2009, at 12:03 PM, peder@... wrote:

> I have an xml config file for the 79x1, but there is no mention of
> wideband and/or g722.  I found a doc on CCO that says that the 7941  
> and
> 7961 support g722 for sccp and sip, so if you find some xml that
> mentions g722, I would appreciate seeing it as I have a couple of  
> those
> phones.  I know there is a "<preferredCodec></preferredCodec>"  
> entry, so
> maybe you just add it there like on the 79x0 versions  
> 'preferred_codec:
> "g729"'.
>
> Peder
>
>
> Brian West wrote:
>> I found it finally.   Now if I had the full XML I could pick apart  
>> for
>> all the options that would help too.
>>
>> /b
>>
>> On Jan 31, 2009, at 11:15 PM, Ron McCarthy wrote:
>>
>>> Wow, can't even find the tech doc via my CCO login even. Gotta love
>>> Cisco and the support for SIP...
>>>
>>> Probably have to find someone with CCM and look at a config that CCM
>>> made up, as that should have it if they enabled for the phone.
>>
>>
>> _______________________________________________
>> Freeswitch-users mailing list
>> Freeswitch-users@...
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
> '
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users@...
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Re: Cisco 7975G and XML options for G722

by Brian West-3 :: Rate this Message:

| View Threaded | Show Only this Message

Why yes it does ;)

/b

On Feb 1, 2009, at 2:55 PM, Gabriel Kuri wrote:

> 722


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Re: Cisco 7975G and XML options for G722

by Gabriel Kuri-2 :: Rate this Message:

| View Threaded | Show Only this Message

I don't know if this helps, but I attached a config file generated by
CUCM for a 7975. I don't believe CUCM writes out all the possible config
options into the XML file, although it does write out quite a bit.

If you're looking for another option, let me know and I can see if I can
enable it and write out the config again.

Gabe



Brian West wrote:

> I found it finally.   Now if I had the full XML I could pick apart for  
> all the options that would help too.
>
> /b
>
> On Jan 31, 2009, at 11:15 PM, Ron McCarthy wrote:
>
>> Wow, can't even find the tech doc via my CCO login even. Gotta love  
>> Cisco and the support for SIP...
>>
>> Probably have to find someone with CCM and look at a config that CCM  
>> made up, as that should have it if they enabled for the phone.
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users@...
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


<?xml version="1.0" encoding="UTF-8"?>
<device  xsi:type="axl:XIPPhone" ctiid="5" uuid="{22e5779f-c4dd-dc50-68b9-5fb30997689a}">
<fullConfig>true</fullConfig>
<deviceProtocol>SIP</deviceProtocol>
<sshUserId></sshUserId>
<sshPassword></sshPassword>
<devicePool  uuid="{1b1b9eb6-7803-11d3-bdf0-00108302ead1}">
<revertPriority>0</revertPriority>
<name>Default</name>
<dateTimeSetting  uuid="{9ec4850a-7748-11d3-bdf0-00108302ead1}">
<name>CMLocal</name>
<dateTemplate>M/D/Y</dateTemplate>
<timeZone>Greenwich Standard Time</timeZone>
</dateTimeSetting>
<callManagerGroup>
<name>Default</name>
<tftpDefault>true</tftpDefault>
<members>
<member  priority="0">
<callManager>
<name>callmanager</name>
<description>callmanager</description>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<sipPort>5060</sipPort>
<securedSipPort>5061</securedSipPort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName>callmanager</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<srstInfo  uuid="{cd241e11-4a58-4d3d-9661-f06c912a18a3}">
<name>Disable</name>
<srstOption>Disable</srstOption>
<userModifiable>false</userModifiable>
<ipAddr1></ipAddr1>
<port1>2000</port1>
<ipAddr2></ipAddr2>
<port2>2000</port2>
<ipAddr3></ipAddr3>
<port3>2000</port3>
<sipIpAddr1></sipIpAddr1>
<sipPort1>5060</sipPort1>
<sipIpAddr2></sipIpAddr2>
<sipPort2>5060</sipPort2>
<sipIpAddr3></sipIpAddr3>
<sipPort3>5060</sipPort3>
<isSecure>false</isSecure>
</srstInfo>
<mlppDomainId>-1</mlppDomainId>
<mlppIndicationStatus>Default</mlppIndicationStatus>
<preemption>Default</preemption>
<connectionMonitorDuration>120</connectionMonitorDuration>
</devicePool>
<sipProfile>
<sipProxies>
<backupProxy>USECALLMANAGER</backupProxy>
<backupProxyPort>5060</backupProxyPort>
<emergencyProxy>USECALLMANAGER</emergencyProxy>
<emergencyProxyPort>5060</emergencyProxyPort>
<outboundProxy>USECALLMANAGER</outboundProxy>
<outboundProxyPort>5060</outboundProxyPort>
<registerWithProxy>true</registerWithProxy>
</sipProxies>
<sipCallFeatures>
<cnfJoinEnabled>true</cnfJoinEnabled>
<callForwardURI>x-cisco-serviceuri-cfwdall</callForwardURI>
<callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
<callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
<callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI>
<meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
<abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
<rfc2543Hold>false</rfc2543Hold>
<callHoldRingback>2</callHoldRingback>
<localCfwdEnable>true</localCfwdEnable>
<semiAttendedTransfer>true</semiAttendedTransfer>
<anonymousCallBlock>2</anonymousCallBlock>
<callerIdBlocking>2</callerIdBlocking>
<dndControl>0</dndControl>
<remoteCcEnable>true</remoteCcEnable>
<retainForwardInformation>false</retainForwardInformation>
</sipCallFeatures>
<sipStack>
<sipInviteRetx>6</sipInviteRetx>
<sipRetx>10</sipRetx>
<timerInviteExpires>180</timerInviteExpires>
<timerRegisterExpires>3600</timerRegisterExpires>
<timerRegisterDelta>5</timerRegisterDelta>
<timerKeepAliveExpires>120</timerKeepAliveExpires>
<timerSubscribeExpires>120</timerSubscribeExpires>
<timerSubscribeDelta>5</timerSubscribeDelta>
<timerT1>500</timerT1>
<timerT2>4000</timerT2>
<maxRedirects>70</maxRedirects>
<remotePartyID>true</remotePartyID>
<userInfo>None</userInfo>
</sipStack>
<autoAnswerTimer>1</autoAnswerTimer>
<autoAnswerAltBehavior>false</autoAnswerAltBehavior>
<autoAnswerOverride>true</autoAnswerOverride>
<transferOnhookEnabled>false</transferOnhookEnabled>
<enableVad>false</enableVad>
<preferredCodec>none</preferredCodec>
<dtmfAvtPayload>101</dtmfAvtPayload>
<dtmfDbLevel>3</dtmfDbLevel>
<dtmfOutofBand>avt</dtmfOutofBand>
<kpml>3</kpml>
<alwaysUsePrimeLine>false</alwaysUsePrimeLine>
<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
<phoneLabel></phoneLabel>
<stutterMsgWaiting>2</stutterMsgWaiting>
<callStats>false</callStats>
<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer>
<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
<disableLocalSpeedDialConfig>true</disableLocalSpeedDialConfig>
<poundEndOfDial>false</poundEndOfDial>
<startMediaPort>16384</startMediaPort>
<stopMediaPort>32766</stopMediaPort>
<sipLines></sipLines>
<externalNumberMask></externalNumberMask>
<voipControlPort>5060</voipControlPort>
<dscpForAudio>184</dscpForAudio>
<dscpVideo>136</dscpVideo>
<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
<dialTemplate></dialTemplate>
<softKeyFile>SK72f64050-7ad5-4b47-9bfa-5e9ad9cd4aa9.xml</softKeyFile>
</sipProfile>
<commonProfile>
<phonePassword></phonePassword>
<backgroundImageAccess>true</backgroundImageAccess>
<callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>
<loadInformation>SIP75.8-3-4SR1S</loadInformation>
<vendorConfig>
<disableSpeaker>false</disableSpeaker><disableSpeakerAndHeadset>false</disableSpeakerAndHeadset><forwardingDelay>1</forwardingDelay><pcPort>0</pcPort><settingsAccess>1</settingsAccess><garp>1</garp><voiceVlanAccess>0</voiceVlanAccess><videoCapability>0</videoCapability><autoSelectLineEnable>0</autoSelectLineEnable><webAccess>0</webAccess><daysDisplayNotActive>1,7</daysDisplayNotActive><displayOnTime>07:30</displayOnTime><displayOnDuration>10:30</displayOnDuration><displayIdleTimeout>01:00</displayIdleTimeout><spanToPCPort>1</spanToPCPort><loggingDisplay>1</loggingDisplay><loadServer></loadServer><recordingTone>0</recordingTone><recordingToneLocalVolume>100</recordingToneLocalVolume><recordingToneRemoteVolume>50</recordingToneRemoteVolume><recordingToneDuration></recordingToneDuration><displayOnWhenIncomingCall>0</displayOnWhenIncomingCall><rtcp>0</rtcp><moreKeyReversionTimer>5</moreKeyReversionTimer><autoCallSelect>1</autoCallSelect><logServer></logServer><g722CodecSupport>0</g722CodecSupport><headsetWidebandUIControl>0</headsetWidebandUIControl><headsetWidebandEnable>0</headsetWidebandEnable><peerFirmwareSharing>0</peerFirmwareSharing><enableCdpSwPort>1</enableCdpSwPort><enableCdpPcPort>1</enableCdpPcPort><enableLldpSwPort>1</enableLldpSwPort><enableLldpPcPort>1</enableLldpPcPort><lldpAssetId></lldpAssetId><powerPriority>0</powerPriority><ehookEnable>0</ehookEnable></vendorConfig>
<versionStamp>1233511147-9574729f-cd08-4f4a-b463-947489b7aa00</versionStamp>
<userLocale>
<name>English_United_States</name>
<uid>1</uid>
<langCode>en_US</langCode>
<version>6.0.1.1(2)</version>
<winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale>United_States</networkLocale>
<networkLocaleInfo>
<name>United_States</name>
<uid>64</uid>
<version>6.0.1.1(2)</version>
</networkLocaleInfo>
<deviceSecurityMode>1</deviceSecurityMode>
<idleTimeout>0</idleTimeout>
<authenticationURL>http://callmanager:8080/ccmcip/authenticate.jsp</authenticationURL>
<directoryURL>http://callmanager:8080/ccmcip/xmldirectory.jsp</directoryURL>
<idleURL></idleURL>
<informationURL>http://callmanager:8080/ccmcip/GetTelecasterHelpText.jsp</informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<servicesURL>http://callmanager:8080/ccmcip/getservicesmenu.jsp</servicesURL>
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
<transportLayerProtocol>4</transportLayerProtocol>
<dndCallAlert>5</dndCallAlert>
<phonePersonalization>0</phonePersonalization>
<singleButtonBarge>0</singleButtonBarge>
<joinAcrossLines>0</joinAcrossLines>
<capfAuthMode>0</capfAuthMode>
<capfList>
<capf>
<phonePort>3804</phonePort>
<processNodeName></processNodeName>
</capf>
</capfList>
<certHash></certHash>
<encrConfig>false</encrConfig>
<advertiseG722Codec>1</advertiseG722Codec>
<mobility>
<handoffdn></handoffdn>
<dtmfdn></dtmfdn>
<ivrdn></ivrdn>
<dtmfHoldCode>*81</dtmfHoldCode>
<dtmfExclusiveHoldCode>*82</dtmfExclusiveHoldCode>
<dtmfResumeCode>*83</dtmfResumeCode>
<dtmfTxfCode>*84</dtmfTxfCode>
<dtmfCnfCode>*85</dtmfCnfCode>
</mobility>
</device>


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@...
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org