Hi Oliver,
unfortunately no... cpl-c is based on tm and actually tm is the one which controls the forwarding process. and for the moment tm doesn't support per user timeout..... let's hope in a better future...
bogdan
Brinker, Oliver wrote:
Hi Bogdan,
Exactly that was the problem ;-) After removing the proxy_route param call forward on busy or no answer works. Is it possible to control the timeout value for call forward on no answer via the CPL script? Only changing "modparam("tm","fr_inv_timer",30)" in ser.cfg seems to take effect. Again, many thanks for your help.
Regards, Oliver
Bogdan-Andrei IANCU [mailto:iancu@fokus.fraunhofer.de] wrote
Hi Oliver,
The problem is in your configuration :-). cpl-c module param "proxy_route" doesn't refer to a route that does proxy(relying) as you configure, but to a route to be processed before cpl-c does proxy (this is does internally). So. basically you were trying to do twice transaction creations and req. relaying.
so, in your case, please remove the "proxy_route" param.
bogdan