fixup: AMI test client for VoLTE development

This commit is contained in:
Andreas Eversberg 2024-05-16 15:09:16 +02:00
parent b0e65f0cb2
commit 7268e8b646
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ void event_fullybooted (ami_event_t *event) {
return;
do_register = 1;
ami_action(ami, event_response, NULL, "Action: PJSIPRegister\nRegistration: volte_ims");
ami_action(ami, event_response, NULL, "Action: PJSIPAccessNetworkInfo\nRegistration: volte_ims\nInfo: hello");
}
int hex_to_octet_string(const char *name, const char *input, uint8_t *output, size_t output_size)