hi team
i have pjsip endpoint with webrtc enabled i am able to make calls but i can’t hear ring sound other than the ring sound i can hear all the tones like unavailable bust switched off but if it is ringing then no ring tone
hi team
i have pjsip endpoint with webrtc enabled i am able to make calls but i can’t hear ring sound other than the ring sound i can hear all the tones like unavailable bust switched off but if it is ringing then no ring tone
Make sure you have rtp.conf file adjusted to the range from 8800 to 65000
Why would you not be able to use the defaults?
hi thanks for the reply i have give 0 to 65500 rtp port but no luck if you want more details about my configuration pls let me know i will give you
hi david i am fan of you because what ever i search in google about asterisk i found your name
if come to your reply i didn’t get you i mean i don’t know what you are asking can you pls understand me what you are asking
I don’t think WebRTC is different from standard SIP in regard of port usage, in which case Asterisk has complete control of the port numbers on its side, and no control of those on the remote side, so the default of 10,000 to 20,000 should be perfectly adequate if you less than 5,000 simultaneous calls.
Incidentally including anything less than 1024 is not a good idea, and generally including other mid-range numbers which have dedicated uses is not good. My guess is that the low limit in the suggestion was to be just clear of the 8080 commonly used as an alternative HTTP port number.
By default I really mean the one int the sample configuration. The actual default is, I believe, different.
there is no load just we setup server in ubuntu and in http.conf we enabled http support with adress 0.0.0.0:8088 in rtp also before it is 10000 to 20000 but now i changed to 0 to 65500 but no luck one more thing hear if i make a call from microsip there is no issue but if i try from web like sipml5 someoter and also we have our own dailer builded using pjsip library there this issue coming
[transport-udp]
type=transport
bind=0.0.0.0
protocol=udp
local_net=XX.XX.XX.XX
[transport-ws]
type=transport
bind=0.0.0.0
protocol=ws
local_net=XX.XX.XX.XX
[mytrunk]
type=endpoint
context=inbound
transport=transport-udp
disallow=all
allow=ulaw,alaw,gsm
aors=mytrunk
[mytrunk]
type=aor
remove_existing=yes
contact=sip:gsm78@XX.XX.XX.XX:5060
max_contacts=1
[mytrunk]
type=identify
match=XX.XX.XX.XX
endpoint=mytrunk
[058522317]
type=endpoint
context=vozcare
transport=transport-ws
disallow=all
allow=ulaw,alaw,gsm
aors=058522317
auth=058522317
direct_media=no
[058522317]
type=aor
remove_existing=yes
max_contacts=1
[058522317]
type=auth
auth_type=userpass
username=058522317
password=XXXXXX
exten => _XX.,1,NoOp()
same => n,Set(filename=${PJSIP_HEADER(read,file_name)})
same => n,NoOp(${filename})
same => n,Set(CDR(accountcode)=${PJSIP_HEADER(read,call_id)})
same => n,Set(CALLERID(num)=${CHANNEL:6:9})
same => n,MixMonitor(${filename}.wav)
same => n,Set(CDR(userfield)=${filename}.wav)
same => n,Dial(PJSIP/${EXTEN}@mytrunk,30,r)
same => n,StopMixMonitor()
same => n,Hangup()
SIP/2.0 200 OK
Via: SIP/2.0/UDP 172.16.3.137:5060;rport=5060;branch=z9hG4bKPjb903ad99-46c7-42f8-9593-9548130fb5c2
From: sip:058522317@XX.XX.XX.XX;tag=dc1d34db-bfeb-4fb9-8bb8-d43a671f8b31
To: sip:+971529133205@XX.XX.XX.XX;tag=0ad6c4af752560b3bb8bf16a3c80f721
Call-ID: d5b13f43-bc0e-4792-bf40-24dde06cf1b1
CSeq: 18541 INVITE
Contact: sip:+971529133205@XX.XX.XX.XX;transport=UDP
Supported: replaces
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, UPDATE, NOTIFY, REFER
Content-Type: application/sdp
Content-Length: 204
v=0
o=host 35767770 35767771 IN IP4 192.168.152.78
s=-
c=IN IP4 192.168.152.78
t=0 0
m=audio 8020 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11
a=ptime:20
<— Transmitting SIP request (437 bytes) to UDP:XX.XX.XX.XX:5060 —>
ACK sip:+971529133205@XX.XX.XX.XX:5060 SIP/2.0
Via: SIP/2.0/UDP XX.XX.XX.XX:5060;rport;branch=z9hG4bKPj7a9294ab-5142-4fa3-9bb9-5dd2220d6d76
From: sip:058522317@XX.XX.XX.XX;tag=dc1d34db-bfeb-4fb9-8bb8-d43a671f8b31
To: sip:+971529133205@XX.XX.XX.XX;tag=0ad6c4af752560b3bb8bf16a3c80f721
Call-ID: d5b13f43-bc0e-4792-bf40-24dde06cf1b1
CSeq: 18541 ACK
Max-Forwards: 70
User-Agent: Asterisk PBX 20.3.0
Content-Length: 0
-- PJSIP/mytrunk-00000003 answered PJSIP/0585223176-00000002
<— Transmitting SIP response (1439 bytes) to WS:XX.XX.XX.XX:52872 —>
SIP/2.0 200 OK
Via: SIP/2.0/WS ei7bi9013l2b.invalid;rport=52872;received=XX.XX.XX.XX;branch=z9hG4bK6025472
Call-ID: oi242a2l0o2l3qup9tap
From: sip:0585223176@XX.XX.XX.XX;tag=i7he7m5lc5
To: sip:+971529133205@XX.XX.XX.XX;tag=c9094808-5e9b-436f-9211-abddd478205e
CSeq: 7877 INVITE
Server: Asterisk PBX 20.3.0
Allow: OPTIONS, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, MESSAGE, REFER
Contact: sip:XX.XX.XX.XX:8088;transport=ws
Supported: 100rel, timer, replaces, norefersub
Session-Expires: 90;refresher=uac
Require: timer
Content-Type: application/sdp
Content-Length: 805
v=0
o=- 2264612401 4 IN IP4 XX.XX.XX.XX
s=Asterisk
c=IN IP4 XX.XX.XX.XX
t=0 0
a=msid-semantic:WMS *
a=group:BUNDLE 0
m=audio 11870 UDP/TLS/RTP/SAVPF 0 8 126
a=connection:new
a=setup:active
a=fingerprint:SHA-256 07:8E:01:8D:11:F8:41:69:EA:45:AD:99:CC:72:BC:2D:3B:38:E7:48:56:B9:02:72:9E:52:79:C5:5B:D9:36:B1
a=ice-ufrag:02e330fa7810c5503abf90f841c23990
a=ice-pwd:7273ffa36f974d2f498b3bd66b9a6010
a=candidate:Hac100389 1 UDP 2130706431 XX.XX.XX.XX 11870 typ host
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:126 telephone-event/8000
a=fmtp:126 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
a=rtcp-mux
a=ssrc:1465838412 cname:a7b71f9e-0e67-46a1-bb36-6a94979438f9
a=msid:22f6ff6f-c85c-4230-8f07-c1e0ebacdec6 c6799690-4ef5-4a83-b334-dc698bb5a4bf
a=rtcp-fb:* transport-cc
a=mid:0
– Channel PJSIP/mytrunk-00000003 joined ‘simple_bridge’ basic-bridge <60c0e4d2-8ee8-472f-9b99-59ebab17f9bc>
– Channel PJSIP/0585223176-00000002 joined ‘simple_bridge’ basic-bridge <60c0e4d2-8ee8-472f-9b99-59ebab17f9bc>
<— Received SIP request (443 bytes) from WS:XX.XX.XX.XX:52872 —>
ACK sip:XX.XX.XX.XX:8088;transport=ws SIP/2.0
Via: SIP/2.0/WS ei7bi9013l2b.invalid;branch=z9hG4bK4608412
Max-Forwards: 69
To: sip:+971529133205@XX.XX.XX.XX;tag=c9094808-5e9b-436f-9211-abddd478205e
From: sip:0585223176@XX.XX.XX.XX;tag=i7he7m5lc5
Call-ID: oi242a2l0o2l3qup9tap
CSeq: 7877 ACK
Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO,NOTIFY
Supported: outbound
User-Agent: JsSIP 3.10.0
Content-Length: 0
<— Received SIP request (485 bytes) from WS:XX.XX.XX.XX:52872 —>
BYE sip:XX.XX.XX.XX:8088;transport=ws SIP/2.0
Via: SIP/2.0/WS ei7bi9013l2b.invalid;branch=z9hG4bK9032822
Max-Forwards: 69
To: sip:+971529133205@XX.XX.XX.XX;tag=c9094808-5e9b-436f-9211-abddd478205e
From: sip:0585223176@XX.XX.XX.XX;tag=i7he7m5lc5
Call-ID: oi242a2l0o2l3qup9tap
CSeq: 7878 BYE
Reason: SIP ;cause=486; text=“Busy Here”
Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO,NOTIFY
Supported: outbound
User-Agent: JsSIP 3.10.0
Content-Length: 0
<— Transmitting SIP response (340 bytes) to WS:XX.XX.XX.XX:52872 —>
SIP/2.0 200 OK
Via: SIP/2.0/WS ei7bi9013l2b.invalid;rport=52872;received=172.25.10.194;branch=z9hG4bK9032822
Call-ID: oi242a2l0o2l3qup9tap
From: sip:0585223176@XX.XX.XX.XX;tag=i7he7m5lc5
To: sip:+971529133205@XX.XX.XX.XX;tag=c9094808-5e9b-436f-9211-abddd478205e
CSeq: 7878 BYE
Server: Asterisk PBX 20.3.0
Content-Length: 0
<— Transmitting SIP request (461 bytes) to UDP:XX.XX.XX.XX:5060 —>
BYE sip:+971529133205@XX.XX.XX.XX:5060 SIP/2.0
Via: SIP/2.0/UDP XX.XX.XX.XX:5060;rport;branch=z9hG4bKPj98596563-f69f-495f-bcf2-84b4b119ea47
From: sip:058522317@XX.XX.XX.XX;tag=dc1d34db-bfeb-4fb9-8bb8-d43a671f8b31
To: sip:+971529133205@XX.XX.XX.XX;tag=0ad6c4af752560b3bb8bf16a3c80f721
Call-ID: d5b13f43-bc0e-4792-bf40-24dde06cf1b1
CSeq: 18542 BYE
Reason: Q.850;cause=17
Max-Forwards: 70
User-Agent: Asterisk PBX 20.3.0
Content-Length: 0
<— Received SIP response (355 bytes) from UDP:XX.XX.XX.XX:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP XX.XX.XX.XX:5060;rport=5060;branch=z9hG4bKPj98596563-f69f-495f-bcf2-84b4b119ea47
From: sip:058522317@XX.XX.XX.XX;tag=dc1d34db-bfeb-4fb9-8bb8-d43a671f8b31
To: sip:+971529133205@XX.XX.XX.XX;tag=0ad6c4af752560b3bb8bf16a3c80f721
Call-ID: d5b13f43-bc0e-4792-bf40-24dde06cf1b1
CSeq: 18542 BYE
Content-Length: 0
this is rtp tracing while ringing once it is answered i can see both ip address from server and client
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036584, ts 498473005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036585, ts 498473165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036586, ts 498473325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036587, ts 498473485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036588, ts 498473645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036589, ts 498473805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036590, ts 498473965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036591, ts 498474125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036592, ts 498474285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036593, ts 498474445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036594, ts 498474605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036595, ts 498474765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036596, ts 498474925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036597, ts 498475085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036598, ts 498475245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036599, ts 498475405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036600, ts 498475565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036601, ts 498475725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036602, ts 498475885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036603, ts 498476045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036604, ts 498476205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036605, ts 498476365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036606, ts 498476525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036607, ts 498476685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036608, ts 498476845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036609, ts 498477005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036610, ts 498477165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036611, ts 498477325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036612, ts 498477485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036613, ts 498477645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036614, ts 498477805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036615, ts 498477965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036616, ts 498478125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036617, ts 498478285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036618, ts 498478445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036619, ts 498478605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036620, ts 498478765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036621, ts 498478925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036622, ts 498479085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036623, ts 498479245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036624, ts 498479405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036625, ts 498479565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036626, ts 498479725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036627, ts 498479885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036628, ts 498480045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036629, ts 498480205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036630, ts 498480365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036631, ts 498480525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036632, ts 498480685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036633, ts 498480845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036634, ts 498481005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036635, ts 498481165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036636, ts 498481325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036637, ts 498481485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036638, ts 498481645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036639, ts 498481805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036640, ts 498481965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036641, ts 498482125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036642, ts 498482285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036643, ts 498482445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036644, ts 498482605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036645, ts 498482765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036646, ts 498482925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036647, ts 498483085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036648, ts 498483245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036649, ts 498483405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036650, ts 498483565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036651, ts 498483725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036652, ts 498483885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036653, ts 498484045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036654, ts 498484205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036655, ts 498484365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036656, ts 498484525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036657, ts 498484685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036658, ts 498484845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036659, ts 498485005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036660, ts 498485165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036661, ts 498485325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036662, ts 498485485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036663, ts 498485645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036664, ts 498485805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036665, ts 498485965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036666, ts 498486125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036667, ts 498486285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036668, ts 498486445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036669, ts 498486605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036670, ts 498486765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036671, ts 498486925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036672, ts 498487085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036673, ts 498487245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036674, ts 498487405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036675, ts 498487565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036676, ts 498487725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036677, ts 498487885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036678, ts 498488045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036679, ts 498488205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036680, ts 498488365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036681, ts 498488525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036682, ts 498488685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036683, ts 498488845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036684, ts 498489005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036685, ts 498489165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036686, ts 498489325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036687, ts 498489485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036688, ts 498489645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036689, ts 498489805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036690, ts 498489965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036691, ts 498490125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036692, ts 498490285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036693, ts 498490445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036694, ts 498490605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036695, ts 498490765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036696, ts 498490925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036697, ts 498491085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036698, ts 498491245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036699, ts 498491405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036700, ts 498491565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036701, ts 498491725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036702, ts 498491885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036703, ts 498492045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036704, ts 498492205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036705, ts 498492365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036706, ts 498492525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036707, ts 498492685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036708, ts 498492845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036709, ts 498493005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036710, ts 498493165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036711, ts 498493325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036712, ts 498493485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036713, ts 498493645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036714, ts 498493805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036715, ts 498493965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036716, ts 498494125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036717, ts 498494285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036718, ts 498494445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036719, ts 498494605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036720, ts 498494765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036721, ts 498494925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036722, ts 498495085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036723, ts 498495245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036724, ts 498495405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036725, ts 498495565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036726, ts 498495725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036727, ts 498495885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036728, ts 498496045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036729, ts 498496205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036730, ts 498496365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036731, ts 498496525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036732, ts 498496685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036733, ts 498496845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036734, ts 498497005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036735, ts 498497165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036736, ts 498497325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036737, ts 498497485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036738, ts 498497645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036739, ts 498497805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036740, ts 498497965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036741, ts 498498125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036742, ts 498498285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036743, ts 498498445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036744, ts 498498605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036745, ts 498498765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036746, ts 498498925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036747, ts 498499085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036748, ts 498499245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036749, ts 498499405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036750, ts 498499565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036751, ts 498499725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036752, ts 498499885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036753, ts 498500045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036754, ts 498500205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036755, ts 498500365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036756, ts 498500525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036757, ts 498500685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036758, ts 498500845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036759, ts 498501005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036760, ts 498501165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036761, ts 498501325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036762, ts 498501485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036763, ts 498501645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036764, ts 498501805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036765, ts 498501965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036766, ts 498502125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036767, ts 498502285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036768, ts 498502445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036769, ts 498502605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036770, ts 498502765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036771, ts 498502925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036772, ts 498503085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036773, ts 498503245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036774, ts 498503405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036775, ts 498503565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036776, ts 498503725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036777, ts 498503885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036778, ts 498504045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036779, ts 498504205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036780, ts 498504365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036781, ts 498504525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036782, ts 498504685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036783, ts 498504845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036784, ts 498505005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036785, ts 498505165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036786, ts 498505325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036787, ts 498505485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036788, ts 498505645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036789, ts 498505805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036790, ts 498505965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036791, ts 498506125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036792, ts 498506285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036793, ts 498506445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036794, ts 498506605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036795, ts 498506765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036796, ts 498506925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036797, ts 498507085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036798, ts 498507245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036799, ts 498507405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036800, ts 498507565, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036801, ts 498507725, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036802, ts 498507885, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036803, ts 498508045, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036804, ts 498508205, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036805, ts 498508365, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036806, ts 498508525, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036807, ts 498508685, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036808, ts 498508845, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036809, ts 498509005, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036810, ts 498509165, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036811, ts 498509325, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036812, ts 498509485, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036813, ts 498509645, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036814, ts 498509805, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036815, ts 498509965, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036816, ts 498510125, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036817, ts 498510285, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036818, ts 498510445, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036819, ts 498510605, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036820, ts 498510765, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036821, ts 498510925, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036822, ts 498511085, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036823, ts 498511245, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036824, ts 498511405, len 000160)
Got RTP packet from 192.168.152.78:8028 (type 00, seq 036825, ts 498511565, len 000160)
As David Explained you do not want to go too far down below a certain range of ports. You don’t want to interupt ssh, http, and other ports that are in default use.
I personally have my setup at 8800 - 35000 Others sometimes have the range as far high as 65000 udp.
Have you allowed all your proper ports tru firewall? What type of firewall are you using on your OS + Are you behind NAT?
Resolve all your firewall issues one by one & you’ll get your result!
in server ufw there but it is not enabled and for our network we are using sonicwall we allowed there also
i have a small doubt if iam sitting in same network also is the firewall will stop ? because i don’t know much about this network settings
which ports and protocols should be allowed in firewall
You should try without the ,r
i removed the ‘r’ option as you said but still no luck but rtp tracing changed before i can see only one side like above but now to way packet sending
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050564, ts 101090290, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019970, ts 101090288, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050565, ts 101090450, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019971, ts 101090448, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050566, ts 101090610, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019972, ts 101090608, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050567, ts 101090770, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019973, ts 101090768, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050568, ts 101090930, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019974, ts 101090928, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050569, ts 101091090, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019975, ts 101091088, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050570, ts 101091250, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019976, ts 101091248, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050571, ts 101091410, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019977, ts 101091408, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050572, ts 101091570, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019978, ts 101091568, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050573, ts 101091730, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019979, ts 101091728, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050574, ts 101091890, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019980, ts 101091888, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050575, ts 101092050, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019981, ts 101092048, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050576, ts 101092210, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019982, ts 101092208, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050577, ts 101092370, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019983, ts 101092368, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050578, ts 101092530, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019984, ts 101092528, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050579, ts 101092690, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019985, ts 101092688, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050580, ts 101092850, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019986, ts 101092848, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050581, ts 101093010, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019987, ts 101093008, len 000160)
Got RTP packet from 192.168.152.78:8012 (type 00, seq 050582, ts 101093170, len 000160)
Sent RTP packet to 172.25.10.194:56951 (type 00, seq 019988, ts 101093168, len 000160)
The issue is NOT in your dial plan it’s a port issue specifically rtp port that is giving you your audio issue. You have to systematically eliminate all your obstacles 1 by 1 starting with giving access via firewall to the proper ports. Are you behind a router? Is it possibly a Nat issue??
yes we have router and my server is behind the NAT i will check the ports in router
can u guide me how to solve the NAT issue i don’t know
Log into your Router/Modem make sure your necessary ports are opened
5060 UDP
10000-25000 UDP
You might need to set your server to DMZ and add your server IP to that Zone
iam making calls from web so which protocol should be allowed udp or tcp
You can have both, also add port 5061 tcp
in the route if i allow
5060 udp
8088 tcp → iam using this port to connect from web for tcp connection
10000 - 25000 udp
10000 - 25000 tcp
10000 - 25000 rtp
is it ok