MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

Correct implementation of parameter media_id in media functions #88

Closed MayamaTakeshi closed 3 months ago

MayamaTakeshi commented 3 months ago

The parameter media_id in start|stop_play_wav, start|stop_record_wav, start_speech_synth, send_dtmf etc must be optional. If not present, the media function should affect all audio media streams.

MayamaTakeshi commented 3 months ago

Done: