VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 4:44 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
I've got 1.0.4 running with zrtp on ubuntu 9.0.4. I have 3 zrtp capable
endpoints: an xp desktop running ekiga with the 0.92 build 218 zfone client,
2 cell phones running ver 2.0.5 of the Tivi softphone: a nokia e61i (symbian
s60) and an O2 Xda Flame (windows mobile 5).
All 3 endpoints are registered with FS using the default extensions of 1000-
1003
With global_setvar zrtp_secure_media=true the zrtp negotiation between end
points happens but the SAS never matches,below is console output for a call
between 2 of the endpoints
2009-08-23 14:10:17.643073 [NOTICE] mod_sofia.c:1509 Pre-Answer
sofia/internal/1003@10.12.13.45!
2009-08-23 14:10:21.257568 [NOTICE] sofia.c:3794 Channel
[sofia/internal/sip:1000@10.12.13.166:5062] has been answered
2009-08-23 14:10:21.275521 [NOTICE] switch_ivr_originate.c:2015 Channel
[sofia/internal/1003@10.12.13.45] has been answered
2009-08-23 14:10:22.232053 [WARNING] mod_sofia.c:810 We were told to use
ptime 20 but what they meant to say was 80
This issue has so far been identified to happen on the following broken
platforms/devices:
Linksys/Sipura aka Cisco
ShoreTel
Sonus/L3
We will try to fix it but some of the devices on this list are so broken who
knows what will happen..
2009-08-23 14:11:34.496118 [NOTICE] sofia.c:322 Hangup
sofia/internal/sip:1000@10.12.13.166:5062 [CS_EXCHANGE_MEDIA]
[NORMAL_CLEARING]
2009-08-23 14:11:34.512100 [NOTICE] switch_ivr_bridge.c:1016 Hangup
sofia/internal/1003@10.12.13.45 [CS_EXECUTE] [NORMAL_CLEARING]
2009-08-23 14:11:34.552158 [NOTICE] switch_core_session.c:1086 Session 16
(sofia/internal/sip:1000@10.12.13.166:5062) Ended
2009-08-23 14:11:34.552158 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/internal/sip:1000@10.12.13.166:5062 [CS_DESTROY]
2009-08-23 14:11:34.556441 [NOTICE] switch_core_session.c:1086 Session 15
(sofia/internal/1003@10.12.13.45) Ended
2009-08-23 14:11:34.556441 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/internal/1003@10.12.13.45 [CS_DESTROY]
Of note, with the endpoints registered through the Ekiga sip server, the sas
DOES match on both ends.
With global_setvar zrtp_secure_media=false, the endpoints can't detect a zrtp
peer.
Reading the list archives hasn't enlightened me.
I see this comment from 2008
http://www.nabble.com/Freeswitch-and-Twinkle-and-ZRTP-
td18518140.html#a18518343
On Jul 17, 2008, at 4:23 PM, Michael Jerris wrote:
Quote: | it should in bypass_media or proxy_media modes. in the other modes we
are in the media path and would not know how to handle the encrypted
packets.
Mike
|
Is this still relevant? Or is there some other setting not covered here
http://wiki.freeswitch.org/wiki/ZRTP
to make this work properly? I ask firstly about this in the context of a
peer 2 peer zrtp communication between the endpoints, then secondly in the
case of FS acting as a trusted middleman as in section 2 here
http://www.zfoneproject.com/docs/asterisk/man/html/u_guide.html#passthrough
Lastly how does one implement the security enrollment as noted above with FS
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 Aug 23, 2009 5:14 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
This is because you didn't install the zrtpagent.lua script and dial
zrtp on your keypad to enroll the FS box as a trusted man in the
middle... which btw will only work with the unreleased zfone3.
/b
On Aug 23, 2009, at 4:37 PM, Harondel J. Sibble wrote:
Quote: | I've got 1.0.4 running with zrtp on ubuntu 9.0.4. I have 3 zrtp
capable
endpoints: an xp desktop running ekiga with the 0.92 build 218 zfone
client,
2 cell phones running ver 2.0.5 of the Tivi softphone: a nokia e61i
(symbian
s60) and an O2 Xda Flame (windows mobile 5).
All 3 endpoints are registered with FS using the default extensions
of 1000-
1003
With global_setvar zrtp_secure_media=true the zrtp negotiation
between end
points happens but the SAS never matches,below is console output for
a call
between 2 of the endpoints
|
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 5:45 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
Brian, okay, that answers the case with FS acting as a trusted man in the
middle, but what about in the peer to peer case? Shouldn't FS just be passing
the ztrp traffic through to the endpoints? Or am I misunderstanding how it's
supposed to work?
Secondly where would I find info about zrtpagent.lua? Doing a search for that
term on the wiki returns no results, ditto for a search of the nabble list
archives (other than your response today of course). Also ditto for a search
of the box running FS.
On 23 Aug 2009 at 17:09, Brian West wrote:
Quote: | This is because you didn't install the zrtpagent.lua script and dial
zrtp on your keypad to enroll the FS box as a trusted man in the
middle... which btw will only work with the unreleased zfone3.
/b
|
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 Aug 23, 2009 5:54 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
On Aug 23, 2009, at 5:39 PM, Harondel J. Sibble wrote:
Quote: | Brian, okay, that answers the case with FS acting as a trusted man
in the
middle, but what about in the peer to peer case? Shouldn't FS just
be passing
the ztrp traffic through to the endpoints? Or am I misunderstanding
how it's
supposed to work?
|
Nope. FreeSWITCH is a b2bua so the traffic is decrypted... and
relayed and encrypted again to the far side. Which is why you have to
use the trusted man in the middle stuff but you can't use it fully
unless you have zfone3 beta or release.
Quote: | Secondly where would I find info about zrtpagent.lua? Doing a search
for that
term on the wiki returns no results, ditto for a search of the
nabble list
archives (other than your response today of course). Also ditto for
a search
of the box running FS.
|
scripts/lua/ (in src tree)
/b
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 6:22 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
On 23 Aug 2009 at 17:48, Brian West wrote:
Quote: | Nope. FreeSWITCH is a b2bua so the traffic is decrypted... and
|
Hadn't heard that term before
http://en.wikipedia.org/wiki/Back-to-back_user_agent
that clears it up. Any plans to offer straight proxy/passthru?
Quote: | relayed and encrypted again to the far side. Which is why you have to
use the trusted man in the middle stuff but you can't use it fully
unless you have zfone3 beta or release.
|
Which explains the mismatched sas on each end. Okay got it.
Quote: | scripts/lua/ (in src tree)
|
ahh, it's zrtp_agent.lua which is why I didn't find it. I'll add that into
the mix and cross my fingers that zfone3 gets released soon along with it's
inclusion into the softphones I have on my smartphone devices.
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 Aug 23, 2009 6:51 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
I can confirm that it works 100% correct passing the SAS across the
bridge correctly once you trust the switch in the middle.
/b
On Aug 23, 2009, at 6:16 PM, Harondel J. Sibble wrote:
Quote: |
ahh, it's zrtp_agent.lua which is why I didn't find it. I'll add
that into
the mix and cross my fingers that zfone3 gets released soon along
with it's
inclusion into the softphones I have on my smartphone devices.
|
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 6:55 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
On 23 Aug 2009 at 16:16, Harondel J. Sibble wrote:
Quote: | ahh, it's zrtp_agent.lua which is why I didn't find it. I'll add that into
the mix and cross my fingers that zfone3 gets released soon along with it's
inclusion into the softphones I have on my smartphone devices.
|
Well good news for the Tiviphone client
Dear Harondel J. Sibble,
We support zfone3 starting from Tiviphone release 2.0.6 it is available for
Symbian try upgrading.
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 7:23 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
They have a trial version of the full client available from their website, I
think it's only for 10 days though. I suspect if you approached them, they'd
probably give you a full client for permanent use for interoperability
testing.
http://www.tivi.com/en/download/credit_paypal.php
Opps, my bad, it's only for 3 days
You can bid on the price you want to pay if you are into buying a copy.
Just got the word back from them, the 2.0.6 client is available for Windows
Mobile but not officially released since it has some issues with video
encryption. Since I'm not using video yet, I am going to upgrade the windows
mobile phones with this version.
So I popped the zrtp_agent.lua script into
/usr/local/freeswitch/scripts/
added following line to
/usr/local/freeswitch/conf/autoload_configs/lua.conf.xml
<!--<param name="startup-script" value="zrtp_agent.lua"/>-->
under this section
<!--
The following options identifies a lua script that is launched
at startup and may live forever in the background.
You can define multiple lines, one for each script you
need to run.
And restarted FS, when I try to connect and type zrtp on the keypad it
doesn't work and I see
2009-08-23 17:06:46.272135 [NOTICE] switch_channel.c:602 New Channel
sofia/internal/1001@10.12.13.45 [03265312-9042-11de-8c5d-d333d780ffc7]
2009-08-23 17:06:46.288730 [INFO] mod_dialplan_xml.c:315 Processing 1001-
Quote: | zrtp in context default
| 2009-08-23 17:06:46.301899 [NOTICE] switch_ivr.c:1349 Transfer
sofia/internal/1001@10.12.13.45 to enum[zrtp@default]
2009-08-23 17:06:46.495944 [INFO] switch_core_state_machine.c:136 No Route,
Aborting
2009-08-23 17:06:46.495944 [NOTICE] switch_core_state_machine.c:137 Hangup
sofia/internal/1001@10.12.13.45 [CS_ROUTING] [NO_ROUTE_DESTINATION]
2009-08-23 17:06:46.503261 [NOTICE] switch_core_session.c:1086 Session 3
(sofia/internal/1001@10.12.13.45) Ended
2009-08-23 17:06:46.503261 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/internal/1001@10.12.13.45 [CS_DESTROY]
Were you being literal when you said to type in zrtp on the phones keypad? I
assume you meant dial the phone number equivalent to that.
I also assume this is not working because
1) I should put the zrtp_agent.lua script in one of the designated script
dirs like
<!-- <param name="module-directory" value="/usr/lib/lua/5.1/?.so"/> -->
<!-- <param name="module-directory" value="/usr/local/lib/lua/5.1/?.so"/>
-->
or
2) I need to wait until zfone3 is released and recompile FS with the new tar
file from the zfoneproject site
or
3) both of the above apply?
On 23 Aug 2009 at 18:53, Brian West wrote:
Quote: | Wish they would send me one for my E63 for testing... only been
working with zfone 3 so far.
|
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 Aug 23, 2009 8:01 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
On Aug 23, 2009, at 7:20 PM, Harondel J. Sibble wrote:
Quote: | added following line to
/usr/local/freeswitch/conf/autoload_configs/lua.conf.xml |
WRONG.
Quote: |
<!--<param name="startup-script" value="zrtp_agent.lua"/>-->
|
Don't touch this.
Quote: | under this section
<!--
The following options identifies a lua script that is launched
at startup and may live forever in the background.
You can define multiple lines, one for each script you
need to run.
And restarted FS, when I try to connect and type zrtp on the keypad it
doesn't work and I see |
Just put it into the scripts folder and run it from the dialplan see default configs.
Quote: | <!-- install zrtp_agent.lua into scripts (ZRTP == 9787) -->
<extension name="zrtp_enrollement">
<condition field="destination_number" expression="^9787$">
<action application="answer"/>
<action application="lua" data="zrtp_agent.lua"/>
</condition>
</extension>/b |
|
|
Back to top |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 9:13 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
On 23 Aug 2009 at 19:53, Brian West wrote:
Quote: | Just put it into the scripts folder and run it from the dialplan see
default configs.
<!-- install zrtp_agent.lua into scripts (ZRTP == 9787) -->
<extension name="zrtp_enrollement">
<condition field="destination_number" expression="^9787$">
<action application="answer"/>
<action application="lua" data="zrtp_agent.lua"/>
</condition>
</extension>
|
Okay, where do I get the audio files?
2009-08-23 18:54:08.991629 [INFO] mod_dialplan_xml.c:315 Processing 1001-
Quote: | 9787 in context default
| 2009-08-23 18:54:09.10863 [NOTICE] mod_dptools.c:649 Channel
[sofia/internal/1001@10.12.13.45] has been answered
2009-08-23 18:54:09.215288 [ERR] mod_sndfile.c:194 Error Opening File
[/usr/local/freeswitch/sounds/en/us/callie/zr tp/zrtp-
status_securing.wav] [System error : No such file or directory.]
2009-08-23 18:54:12.233267 [ERR] mod_sndfile.c:194 Error Opening File
[/usr/local/freeswitch/sounds/en/us/callie/zr tp/zrtp-
status_secure.wav] [System error : No such file or directory.]
2009-08-23 18:54:12.234565 [ERR] mod_sndfile.c:194 Error Opening File
[/usr/local/freeswitch/sounds/en/us/callie/zr tp/zrtp-
enroll_welcome.wav] [System error : No such file or directory.]
2009-08-23 18:54:13.252933 [ERR] mod_sndfile.c:194 Error Opening File
[/usr/local/freeswitch/sounds/en/us/callie/zr tp/zrtp-
enroll_confirmed.wav] [System error : No such file or directory.]
2009-08-23 18:54:15.293476 [WARNING] mod_sofia.c:810 We were told to use
ptime 20 but what they meant to say was 80
This issue has so far been identified to happen on the following broken
platforms/devices:
Linksys/Sipura aka Cisco
ShoreTel
Sonus/L3
We will try to fix it but some of the devices on this list are so broken who
knows what will happen..
2009-08-23 18:54:17.333543 [ERR] mod_sndfile.c:194 Error Opening File
[/usr/local/freeswitch/sounds/en/us/callie/zr tp/zrtp-
thankyou_goodbye.wav] [System error : No such file or directory.]
my /usr/local/freeswitch/sounds is bereft of any files whatsoever, searching
the full filesystem for callie only gets me
/home/sibbleh/freeswitch-1.0.4/debian/freeswitch-sounds-en-us-callie-
16000.install
/home/sibbleh/freeswitch-1.0.4/debian/freeswitch-sounds-en-us-callie-
32000.install
/home/sibbleh/freeswitch-1.0.4/debian/freeswitch-sounds-en-us-callie-
8000.install
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 9:45 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
Ahh, I didn't quite clue-in that I had to run the additional installers as
below when the main compile finished, I thought it was saying it had already
done that.
Makes perfect sense in hindsite
+-------- FreeSWITCH install Complete ----------+
+ FreeSWITCH has been successfully installed. +
+ +
+ Install sounds: +
+ (uhd-sounds includes hd-sounds, sounds) +
+ (hd-sounds includes sounds) +
+ ------------------------------------ +
+ make cd-sounds-install +
+ make cd-moh-install +
+ +
+ make uhd-sounds-install +
+ make uhd-moh-install +
+ +
+ make hd-sounds-install +
+ make hd-moh-install +
+ +
+ make sounds-install +
+ make moh-install +
+ +
+ Install non english sounds: +
+ replace XX with language +
+ (ru : Russian) +
+ ------------------------------------ +
+ make cd-sounds-XX-install +
+ make uhd-sounds-XX-install +
+ make hd-sounds-XX-install +
+ make sounds-XX-install +
On 23 Aug 2009 at 21:30, Brian West wrote:
Quote: | If you reinstall the latest sound files you'll have them.
|
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Sun Aug 23, 2009 10:28 pm Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
Whoah.....
2009-08-23 20:07:52.583524 [NOTICE] switch_channel.c:602 New Channel
sofia/internal/1001@192.168.73.45 [4ff9d452-905b-11de-8c5d-d333d780ffc7]
2009-08-23 20:07:52.740094 [INFO] mod_dialplan_xml.c:315 Processing 1001-
Quote: | 9787 in context default
| 2009-08-23 20:07:52.980164 [NOTICE] mod_dptools.c:649 Channel
[sofia/internal/1001@192.168.73.45] has been answered
2009-08-23 20:07:54.333362 [WARNING] mod_sofia.c:810 We were told to use
ptime 20 but what they meant to say was 80
This issue has so far been identified to happen on the following broken
platforms/devices:
Linksys/Sipura aka Cisco
ShoreTel
Sonus/L3
We will try to fix it but some of the devices on this list are so broken who
knows what will happen..
2009-08-23 20:08:16.912027 [NOTICE] sofia.c:322 Hangup
sofia/internal/1001@192.168.73.45 [CS_EXECUTE] [NORMAL_CLEARING]
2009-08-23 20:08:22.54838 [NOTICE] switch_core_session.c:1086 Session 12
(sofia/internal/1001@192.168.73.45) Ended
2009-08-23 20:08:22.54838 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/internal/1001@192.168.73.45 [CS_DESTROY]
I get audio now, but it's running really slooooooooooooooowly. I'd say about
1/4 to 1/8 normal speech speed
I did the following
make cd-sounds-install;make uhd-sounds-install;make uhd-moh-install
Probably relevant, box this is running on is a Celeron 1ghz with 512mb ram.
Weird, it starts off okay, but when this pops up
2009-08-23 20:21:10.93004 [WARNING] mod_sofia.c:810 We were told to use ptime
20 but what they meant to say was 80
This issue has so far been identified to happen on the following broken
platforms/devices:
Linksys/Sipura aka Cisco
ShoreTel
Sonus/L3
We will try to fix it but some of the devices on this list are so broken who
knows what will happen..
the audio starts to crawl...
On 23 Aug 2009 at 21:30, Brian West wrote:
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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 |
|
|
help at pdscc.com Guest
|
Posted: Mon Aug 24, 2009 12:56 am Post subject: [Freeswitch-users] zrtp endpoints have different sas through |
|
|
On 23 Aug 2009 at 20:22, Harondel J. Sibble wrote:
Quote: | Whoah.....
I get audio now, but it's running really slooooooooooooooowly. I'd say about
1/4 to 1/8 normal speech speed
|
Hmmm, using one of my hardphones, specifically the Integrated Networks IN-
1002
2009-08-23 20:46:07.334596 [NOTICE] switch_channel.c:602 New Channel
sofia/internal/1004@10.12.13.45 [a7c10746-9060-11de-8c5d-d333d780ffc7]
2009-08-23 20:46:07.348834 [INFO] mod_dialplan_xml.c:315 Processing 1004-
Quote: | 5000 in context default
| 2009-08-23 20:46:07.364484 [NOTICE] mod_dptools.c:649 Channel
[sofia/internal/1004@10.12.13.45] has been answered
2009-08-23 20:46:08.33173 [WARNING] mod_sofia.c:810 We were told to use ptime
20 but what they meant to say was 10
This issue has so far been identified to happen on the following broken
platforms/devices:
Linksys/Sipura aka Cisco
ShoreTel
Sonus/L3
We will try to fix it but some of the devices on this list are so broken who
knows what will happen..
2009-08-23 20:47:30.512970 [NOTICE] switch_core_state_machine.c:179 Hangup
sofia/internal/1004@10.12.13.45 [CS_EXECUTE] [NORMAL_CLEARING]
2009-08-23 20:47:30.541157 [NOTICE] switch_core_session.c:1086 Session 20
(sofia/internal/1004@10.12.13.45) Ended
2009-08-23 20:47:30.541157 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/internal/1004@10.12.13.45 [CS_DESTROY]
gets me much better results and no slowdown of audio, although there are some
drop outs. Running Ekiga on xp machine with zfone client works okay, but
being it's an older verison of zfone, I'm guessing it doesn't support the
enrollment packet from FS as the voice says I have to choose to enroll and
then says goodbye
Quote: | From looking through the list archives, I am guessing I need to talk to the
| Tivi developers, question is what should I say to them, there's nothing
really exposed in the client, other than adjusting the codecs, 3 choices
GSM, uLaw and aLaw can be enabled or disabled.
Both phones are running over a wifi link and there is (randomly) a fair bit
of interference affecting speeds.
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help@pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
(604) 739-3709 (voice)
_______________________________________________
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
|