Star2Billing / a2billing

A2Billing is a telecom switch and billing system capable of providing and billing a range of telecom products and services to customers such as calling card products, residential and wholesale VoIP termination, DID resale and callback services.
www.asterisk2billing.org
Other
181 stars 175 forks source link

VoIP Settings/SETVAR option broken #165

Open freddy36 opened 4 years ago

freddy36 commented 4 years ago

Hi,

currently the SETVAR option for SIP friends (VoIP Settings/edit dialog) is broken. the value must contain a = sign (e.g. VAR=foobar) in order to be usefull. But at various points in the code the = sign is stripped (sanitized), apparently for security reasons.

Is this sanitizing code (especially for the = sign) still needed or is the underlying code properly fixed by now to prevent exploits?