[Home]

Summary:ASTERISK-23092: cli: pjsip show endpoint <endpoint> shows allow/disallow codecs the same
Reporter:Dan Jenkins (danjenkins)Labels:
Date Opened:2014-01-03 12:05:43.000-0600Date Closed:2014-03-07 15:13:19.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:SVN 12.0.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When calling pjsip show endpoint <endpoint_name> the disallow and allow information is the same, how can the be the SAME?

allow                         : (gsm|ulaw|alaw|g722)
disallow                      : (gsm|ulaw|alaw|g722)

pjsip.conf

[endpoint_name]
type=endpoint
disallow=all
allow=gsm
allow=ulaw
allow=alaw
allow=g722

Not sure if it's just me or not but I've looked at settings etc and can't see anything obvious
Comments:By: Joshua C. Colp (jcolp) 2014-01-03 12:11:42.388-0600

I can confirm this.