<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.13" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi, </FONT></DIV>
<DIV><FONT face=Arial size=2>I tried the sample code in <A 
href="http://www.opensips.org/Resources/DocsTutConcurrentCalls">http://www.opensips.org/Resources/DocsTutConcurrentCalls</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>there it has:</FONT></DIV>
<DIV>&nbsp;&nbsp;        # get current calls for 
uuid<BR>                        get_profile_size("caller","$avp(s:caller_uuid)","$var(calls)");&nbsp;<BR><BR></DIV>
<DIV><FONT face=Arial size=2>and when dialog is created, it has caller profile 
defined:</FONT></DIV>
<DIV>&nbsp;&nbsp;        create_dialog();<BR>                        set_dlg_profile("caller","$avp(s:caller_uuid)");</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>but when I run this, I got the following 
exception:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>May 14 05:45:56 [2633] 
CRITICAL:dialog:fixup_profile: profile &lt;caller&gt; not definited<BR>May 14 
05:45:56 [2633] ERROR:core:fix_actions: fixing failed (code=-6) at cfg line 
753<BR>May 14 05:45:56 [2633] ERROR:core:main: failed to fix configuration with 
err code -6<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>does anybody know how to define the &lt;caller&gt; 
profile ? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I read the dialog doc <A 
href="http://www.opensips.org/html/docs/modules/1.5.x/dialog.html">http://www.opensips.org/html/docs/modules/1.5.x/dialog.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2>and it looks <FONT face="Times New Roman" 
size=3>set_dlg_profile("caller","$avp(s:caller_uuid)"); is the method to define 
the dialog,</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>if that is the 
case, why the sample doesn't work ?</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3>Jimmy</FONT></DIV></FONT>
<DIV><BR><BR></DIV></BODY></HTML>