Changes between Initial Version and Version 1 of audio-check-remote-address


Ignore:
Timestamp:
Dec 5, 2006 7:20:10 PM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • audio-check-remote-address

    v1 v1  
     1= Checking that Audio is Transmitted to the Correct Remote Address = 
     2 
     3Use pjsua's '''{{{dq}}}''' (dump quality) command to see the address where RTP packets are transmitted to: 
     4 
     5{{{ 
     6>>> dq 
     7 19:01:38.878        pjsua.c 
     8  [CONFIRMED ] To: sip:localhost;tag=213e15bcf98b4c0394a402881e885431 
     9    Call time: 00h:01m:44s, 1st res in 1452 ms, conn in 1682ms 
     10    #0 iLBC @8KHz, sendrecv, peer=192.168.0.66:4000 
     11       RX pt=117, stat last update: 00h:00m:01.943s ago 
     12          total 4.3Kpkt 164.0KB (302.2KB +IP hdr) @avg=12.5Kbps 
     13          pkt loss=0 (0.0%), dup=0 (0.0%), reorder=0 (0.0%) 
     14                (msec)    min     avg     max     last 
     15          loss period:   0.000   0.000   0.000   0.000 
     16          jitter     :   0.125  15.779 1695.000   1.250 
     17       TX pt=117, ptime=20ms, stat last update: 00h:00m:09.304s ago 
     18          total 5.1Kpkt 197.2KB (363.4KB +IP hdr) @avg 15.0Kbps 
     19          pkt loss=0 (0.0%), dup=0 (0.0%), reorder=0 (0.0%) 
     20                (msec)    min     avg     max     last 
     21          loss period:   0.000   0.000   0.000   0.000 
     22          jitter     :  14.750  15.570  18.875  18.875 
     23      RTT msec       :   0.854  24.516 125.000  18.783 
     24}}} 
     25 
     26The important bit of above output is this line: 
     27{{{ 
     28    #0 iLBC @8KHz, sendrecv, peer=192.168.0.66:4000 
     29}}} 
     30 
     31which tells us that RTP packet is transmitted to IP address 192.168.0.66 and to port 4000. 
     32 
     33Verify that this is indeed the correct address where remote is expecting incoming RTP packets.