-
- Downloads
res_pjsip: Add "like" processing to pjsip list and show commands
Add the ability to filter output from pjsip list and show commands using the "like" predicate like chan_sip. For endpoints, aors, auths, registrations, identifyies and transports, the modification was a simple change of an ast_sorcery_retrieve_by_fields call to ast_sorcery_retrieve_by_regex. For channels and contacts a little more work had to be done because neither of those objects are true sorcery objects. That was just removing the non-matching object from the final container. Of course, a little extra plumbing in the common pjsip_cli code was needed to parse the "like" and pass the regex to the get_container callbacks. Some of the get_container code in res_pjsip_endpoint_identifier was also refactored for simplicity. ASTERISK-25477 #close Reported by: Bryant Zimmerman Tested by: George Joseph Change-Id: I646d9326b778aac26bb3e2bcd7fa1346d24434f1
Showing
- CHANGES 5 additions, 0 deletionsCHANGES
- include/asterisk/res_pjsip_cli.h 1 addition, 1 deletioninclude/asterisk/res_pjsip_cli.h
- res/res_pjsip/config_auth.c 8 additions, 7 deletionsres/res_pjsip/config_auth.c
- res/res_pjsip/config_transport.c 9 additions, 7 deletionsres/res_pjsip/config_transport.c
- res/res_pjsip/location.c 41 additions, 14 deletionsres/res_pjsip/location.c
- res/res_pjsip/pjsip_cli.c 14 additions, 1 deletionres/res_pjsip/pjsip_cli.c
- res/res_pjsip/pjsip_configuration.c 40 additions, 14 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_endpoint_identifier_ip.c 16 additions, 40 deletionsres/res_pjsip_endpoint_identifier_ip.c
- res/res_pjsip_outbound_registration.c 9 additions, 6 deletionsres/res_pjsip_outbound_registration.c
Loading
Please register or sign in to comment