Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Why doesn't this call get answered?


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
schoch+freeswitch.org ...
Guest





PostPosted: Tue Apr 13, 2021 8:13 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).


I can make a call from the phones to outside numbers.
I can make a call from the HT801 to local phones.
But I can't call from the HT801 to outside numbers.


The last important thing that happens in the failed call is this:
2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]


The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:


Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv


When it tries to call from the HT801 to an outside number, it does this:


Local SDP:
v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv


Is that why it doesn't answer? If so, how do I change it?


I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.



--

Steve
Back to top
botelist at gmail.com
Guest





PostPosted: Wed Apr 14, 2021 1:47 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.

You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.

Hope this helps.


---
John Boteler
BnC Group U.S.A.




From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org>
Subject: [Freeswitch-users] Why doesn't this call get answered?


This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).



I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.



The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]



The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:



Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv



When it tries to call from the HT801 to an outside number, it does this:



Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv



Is that why it doesn't answer? If so, how do I change it?



I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.



--

Steve
Back to top
brian at freeswitch.com
Guest





PostPosted: Wed Apr 14, 2021 3:01 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]
Back to top
schoch+freeswitch.org ...
Guest





PostPosted: Wed Apr 14, 2021 4:47 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

Calls to the Polycom are not broken - that works. To summarize:

Analog telephone -> HT801 -> Freeswitch -> Polycom SoundPoint works.
Polycom SoundPaint -> Freeswitch -> Flowroute -> mobile phone (or any PSTN number) works.
Analog telephone -> HT801 -> Freeswitch -> Flowroute -> any PSTN number fails.


As John pointed out, it could be the Grandstream codecs are causing Flowroute to ignore the call. I will have to try siptrace.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com
Back to top
schoch+freeswitch.org ...
Guest





PostPosted: Fri Apr 16, 2021 12:45 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com

Back to top
schoch+freeswitch.org ...
Guest





PostPosted: Fri Apr 16, 2021 2:13 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com


Back to top
schoch+freeswitch.org ...
Guest





PostPosted: Fri Apr 16, 2021 2:28 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


-- 
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



Back to top
grcamauer at gmail.com
Guest





PostPosted: Fri Apr 16, 2021 3:08 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

To test if that is true, offer less Codecs.  That will shrink the 9 bytes you need.

Guillermo


On Fri, Apr 16, 2021 at 4:33 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


-- 
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com




_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--
Guillermo Ruiz Camauer
Back to top
rawat.anshuman at gmai...
Guest





PostPosted: Fri Apr 16, 2021 3:44 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

You might be right. I have seen it happening with a few carriers. Large packets get dropped & one sees no response. You can try with just a single codec (or get rid of some large headers) if this theory is true.



On Fri, Apr 16, 2021 at 3:33 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


-- 
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com




_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com
Back to top
schoch+freeswitch.org ...
Guest





PostPosted: Fri Apr 16, 2021 4:46 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

I configured the ATA to offer only 2 codecs, which made it get further, until Flowroute asked for authentication, which then made the next packet too big.So I then found another setting in the ATA to stop using the P-Access-Network-Info and P-Emergency-Info headers. This made the packet small enough to complete the call.


Success!


I will ask Flowroute if big packets are dropped on their end, or if it's a problem with the Netgear UDP NAT routing.


-- 
Steve


On Fri, Apr 16, 2021 at 1:17 PM Guillermo Ruiz Camauer <grcamauer@gmail.com (grcamauer@gmail.com)> wrote:

Quote:
To test if that is true, offer less Codecs.  That will shrink the 9 bytes you need.

Guillermo


On Fri, Apr 16, 2021 at 4:33 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


-- 
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com




_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--
Guillermo Ruiz Camauer

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com
Back to top
brian at freeswitch.com
Guest





PostPosted: Fri Apr 16, 2021 5:12 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

Ya'll keep giving me the invite, the 100 trying, where is the 200ok?  TEASE!

/b




On Fri, Apr 16, 2021 at 4:36 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I configured the ATA to offer only 2 codecs, which made it get further, until Flowroute asked for authentication, which then made the next packet too big.So I then found another setting in the ATA to stop using the P-Access-Network-Info and P-Emergency-Info headers. This made the packet small enough to complete the call.


