Hi,
Andreas Granig wrote:
- user-aliases: You can now assign aliases to local users. This is
especially useful for mapping numeric numbers to SIP accounts for PSTN inward dialing.
the aliases are based usrloc or db_aliases module?
They are based on usrloc, an option for db_aliases is planned though.
ok - some people find more convenient to use db_aliases because of provisioning reasons ;)
- cli-pai: This feature allows the provisioning of arbitrary SIP
URIs, which are inserted into a P-Asserted-Identity Header for outgoing calls. This for example allows the signalling of a numeric CLI to a PSTN gateway (so it’s the opposite of user-aliases).
maybe you should have the option to use RPID or PAI.....
Right. I just left RPID out for now, since CLIR is handled a bit different (own privacy header for PAI opposed to header parameter for RPID). Thus, I left this one out until server-side CLIR is implemented (which will be next week).
ok :)
- ring-timeout: You can now dynamically set the ring-timeout (or,
more specifically, the fr_inv_timer) per local callee.
it is only the support, or there is some script to load the timeout values from a DB?
The value is loaded by the usr-preferences feature. The ring-timeout feauture then uses the AVP.
should be better to use "load_credentials" to get rid of an extra db query?
regards, bogdan