I am looking for some help how to make sippy_cup scenario file.
I would like to originate a call by sipp as UAC. An other soft client connected as UAS. An Asterisk server handle the connection between the two client.
---
source: 192.168.0.18
destination: 192.168.0.18
max_concurrent: 1
calls_per_second: 1
number_of_calls: 1
from_user: C001
to_user: 200
steps:
- invite
- wait_for_answer
- ack_answer
- register 'C001@192.168.0.18', 'password!'
- invite
- wait_for_answer
- ack_answer
- sleep 3
- send_digits '200'
- sleep 5
- send_digits '#'
- wait_for_hangup
Package capture does not show any other message after the ACK of 401 message.
So the question is, how need to reply to 401 message with sippy_cup?