Success!


I will ask Flowroute if big packets are dropped on their end, or if it's a problem with the Netgear UDP NAT routing.


-- 
Steve


On Fri, Apr 16, 2021 at 1:17 PM Guillermo Ruiz Camauer <grcamauer@gmail.com (grcamauer@gmail.com)> wrote:

Quote:
To test if that is true, offer less Codecs.  That will shrink the 9 bytes you need.

Guillermo


On Fri, Apr 16, 2021 at 4:33 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


-- 
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com




_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--
Guillermo Ruiz Camauer

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]
Back to top
krice at freeswitch.org
Guest





PostPosted: Fri Apr 16, 2021 6:41 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

dont forget packet frag reassembly is on the IP stack not the application layer. If the os doesnt reassemble it the app layers dont care

Sent from my iPhone

Quote:
On Apr 16, 2021, at 14:02, Steven Schoch <schoch+freeswitch.org@xwin32.com> wrote:

I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


--
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


--
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
--
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


--
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS. Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.

You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.

Hope this helps.


---
John Boteler
BnC Group U.S.A.




From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?


This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).



I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.



The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]



The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:



Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv



When it tries to call from the HT801 to an outside number, it does this:



Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv



Is that why it doesn't answer? If so, how do I change it?



I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.



--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com




_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.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
https://freeswitch.com
Back to top
mike at freeswitch.org
Guest





PostPosted: Fri Apr 16, 2021 7:24 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

Switch to TCP or TLS instead of UDP.
Quote:
On Apr 14, 2021, at 8:33 PM, nycphoneservice <nycphoneservice@gmail.com (nycphoneservice@gmail.com)> wrote:
Looks like you have an issue with packet fragmentation.
I had a similar issue with grandstream a few years back due to ISP improperly handling fragmentation.
Quote:
send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:12.585438:
------------------------------------------------------------------------

Your packet size is 1509 bytes which is more than standard 1500, thus it may be an fragmentation issue @ your router or further down the line.
That's why you don't get replies to the invite - flowroute don't get a complete request and just ignores it.
I would disable these to prove the point (will make a packet < 1500 for sure):
Quote:
disable P-Access-Network-Info
disable P-Emergency-Info
Also, I would disable alert-info because I've seen some carriers reject the invite with this header.


On Wed, Apr 14, 2021 at 9:20 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:
Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.

It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?

I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.

--
Steve

On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:
Quote:
That's the FMTP for OPUS. Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.
/b


On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:
Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.
It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.

You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.

Hope this helps.







Back to top
nycphoneservice at gma...
Guest





PostPosted: Fri Apr 16, 2021 7:31 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

Looks like you have an issue with packet fragmentation.
I had a similar issue with grandstream a few years back due to ISP improperly handling fragmentation.
Quote:
send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:12.585438:
------------------------------------------------------------------------

Your packet size is 1509 bytes which is more than standard 1500, thus it may be an fragmentation issue @ your router or further down the line.
That's why you don't get replies to the invite - flowroute don't get a complete request and just ignores it.
I would disable these to prove the point (will make a packet < 1500 for sure):
Quote:
disable P-Access-Network-Info
disable P-Emergency-Info
Also, I would disable alert-info because I've seen some carriers reject the invite with this header.



On Wed, Apr 14, 2021 at 9:20 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com
Back to top
schoch+freeswitch.org ...
Guest





PostPosted: Fri Apr 16, 2021 7:42 pm    Post subject: [Freeswitch-users] Why doesn't this call get answered? Reply with quote

The problem is probably the NAT gateway. A NAT gateway changes the IP addresses of a packet, meaning it changes the pseudo-header, which is used to compute the checksum. The router can easily recompute the UDP checksum, unless the packet is fragmented, in which case it doesn't have the entire payload to recompute the checksum unless it reassembles the packet, computes the checksum, then forwards the fragments separately. I hear that many NAT routers can't handle IP fragmentation because of this.

-- 
Steve


On Fri, Apr 16, 2021 at 4:40 PM Ken Rice <krice@freeswitch.org (krice@freeswitch.org)> wrote:

Quote:
dont forget packet frag reassembly is on the IP stack not the application layer. If the os doesnt reassemble it the app layers dont care

Sent from my iPhone

