mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 01:42:18 +00:00
Add DNA name variable
This commit is contained in:
parent
0905c6af4e
commit
172bdb61ed
1
client.c
1
client.c
@ -653,7 +653,6 @@ int requestItem(char *did,char *sid,char *item,int instance,
|
||||
successes++;
|
||||
}
|
||||
break;
|
||||
case VAR_NOTE:
|
||||
default:
|
||||
/* ASCII formatted variable types */
|
||||
{
|
||||
|
1
dna.c
1
dna.c
@ -54,6 +54,7 @@ struct mphlr_variable vars[]={
|
||||
{VAR_VOICESIG,"voicesig","Voice signature of this subscriber"},
|
||||
|
||||
{VAR_HLRMASTER,"hlrmaster","Location where the master copy of this HLR record is maintained."},
|
||||
{VAR_NAME, "name", "Published name of this subscriber"},
|
||||
|
||||
/* Variables that can take multiple values */
|
||||
{VAR_DIDS,"dids","Numbers claimed by this subscriber"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user