Have you had a look into the trace? Take a trace of the call (http://wiki.sipfoundry.org/display/sipXecs/Display+SIP+message+flow+using+S ipviewer), send it here, describe your problem in more details.. The following command may be helpful (as root): sipx-trace -a -o ~/test.xml `sipx-dialog-count /var/log/sipxpbx/sipXproxy.log | grep -i invite | sort -k 3 | tail -1 | awk '{print ($NF)}'` It'll create xml trace file test.xml in the home directory of the last invite dialog (i.e. of the last call). Rgds, Nikolay.
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Niklas > Sent: Tuesday, February 01, 2011 7:31 PM > To: [email protected] > Subject: Re: [sipx-users] Problem with calls via GW when > modifying"DefaultCaller ID" > > > Content-Type: text/plain; > charset="utf-8" > Content-Transfer-Encoding: 8bit > Organization: SipXecs Forum > In-Reply-To: <[email protected]> > X-FUDforum: 08063afcdd00a6e76393c5b9527381e8 <56534> > Message-ID: <[email protected]> > > > > Hi, > Thanks for the response. > Has someone any clue why I got this problem? > My ITSP says that we not sending any SDP part in any message > when this function is active. > > BR Niklas > _______________________________________________ > 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/
