Forfaits VoIP - Impossibilité de passer un appel sortant à partir d’un serveur FreeSwitch via nos SIP T
... / Impossibilité de passer u...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Impossibilité de passer un appel sortant à partir d’un serveur FreeSwitch via nos SIP T

Von
UniV
Erstellungsdatum 2020-01-13 11:25:18 (edited on 2024-09-04 11:12:59) in Forfaits VoIP

Hi,
I am trying to use your SIP trunck service with multi-tenant settings and I am following the instructions in this page:
https://docs.ovh.com/fr/voip/freeswitch-configuration-et-utilisation/
everything works correctly as long as I want to make an anonymous call () but when we set the setting for caller-id to true it gives us the forbidden error.
this parameter is the one the we use to force caller ID:


as I read in your forum in this address:
https://community.ovhcloud.com/community/fr/impossibilite-de-passer-un-appel-sortant-a-partir-d-un-serveur-freeswitch?id=community_question&sys_id=3ad1b580f5d246d02d4c5f7a9ab361ae

this must fix the problem:




but it doesn't.

As I read in international forums the problem is that in my call request to your service the from part is like this:

From:

but it should be like this:

From: "0033486571571"

for example

ACK sip:0033XXXXXXX@XXX.XXX.XXX.XXX:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.112.142:65259;rport;branch=z9hG4bKPj5a77702c15bc4da996c4731325a28d20
Max-Forwards: 70
From: ;tag=a4df0860a9cb426d99742fcb6c14cb6e
To: ;tag=75g5v5SertU3e
Call-ID: c87c5e2d144a45b78e2760d855d2b9f0
CSeq: 10702 ACK
Route:
Content-Length: 0

should be like

ACK sip:0033XXXXXXX@XXX.XXX.XXX.XXX:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.112.142:65259;rport;branch=z9hG4bKPj5a77702c15bc4da996c4731325a28d20
Max-Forwards: 70
From: "0033486571571" ;tag=a4df0860a9cb426d99742fcb6c14cb6e
To: ;tag=75g5v5SertU3e
Call-ID: c87c5e2d144a45b78e2760d855d2b9f0
CSeq: 10702 ACK
Route:
Content-Length: 0


I also checked my outgoing packets when the call gets forbidden error and I see my freeswitch is sending packets to OVH siptrunck.


1 Antwort ( Latest reply on 2020-01-13 11:52:43 Von
Gaston_Phone
)

Hi @UniV

Could-you gives us copy screen of yours configurations ?