Proxy SIP UDP
1. Scénario
Dans ce scénario, on analyse un appel entre (sip:telephone1@domain.xyz) 172.16.98.182 et 172.16.98.1 (sip:telephone2@domain.xyz) à travers un proxy domain.xyz (172.16.98.102) dont le service est rendu en UDP.
- UAC :
172.16.98.182 - UAS :
172.16.98.1 - Proxy :
172.16.98.102

Source : https://www.cloudshark.org/captures/5881e936996f
Dans cette analyse, on sera attentif aux champs “Via”, “Max-Forwards” et “Contact”.
2. INVITE initial (telephone1 → Proxy)
Le numéro est composé par l’UAC.
3. INVITE routé (Proxy → telephone2)
Le champ “Via” est ajouté
4. Réponses routées 100 Trying, 180 Ringing
Réponses routées à travers le saut noté dans le deuxième champ “Via”. La réponse “180 Ringing” du correspondant ajoute un tag au champ “To:”.
5. Réponse routée 200 OK
L’UAS décroche.
La combinaison des champs
To-tag,From-TagetCall-IDidentifient le dialogue entre telephone1 et telephone2