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
180 stars 174 forks source link

sip-iax-info not accepting = sign #125

Open imnick80 opened 8 years ago

imnick80 commented 8 years ago

Hi, i can't put equal signs on sip-iax-info custom configurations. If you open sip_additional_parameters and save without making any modification, all parameters are cleaned from the = sign so they will be saved as: trustrpid yes | sendrpid yes | canreinvite no

If you try to add something of course it will be cleaned too. Same is on iax_additional_parameters.

All configuration parameters can't accept = signs so we would need to add an escape function to let users to add = on right place. Where is located the php that manages configuration post inputs? Thank you