Now that I have incoming/outgoing calls working properly, I will try to figure out how to do this tracing lark.. Regarding the g.729 support, I do realise that it's just passing through, but AFAIK for freeswitch to do this, it still needs mod_g729.so (as opposed to mod_com_g729.so) but it is helpful to know that the relaying is done by sipXrelay. At least that gives me a pointer with regard to grepping logfiles. I had assumed that sipX was using freeswitch for the pass-through relaying/bridging, but now you've explained about sipXrelay.. or is sipXrelay built out of freeswitch anyway? hrmm. quick question: does sipXrelay/sipXbridge have anything to do with freeswitch at all, and does freeswitch's mod_g729.so (free, pass-through only g.729) module have any effect on whether pass-through G.729 works? (IP hardphone ->sipXbridge -> ITSP trunk)?
cheers, Carl ________________________________________ From: [email protected] [[email protected]] on behalf of Douglas Hubler [[email protected]] Sent: 18 May 2011 19:08 To: Discussion list for users of sipXecs software Subject: Re: [sipx-users] how to monitor call status & codec used on sipXbridge call ? On Wed, May 18, 2011 at 7:23 AM, Carl Farrington <[email protected]> wrote: > Hi. I now have a trunk set up, and can make outgoing calls. > I am using the sipXbridge (Use built-in SIP Trunk SBC = yes). > I'm still a little confused by all the multitude of SIP > servers/proxies/clients running together. > I entered fs_cli and could not see any active calls. > I just want to see if g.729 pass-through is being used. > Any tips ? Additional tips beyond Dale's 1.) for phone to phone calls thru sipXbridge, sipXbridge does not need support g729 explicitly because sipXbridge is not decoding it, only passing the media thru. (Technically, sipXbridge isn't even passing it thru, it delegates that to sipXrelay, but you get the idea.) 2.) Only calls that handle media such as AA, VM or Conferences would show up in fs_cli. Even then, to see g729 processing, you have to have installed g729 support in Freeswitch which can be very tricky. Have you done this? There are instructions on the wiki. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/ _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
