[OpenSIPS-Users] set_dlg_profile problem

Bogdan-Andrei Iancu bogdan at opensips.org
Sun Feb 9 18:21:55 CET 2014


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
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140209/384cbe64/attachment.htm>


More information about the Users mailing list