Hello,

As the log says, the problem is you are using a dialog related function (set_dlg_profile) before actually creating the dialog. So be sure you do create_dialog() before using any dialog based functionality (profile, flags, vars, etc)

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 09.02.2014 12:40, Dragomir Haralambiev wrote:
Hello,

When try to use set_dlg_profile at OpanSips - 1.9 I receive follow errors:

ERROR:dialog:set_dlg_profile: dialog was not yet created - script error
ERROR:dialog:w_set_dlg_profile: failed to set profile


Here is part of my Opensips script:

....
modparam("dialog", "profiles_with_value", "caller")
.....

 if ( is_method("INVITE") ) {
.....
  set_dlg_profile("caller","$fU");

}


Where is problem?

Regards,
PlayMen


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to