mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-07 11:08:36 +00:00
added some debugging to help solve the non-responsive issue that
Jeremy found.
This commit is contained in:
parent
f0b72955d1
commit
d74afa9ac2
@ -400,6 +400,7 @@ int monitor_process_command(int index,char *cmd)
|
||||
}
|
||||
}
|
||||
else if (sscanf(cmd,"call %s %s %s",sid,localDid,remoteDid)==3) {
|
||||
WHY("here");
|
||||
if (sid[0]=='*') {
|
||||
/* For testing, pick a peer and call them */
|
||||
int bin,slot;
|
||||
@ -427,6 +428,7 @@ int monitor_process_command(int index,char *cmd)
|
||||
stowSid(&mdp.vompevent.remote_sid[0],0,sid);
|
||||
vomp_mdp_event(&mdp,NULL,0);
|
||||
}
|
||||
WHY("here");
|
||||
}
|
||||
else if (sscanf(cmd,"status %x",&callSessionToken)==1) {
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user