[Home]

Summary:ASTERISK-27547: res_pjsip: Add new AMI Action for PJSIPShowAuths
Reporter:sungtae kim (pchero)Labels:pjsip
Date Opened:2018-01-04 18:45:57.000-0600Date Closed:2018-01-10 06:56:41.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:15.1.5 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Provide configured all of PJSIP's Auth info.

{noformat}
Action: PJSIPShowAuths

Response: Success
EventList: start
Message: A listing of Auths follows, presented as AuthList events

Event: AuthList
ObjectType: auth
ObjectName: 301
Username: 301
Md5Cred:
Realm:
AuthType: userpass
Password: 301
NonceLifetime: 32

Event: AuthList
ObjectType: auth
ObjectName: 302
Username: 302
Md5Cred:
Realm:
AuthType: userpass
Password: 302
NonceLifetime: 32

Event: AuthList
ObjectType: auth
ObjectName: pjagent-01
Username: pjagent-01
Md5Cred:
Realm:
AuthType: userpass
Password: pjagent-01
NonceLifetime: 32

Event: AuthListComplete
EventList: Complete
ListItems: 3
{noformat}
Comments:By: Asterisk Team (asteriskteam) 2018-01-04 18:45:57.773-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Friendly Automation (friendly-automation) 2018-01-10 06:56:42.833-0600

Change 7808 merged by Joshua Colp:
res_pjsip: Add AMI action 'PJSIPShowAuths'

[https://gerrit.asterisk.org/7808|https://gerrit.asterisk.org/7808]