The xml files generated by sipXconfig (at least for fallbackrules.xml,
which is what I am currently looking at) set attributes like this:
        <headerparams>expires=60</headerparams>
        <fieldparams>q=0.9</fieldparams>

Scott says they would be better like this:
        <headerparams name="expires">60</headerparams>
        <fieldparams name="q">0.9</fieldparams>

The current software does not seem to lend itself to generating the new
format, as the member variables for the parameters are just arrays of
strings such as "q=0.9".

I think this is too big a change to piggy-back on my little change
adding the expires parameter for gateways :-)  so unless there are
objections, an issue is coming...

Carolyn 
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to