|
@@ -1038,6 +1038,9 @@ void rpc_t_uac_attrs(rpc_t *rpc, void *c)
|
|
|
if(pit->body.len == 4
|
|
|
&& strncasecmp(pit->name.s, "wait", 4) == 0) {
|
|
|
tattrs.reply_wait = 1;
|
|
|
+ } else if(pit->body.len == 5
|
|
|
+ && strncasecmp(pit->name.s, "start", 5) == 0) {
|
|
|
+ tattrs.reply_wait = 0;
|
|
|
} else if(pit->body.len == 5
|
|
|
&& strncasecmp(pit->name.s, "block", 5) == 0) {
|
|
|
tattrs.reply_wait = 2;
|