VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
peter.olsson at vision... Guest
|
Posted: Fri May 29, 2009 5:33 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
After using the latest trunk revisions I get no audio anymore. The last working build I have is about 5 days ago. I havn’t upgraded until today, so I don’t know exactly when this happened.
I’ve noticed quite a few changes on the RTP stack, beacuse of the implementation om ZRTP, and I guess it’s somewhere around this time when it happened. How to continue debugging on this issue? I have both a working version of FS (compiled 5 days ago), and a broken one (compiled today), so I can test this very easily, and everything is on a non live server.
The conf-dir is the same between the revisions.
The calls I’m trying to do is both directly to FS (voicemail or similar applications), and aslo calls to another SIP-trunk, to PSTN (media stream is sent through FS).
Regards,
Peter |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Fri May 29, 2009 8:23 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
the upgrade changed the switch_frame structure so most likely you did not do "make current" as we always recommend.
Try that......
On Fri, May 29, 2009 at 5:46 AM, Jason White <jason@jasonjgw.net (jason@jasonjgw.net)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Fri May 29, 2009 8:26 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
Nope its not a sofia issue... its build skew
/b
On May 29, 2009, at 8:24 AM, Peter Olsson wrote:
Quote: | I've looked into this a bit more now, and I think it is a sofia issue, I will look trough the changes in sofia since I had the last working configuration, and see if I find anything.
/Peter |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Fri May 29, 2009 8:37 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
Its called build skew... we added an extra_data element to the frame struct. Please do a fresh checkout and build.
/b
On May 29, 2009, at 5:46 AM, Jason White wrote:
Quote: | Peter Olsson <peter.olsson@visionutveckling.se (peter.olsson@visionutveckling.se)> wrote:
Quote: | After using the latest trunk revisions I get no audio anymore. The last
working build I have is about 5 days ago. I havn't upgraded until today, so
I don't know exactly when this happened.
|
You could always check out some intermediate revisions, compile them, and see
if they work. This will enable you to find out exactly which revision
introduced the problem.
The correct way to do this is as a binary search. In the git revision control
system, this is partially automated as the bisect command. Even though
FreeSWITCH uses Subversion rather than Git, you can still perform the
bisect manually by checking out particular revisions by number.
svn update -r <revision number>
should do it.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Fri May 29, 2009 8:43 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
when you say "i did that"
you typed "make current" to rebuild?
or you are assuming your successful compile is the same effect as cleaning the 100 object files
that have the wrong data structure in them so the audio data they really seek is 8 bytes offset from where they think they are
until they are deleted and recompiled by the make current command?
The coincidental side-effect of this is no audio in any rtp streams...... *shrug* or you can continue to update more and more revisions
on top of each other and end up with even worse build skew.
We tried 3 times to tell you that's plenty......
On Fri, May 29, 2009 at 8:28 AM, Peter Olsson <peter.olsson@visionutveckling.se (peter.olsson@visionutveckling.se)> wrote:
Quote: |
I did that, and it compiles fine. It’s just not working But as I said in my last post, I think it could also be related to sofia, when using h323 it works... However – maybe I’m using opal’s RTP stream by then..?
I’ll get some logs for the scenario, and if I don’t find a solution I’ll start a new issue on jira.
/Peter
Från: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] För Brian West
Skickat: den 29 maj 2009 15:17
Till: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Its called build skew... we added an extra_data element to the frame struct. Please do a fresh checkout and build.
/b
On May 29, 2009, at 5:46 AM, Jason White wrote:
Peter Olsson <peter.olsson@visionutveckling.se (peter.olsson@visionutveckling.se)> wrote:
After using the latest trunk revisions I get no audio anymore. The last Quote: |
working build I have is about 5 days ago. I havn't upgraded until today, so
I don't know exactly when this happened. |
You could always check out some intermediate revisions, compile them, and see
if they work. This will enable you to find out exactly which revision
introduced the problem.
The correct way to do this is as a binary search. In the git revision control
system, this is partially automated as the bisect command. Even though
FreeSWITCH uses Subversion rather than Git, you can still perform the
bisect manually by checking out particular revisions by number.
svn update -r <revision number>
should do it.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com
!DSPAM:4a1fe21a32931540574738!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Fri May 29, 2009 8:47 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
did you delete the binaries from /usr/local/freeswitch/bin , lib and mod too ?
On Fri, May 29, 2009 at 8:33 AM, Peter Olsson <peter.olsson@visionutveckling.se (peter.olsson@visionutveckling.se)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
peter.olsson at vision... Guest
|
Posted: Fri May 29, 2009 8:52 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
I've looked into this a bit more now, and I think it is a sofia issue, I will look trough the changes in sofia since I had the last working configuration, and see if I find anything.
/Peter
-----Ursprungligt meddelande-----
Från: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] För Jason White
Skickat: den 29 maj 2009 12:47
Till: freeswitch-users@lists.freeswitch.org
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Peter Olsson <peter.olsson@visionutveckling.se> wrote:
Quote: | After using the latest trunk revisions I get no audio anymore. The last
working build I have is about 5 days ago. I havn't upgraded until today, so
I don't know exactly when this happened.
|
You could always check out some intermediate revisions, compile them, and see
if they work. This will enable you to find out exactly which revision
introduced the problem.
The correct way to do this is as a binary search. In the git revision control
system, this is partially automated as the bisect command. Even though
FreeSWITCH uses Subversion rather than Git, you can still perform the
bisect manually by checking out particular revisions by number.
svn update -r <revision number>
should do it.
_______________________________________________
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
!DSPAM:4a1fbe7332937861021362!
_______________________________________________
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 |
|
|
mike at jerris.com Guest
|
Posted: Fri May 29, 2009 12:42 pm Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
Can you try to do a binary search and nail down the exact version that caused this issue and then file a bug on http://jira.freeswitch.org.
Thanks
Mike
On May 29, 2009, at 9:55 AM, Peter Olsson wrote:
Quote: | I’m on Windows, so I have everything under my fs directory, but I deleted the complete directory and did everything from scratch...
/Peter
Från: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] För Anthony Minessale
Skickat: den 29 maj 2009 15:46
Till: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
did you delete the binaries from /usr/local/freeswitch/bin , lib and mod too ?
On Fri, May 29, 2009 at 8:33 AM, Peter Olsson <peter.olsson@visionutveckling.se (peter.olsson@visionutveckling.se)> wrote:
Nope – it’s not
Just to make sure I even deleted the source completely, and checked everything out again.
Från: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] För Brian West
Skickat: den 29 maj 2009 15:26
Till: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Nope its not a sofia issue... its build skew
On May 29, 2009, at 8:24 AM, Peter Olsson wrote:
I've looked into this a bit more now, and I think it is a sofia issue, I will look trough the changes in sofia since I had the last working configuration, and see if I find anything.
/Peter
|
|
|
Back to top |
|
|
peter.olsson at vision... Guest
|
Posted: Sat May 30, 2009 1:59 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
I'll try to do this during this weekend.
I've looked through the SNV logs, and I really can't find a good reason for this to happen. And when looking into wireshark I can see RTP audio flowing from FS to my SIP phone, but not in the other direction. So this still makes me wonder if something has happened to sofia (that sets up the media incorrectly)... And also when I hangup the call, it takes about a minute for FS to detect this, and it reports hangup reason unknown.
But as I said, I'll look into this a bit deeper during this weekend, and file a jira case when I have some more information.
//Peter
________________________________________
Från: freeswitch-users-bounces@lists.freeswitch.org [freeswitch-users-bounces@lists.freeswitch.org] för Michael Jerris [mike@jerris.com]
Skickat: den 29 maj 2009 19:35
Till: freeswitch-users@lists.freeswitch.org
Ämne: [SPAM] - Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Can you try to do a binary search and nail down the exact version that caused this issue and then file a bug on http://jira.freeswitch.org.
Thanks
Mike
On May 29, 2009, at 9:55 AM, Peter Olsson wrote:
I’m on Windows, so I have everything under my fs directory, but I deleted the complete directory and did everything from scratch...
/Peter
Från: freeswitch-users-bounces@lists.freeswitch.org<mailto:freeswitch-users-bounces@lists.freeswitch.org> [mailto:freeswitch-users-bounces@lists.freeswitch.org] För Anthony Minessale
Skickat: den 29 maj 2009 15:46
Till: freeswitch-users@lists.freeswitch.org<mailto:freeswitch-users@lists.freeswitch.org>
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
did you delete the binaries from /usr/local/freeswitch/bin , lib and mod too ?
On Fri, May 29, 2009 at 8:33 AM, Peter Olsson <peter.olsson@visionutveckling.se<mailto:peter.olsson@visionutveckling.se>> wrote:
Nope – it’s not
Just to make sure I even deleted the source completely, and checked everything out again.
Från: freeswitch-users-bounces@lists.freeswitch.org<mailto:freeswitch-users-bounces@lists.freeswitch.org> [mailto:freeswitch-users-bounces@lists.freeswitch.org<mailto:freeswitch-users-bounces@lists.freeswitch.org>] För Brian West
Skickat: den 29 maj 2009 15:26
Till: freeswitch-users@lists.freeswitch.org<mailto:freeswitch-users@lists.freeswitch.org>
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Nope its not a sofia issue... its build skew
On May 29, 2009, at 8:24 AM, Peter Olsson wrote:
I've looked into this a bit more now, and I think it is a sofia issue, I will look trough the changes in sofia since I had the last working configuration, and see if I find anything.
/Peter
!DSPAM:4a201fa932931035648682!
_______________________________________________
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 |
|
|
peter.olsson at vision... Guest
|
Posted: Mon Jun 01, 2009 5:01 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
Here is an update for this issue (SFSIP-149). I've raised a jira case for this. It was not a RTP problem, the problem is caused by the new "P-Asserted-Identity:"-header added in r13492. This causes my connected PBX not to ACK/accept the 200 OK sent from FS, and the call is never answered. FS still thinks it's answered though, and starts to send RTP data to the other end.
/Peter
-----Ursprungligt meddelande-----
Från: Peter Olsson
Skickat: den 30 maj 2009 09:01
Till: freeswitch-users@lists.freeswitch.org
Ämne: FW: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
And just to be clear, even though media flows in one direction (from FS to phone), I get no audio at all.
And by the way, I mean SVN, not SNV Sorry for double posting...
/Peter
________________________________________
Från: Peter Olsson
Skickat: den 30 maj 2009 08:58
Till: freeswitch-users@lists.freeswitch.org
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
I'll try to do this during this weekend.
I've looked through the SNV logs, and I really can't find a good reason for this to happen. And when looking into wireshark I can see RTP audio flowing from FS to my SIP phone, but not in the other direction. So this still makes me wonder if something has happened to sofia (that sets up the media incorrectly)... And also when I hangup the call, it takes about a minute for FS to detect this, and it reports hangup reason unknown.
But as I said, I'll look into this a bit deeper during this weekend, and file a jira case when I have some more information.
//Peter
________________________________________
Från: freeswitch-users-bounces@lists.freeswitch.org [freeswitch-users-bounces@lists.freeswitch.org] för Michael Jerris [mike@jerris.com]
Skickat: den 29 maj 2009 19:35
Till: freeswitch-users@lists.freeswitch.org
Ämne: [SPAM] - Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Can you try to do a binary search and nail down the exact version that caused this issue and then file a bug on http://jira.freeswitch.org.
Thanks
Mike
On May 29, 2009, at 9:55 AM, Peter Olsson wrote:
I'm on Windows, so I have everything under my fs directory, but I deleted the complete directory and did everything from scratch...
/Peter
Från: freeswitch-users-bounces@lists.freeswitch.org<mailto:freeswitch-users-bounces@lists.freeswitch.org> [mailto:freeswitch-users-bounces@lists.freeswitch.org] För Anthony Minessale
Skickat: den 29 maj 2009 15:46
Till: freeswitch-users@lists.freeswitch.org<mailto:freeswitch-users@lists.freeswitch.org>
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
did you delete the binaries from /usr/local/freeswitch/bin , lib and mod too ?
On Fri, May 29, 2009 at 8:33 AM, Peter Olsson <peter.olsson@visionutveckling.se<mailto:peter.olsson@visionutveckling.se>> wrote:
Nope - it's not
Just to make sure I even deleted the source completely, and checked everything out again.
Från: freeswitch-users-bounces@lists.freeswitch.org<mailto:freeswitch-users-bounces@lists.freeswitch.org> [mailto:freeswitch-users-bounces@lists.freeswitch.org<mailto:freeswitch-users-bounces@lists.freeswitch.org>] För Brian West
Skickat: den 29 maj 2009 15:26
Till: freeswitch-users@lists.freeswitch.org<mailto:freeswitch-users@lists.freeswitch.org>
Ämne: Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Nope its not a sofia issue... its build skew
On May 29, 2009, at 8:24 AM, Peter Olsson wrote:
I've looked into this a bit more now, and I think it is a sofia issue, I will look trough the changes in sofia since I had the last working configuration, and see if I find anything.
/Peter
!DSPAM:4a201fa932931035648682!
_______________________________________________
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 |
|
|
kristian.kielhofner at... Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
peter.olsson at vision... Guest
|
Posted: Mon Jun 01, 2009 8:37 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
Thanks for the reply!
Will this really help though? From what I understand of the change that breaks the compatibility, it will always send this header in the "200 OK" message (my problem is incoming calls to FS). The fix you're describing, isn't it when calling from FS to the other end? This way it works either way, it's just when the PBX gets this in the 200 OK message with this header that it stops working.
/Peter
-----Ursprungligt meddelande-----
Från: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] För Kristian Kielhofner
Skickat: den 1 juni 2009 15:20
Till: freeswitch-users@lists.freeswitch.org
Ämne: [SPAM] - Re: [Freeswitch-users] Something broken in RTP in latest trunk (r13502)?
Peter,
Ouch. Your PBX is broken. It shouldn't do that.
Luckily FreeSWITCH provides a way to select RPID/PAI/none:
http://wiki.freeswitch.org/wiki/Channel_Variables#SDP_Manipulation
On Mon, Jun 1, 2009 at 5:57 AM, Peter Olsson
<peter.olsson@visionutveckling.se> wrote:
Quote: | Here is an update for this issue (SFSIP-149). I've raised a jira case for this. It was not a RTP problem, the problem is caused by the new "P-Asserted-Identity:"-header added in r13492. This causes my connected PBX not to ACK/accept the 200 OK sent from FS, and the call is never answered. FS still thinks it's answered though, and starts to send RTP data to the other end.
/Peter
|
--
Kristian Kielhofner
http://www.astlinux.org
http://blog.krisk.org
http://www.star2star.com
http://www.submityoursip.com
http://www.voalte.com
_______________________________________________
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
!DSPAM:4a23d69e32932135138353!
_______________________________________________
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: Mon Jun 01, 2009 8:38 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
I'll fix it where it won't do it on anything but polycom.
/b
On Jun 1, 2009, at 8:32 AM, Peter Olsson wrote:
Quote: | Thanks for the reply!
Will this really help though? From what I understand of the change that breaks the compatibility, it will always send this header in the "200 OK" message (my problem is incoming calls to FS). The fix you're describing, isn't it when calling from FS to the other end? This way it works either way, it's just when the PBX gets this in the 200 OK message with this header that it stops working.
/Peter
|
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Jun 01, 2009 8:48 am Post subject: [Freeswitch-users] Something broken in RTP in latest trunk ( |
|
|
Your PBX is broken but now I have fixed it to only do that feature with Polycom for now.
/b
On Jun 1, 2009, at 8:32 AM, Peter Olsson wrote:
Quote: | Thanks for the reply!
Will this really help though? From what I understand of the change that breaks the compatibility, it will always send this header in the "200 OK" message (my problem is incoming calls to FS). The fix you're describing, isn't it when calling from FS to the other end? This way it works either way, it's just when the PBX gets this in the 200 OK message with this header that it stops working.
/Peter |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
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
|