Attention is currently required from: pespin.
Patch set 4:Code-Review +1
1 comment:
File asterisk/Asterisk_Tests.ttcn:
Patch Set #4, Line 426: as_SIP_expect_resp
Do you really need to `activate()` those altsteps in background? You could do:
```
alt {
[] as_SIP_expect_resp(exp_ok, fail_others := false);
[] as_SIP_ignore_resp(exp_trying);
[] as_SIP_ignore_resp(exp_ringing);
}
```
Not critical, as both approaches are basically equivalent.
To view, visit change 36547. To unsubscribe, or for help writing mail filters, visit settings.