Quote:
On Apr 16, 2021, at 14:02, Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

I have a theory.

The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works.


The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate...


-- 
Steve


On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well:

send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622:
------------------------------------------------------------------------
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKXDQ05vU1NB3yD
Max-Forwards: 69
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 244
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off


v=0
o=FreeSWITCH 1618573488 1618573489 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 24802 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20






recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP <ext_IP>:5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received=<ext_IP>
From: "East West Bookshop" <sip:<my_CID>@<ext_IP>>;tag=gymQS2XU0H79e
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b
CSeq: 34745353 INVITE
Content-Length: 0


-- 
Steve



On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.)

Quote:
INVITE sip:1<outside_number>@us-west-or.sip.flowroute.com SIP/2.0
Via: SIP/2.0/UDP <ext_IP>:5089;rport;branch=z9hG4bKcBHrQKXgHNctm
Max-Forwards: 69
From: "East West Fax" <sip:1<my_CID>@<ext_IP>>;tag=c99SXeSa6mSSQ
To: <sip:1<outside_number>@us-west-or.sip.flowroute.com>
Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b
CSeq: 34666784 INVITE
Contact: <sip:gw+flowroute@<ext_IP>:5089;transport=udp;gw=flowroute>
User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 477
P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F
P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39
X-FS-Support: update_display,send_info
Alert-Info: <internal>
Remote-Party-ID: "East West Fax" <sip:1<my_CID>@<ext_IP>>;party=calling;screen=yes;privacy=off

v=0
o=FreeSWITCH 1618413436 1618413437 IN IP4 <ext_IP>
s=FreeSWITCH
c=IN IP4 <ext_IP>
t=0 0
m=audio 27716 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
-- 
Steve


On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch <schoch+freeswitch.org@xwin32.com ([email]schoch%2Bfreeswitch.org@xwin32.com[/email])> wrote:

Quote:
The sip trace is attached.It seems to show that it sends INVITE messages, but never gets a response.
However, when it sends an OPTIONS message, it does get a response.
When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds.


It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it?


I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well.


-- 
Steve


On Wed, Apr 14, 2021 at 12:43 PM Brian West <brian@freeswitch.com (brian@freeswitch.com)> wrote:

Quote:
That's the FMTP for OPUS.  Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken.

/b




On Wed, Apr 14, 2021 at 1:51 PM Bote Man <botelist@gmail.com (botelist@gmail.com)> wrote:

Quote:

I am absolutely no expert on SDP, but that SDP line that begins
a=fmtp:102 useinbandfec=1…
looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission.

It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems.
 
You might have to resort to siptrace logging between FS and your carrier.
sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream.
 
Hope this helps.
 
 
---
John Boteler
BnC Group U.S.A.
 
 
 
 
From: FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)> On Behalf Of Steven Schoch
Sent: Tuesday, 13 April, 2021 20:47
To: freeswitch-users <freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)>
Subject: [Freeswitch-users] Why doesn't this call get answered?

 
This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes).

 

I can make a call from the phones to outside numbers.

I can make a call from the HT801 to local phones.

But I can't call from the HT801 to outside numbers.

 

The last important thing that happens in the failed call is this:

2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/<number> entering state [calling][0]

 

The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this:

 

Local SDP:
v=0
o=FreeSWITCH 1618335260 1618335261 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 25104 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv

 

When it tries to call from the HT801 to an outside number, it does this:

 

Local SDP:

v=0
o=FreeSWITCH 1618327543 1618327544 IN IP4 <external-IP>
s=FreeSWITCH
c=IN IP4 <external-IP>
t=0 0
m=audio 32552 RTP/AVP 0 8 102 9 101 103
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1
a=rtpmap:9 G722/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-16
a=ptime:20
a=sendrecv

 

Is that why it doesn't answer? If so, how do I change it?

 

I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now.

 

--

Steve



_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com



--



Brian West | Co-founder and Developer
Need Commercial support? email sales@freeswitch.com (sales@freeswitch.com)
FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045
Email: brian@freeswitch.com (brian@freeswitch.com)
Mobile: 918-424-9378
Website: https://www.FreeSWITCH.com
[/url] [url=https://twitter.com/freeswitch]













_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com




_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

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
https://freeswitch.com
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services