[cisco-voip] QRT shows phone to phone calls as g.722

mike primus mprimus at gmail.com
Sat Jun 14 20:35:19 EDT 2008


It is probable that even though you are specifying the phones to use g.711
that they are using g.722.  You need to change the advertise g.722 parameter
to false to make sure the phones use g.711 within region.

Mike Primus

On Fri, Jun 13, 2008 at 4:20 PM, <cisco-voip-request at puck.nether.net> wrote:

> Send cisco-voip mailing list submissions to
>        cisco-voip at puck.nether.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://puck.nether.net/mailman/listinfo/cisco-voip
> or, via email, send a message with subject or body 'help' to
>        cisco-voip-request at puck.nether.net
>
> You can reach the person managing the list at
>        cisco-voip-owner at puck.nether.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of cisco-voip digest..."
>
>
> Today's Topics:
>
>   1. QRT shows phone to phone calls as g.722 (Pattishall, Jan)
>   2. Re: hiding AD users in Corp Directory (Pattishall, Jan)
>   3. Re: Excluding Users from Corporate Directory on 6.1
>      (Pattishall, Jan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 13 Jun 2008 17:07:18 -0400
> From: "Pattishall, Jan" <Jan.Pattishall at synergit.com>
> Subject: [cisco-voip] QRT shows phone to phone calls as g.722
> To: "cisco-voip at puck.nether.net" <cisco-voip at puck.nether.net>
> Message-ID:
>        <
> CB7131C29ECFE74698599A3EC0ECEDDC8E04705C6B at synergmail.pcsolutions.com>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi All,
>
> I am trying to troubleshoot a ccm6.x where users are complaining of calls
> to other users on the LAN are fading in and out.
>
> When looking at the QRTs both source and receiver codecs for the 7942s are
> showing up as G.722; though they are defined to use G.711 to each other.
>
> Has anyone seen this before? Is it just cosmetic?
>
> Any help is much appreciated!
>
> Jan
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://puck.nether.net/pipermail/cisco-voip/attachments/20080613/0e78c8ea/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Fri, 13 Jun 2008 17:12:38 -0400
> From: "Pattishall, Jan" <Jan.Pattishall at synergit.com>
> Subject: Re: [cisco-voip] hiding AD users in Corp Directory
> To: Scott Voll <svoll.voip at gmail.com>, Joe Cisco
>        <smetsysocsic at gmail.com>
> Cc: "cisco-voip at puck.nether.net" <cisco-voip at puck.nether.net>
> Message-ID:
>        <
> CB7131C29ECFE74698599A3EC0ECEDDC8E04705C6D at synergmail.pcsolutions.com>
>
> Content-Type: text/plain; charset="us-ascii"
>
> The only way I have learned to do this is by writing a new filter and
> applying it to Callmanager using the AXL toolkit.
>
> In our edirectory environment, we did this to only sync users who have
> something in the ipPhone field.
>
> For LDAP it looks like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <!--DTD generated by XMLSPY v5 rel. 4 U (http://www.xmlspy.com)-->
> <!DOCTYPE data [
>                <!ELEMENT data (sql+)>
>                <!ELEMENT sql EMPTY>
>                <!ATTLIST sql
>                query CDATA #IMPLIED
>                                update CDATA #IMPLIED
> >
> ]>
> <data>
>                <sql update="update ldapfilter set filter ='(ipPhone=*)'
> where tkldapserver=2"/>
>                <sql query="select * from ldapfilter where tkldapserver=2"/>
> </data>
>
> So for AD it should look like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <!--DTD generated by XMLSPY v5 rel. 4 U (http://www.xmlspy.com)-->
> <!DOCTYPE data [
>                <!ELEMENT data (sql+)>
>                <!ELEMENT sql EMPTY>
>                <!ATTLIST sql
>                query CDATA #IMPLIED
>                                update CDATA #IMPLIED
> >
> ]>
> <data>
>                <sql update="update ldapfilter set filter
> ='(&amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(ipPhone=*)))'
> where tkldapserver=1"/>
>                <sql query="select * from ldapfilter where tkldapserver=1"/>
> </data>
>
>
> Just be careful when applying it because the readme in the AXL toolkit
> isn't correct and the syntax should actually be:
>
> java -cp
> .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\mail.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xercesImpl.jar;.\lib\xml-apis.jar
> AxlSqlToolkit -username=appadmin -password=****** -host=172.31.2.104-input=ADchange2.xml
>
> From: cisco-voip-bounces at puck.nether.net [mailto:
> cisco-voip-bounces at puck.nether.net] On Behalf Of Scott Voll
> Sent: Friday, June 13, 2008 2:25 PM
> To: Joe Cisco
> Cc: cisco-voip at puck.nether.net
> Subject: Re: [cisco-voip] hiding AD users in Corp Directory
>
> more of a question then an answer, but could you only sync a particular OU
> and move the ones you want hinden to a different OU?
>
> Scott
> On Fri, Jun 13, 2008 at 10:59 AM, Joe Cisco <smetsysocsic at gmail.com
> <mailto:smetsysocsic at gmail.com>> wrote:
> UC6.1 - LDAP/Active Directory Integrated. I know I've seen how to to this
> before, but maybe a different version of CM - how can I hide particular AD
> users that I don't want listed in corporate directory?
>
> Thanks,
>
> Joe C.
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net<mailto:cisco-voip at puck.nether.net>
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://puck.nether.net/pipermail/cisco-voip/attachments/20080613/4abec93f/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Fri, 13 Jun 2008 17:20:14 -0400
> From: "Pattishall, Jan" <Jan.Pattishall at synergit.com>
> Subject: Re: [cisco-voip] Excluding Users from Corporate Directory on
>        6.1
> To: Rodr?guez Mart?nez Vicente <VRODRIGZ at reduno.com.mx>,
>        "cisco-voip at puck.nether.net" <cisco-voip at puck.nether.net>
> Message-ID:
>        <
> CB7131C29ECFE74698599A3EC0ECEDDC8E04705C6E at synergmail.pcsolutions.com>
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Vicente,
>
> Were you able to do this? Its pretty simple....
>
> Just download the AXL toolkit and put it somewhere local to your machine;
> and make sure you are running java.
>
> Write an XML file explaining what you want to do; I will put two examples
> below.
>
> Then from a command prompt; browse to the directory where you saved this
> stuff and write type in the following using your CCM server, username and
> PW.
>
> java -cp
> .\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\mail.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xercesImpl.jar;.\lib\xml-apis.jar
> AxlSqlToolkit -username=appadmin -password=****** -host=172.31.2.104-input=ADchange2.xml
>
> As far as the xml file goes;  we wrote a filter and applying it to
> Callmanager using the AXL toolkit.
>
> In our edirectory environment, we did this to only sync users who have
> something in the ipPhone field; and you can do the same for AD. Sample XML
> files are below. Note that the tkldapserver is 1 if you are doing AD
> integration and 2 if you are doing LDAP.
>
>
> For LDAP it looks like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <!--DTD generated by XMLSPY v5 rel. 4 U (http://www.xmlspy.com)-->
> <!DOCTYPE data [
>                <!ELEMENT data (sql+)>
>                <!ELEMENT sql EMPTY>
>                <!ATTLIST sql
>                query CDATA #IMPLIED
>                                update CDATA #IMPLIED
> >
> ]>
> <data>
>                <sql update="update ldapfilter set filter ='(ipPhone=*)'
> where tkldapserver=2"/>
>                <sql query="select * from ldapfilter where tkldapserver=2"/>
> </data>
>
> So for AD it should look like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <!--DTD generated by XMLSPY v5 rel. 4 U (http://www.xmlspy.com)-->
> <!DOCTYPE data [
>                <!ELEMENT data (sql+)>
>                <!ELEMENT sql EMPTY>
>                <!ATTLIST sql
>                query CDATA #IMPLIED
>                                update CDATA #IMPLIED
> >
> ]>
> <data>
>                <sql update="update ldapfilter set filter
> ='(&amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(ipPhone=*)))'
> where tkldapserver=1"/>
>                <sql query="select * from ldapfilter where tkldapserver=1"/>
> </data>
>
> Another user suggested the following XML for AD as well; which will also
> work:
>
> >
> ]>
> <data>
>                <sql update="update ldapfilter set filter
> ='(&amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(ipPhone=1*)(ipPhone=2*)(ipPhone=3*)(ipPhone=4*)(ipPhone=5*)(ipPhone=6*)(ipPhone=7*)(ipPhone=8*)(ipPhone=9*)(ipPhone=0*)))'
> where tkldapserver=1"/>
>                <sql query="select * from ldapfilter where tkldapserver=1"/>
> </data>
>
>
>
>
> From: cisco-voip-bounces at puck.nether.net [mailto:
> cisco-voip-bounces at puck.nether.net] On Behalf Of Rodr?guez Mart?nez
> Vicente
> Sent: Thursday, June 12, 2008 6:10 PM
> To: cisco-voip at puck.nether.net
> Subject: [cisco-voip] Excluding Users from Corporate Directory on 6.1
>
> Matthew J. Hughes HI I saw You edited the sql database on CUCM 6.1 I'am
> trying to do the same just like You, but I have not been able to make it
> work, is it possible that You tell me step by step how to make it work?
>  I'll appreciate Your comments thanks in advance...
>
>
>
>
> Vicente Rodriguez Martinez
> Consorcio Red Uno S.A. de C.V.
> Av Vasconcelos 451 pte
> Col Del Valle
> Garza Garcia N.L.
> Tel.-(81)83990952
> Conmutador.-(81)83990900
> Cel.-(81)8116368840
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://puck.nether.net/pipermail/cisco-voip/attachments/20080613/1b280fe3/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
> End of cisco-voip Digest, Vol 56, Issue 88
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20080614/12341e44/attachment-0001.html>


More information about the cisco-voip mailing list