<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi,<BR>
<BR>
I've a small dialer that uses loopback and i'm trying to find out the uuid for the real channel sofia when the B channel is answered.<BR>
<BR>
So far i use the variable_originate_signal_bond that gives me the uuid of the sofia channel. But in some calls i don't have this variable but instead i have variable_signal_bond.<BR>
In my code right now i test both to have the real channel, so there is no problem here.<BR>
<BR>
I notice that when i have signal_bond i don't have originate_signal_bond and is present when the bridge returns SUCCESS (originate_disposition=SUCCESS).<BR>
But in some case the originate_disposition is equal failure and the call is successfully connected to sofia channel. <BR>
<BR>
<BR>
What is the differences between this variables? or should i use another method to get the uuid for the realchannel?<BR>
<BR>
<BR>
<BR>
Thanks,<BR>
Ant&#243;nio
</BODY>
</HTML>