Yate Community Forum

General Category => Yate users hangout place => Topic started by: ganapathi on October 09, 2017, 07:13:24 AM

Title: [ YATE 6.0 ] Parameter Assign on Another Module
Post by: ganapathi on October 09, 2017, 07:13:24 AM
Hi

As i need to assign one value while listening one module(chan.disconnected) and need to assign the value on another module(call.cdr) by using external module.

Will you please guys help me for the same.


Yate::Install("chan.disconnected",80);

call_cdr->params["call_direction"]='xyz';