VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
brian at freeswitch.org Guest
|
|
Back to top |
|
|
ronmccar at gmail.com Guest
|
Posted: Sun Feb 01, 2009 12:18 am Post subject: [Freeswitch-users] Cisco 7975G and XML options for G722 |
|
|
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@freeswitch.org (brian@freeswitch.org)> wrote:
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sun Feb 01, 2009 12:29 am Post subject: [Freeswitch-users] Cisco 7975G and XML options for G722 |
|
|
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:
Quote: | 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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
peder at networkoblivi... Guest
|
Posted: Sun Feb 01, 2009 1:05 pm Post subject: [Freeswitch-users] Cisco 7975G and XML options for G722 |
|
|
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:
Quote: | 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:
Quote: | 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@lists.freeswitch.org
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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sun Feb 01, 2009 1:34 pm Post subject: [Freeswitch-users] Cisco 7975G and XML options for G722 |
|
|
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@networkoblivion.com wrote:
Quote: | 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:
Quote: | 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:
Quote: | 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@lists.freeswitch.org
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@lists.freeswitch.org
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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
gkuri at ieee.org Guest
|
Posted: Sun Feb 01, 2009 1:59 pm Post subject: [Freeswitch-users] Cisco 7975G and XML options for G722 |
|
|
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:
Quote: | 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:
Quote: | 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@lists.freeswitch.org
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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|