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.
Forfaits VoIP - Impossibilité de passer un appel sortant à partir d’un serveur FreeSwitch via nos SIP T
Related questions
- Configuration SIP VOH avec une application SIP sur android
52280
12.09.2019 07:50
- Sip ovh sur android ?
51098
04.06.2017 19:32
- Un numéro injoignable et support ovh ne répond pas aux demandes
47717
25.04.2018 09:06
- VOIP + 4G BOX besoin d'aide
42287
17.03.2017 11:13
- Configuration Zoiper pour Android 8.1.0
41302
18.01.2019 19:01
- Paramétrage Serveur SIP et compte SIP sur Huawei E5186s-22a
40718
21.12.2017 09:47
- Téléphonie en Belgique
40112
09.12.2016 07:31
- Cisco 8851 reçu non configuré
36995
07.06.2018 08:53
- Ip interdite sur Téléphone Yealink W60P
36444
03.01.2019 18:21
- Ligne tel OVH configurée sur BBOX3 Proximus
29792
07.12.2021 07:51
Hi @UniV
Could-you gives us copy screen of yours configurations ?