On 04/15/06 20:00 Dinesh Nair said the following:
1. call goes thru asterisk
2. called phone (SIP) rings
3. when called phone answers, call is dropped.
4. ooh323 log below.
note the two lines which say,
ERROR:Local endpoint does not have any audio capabilities (incoming,
ooh323c_2)
ERROR:Failed to open audio channels. Clearing call.(incoming, ooh323c_2)
apparently, this happens in ooOpenLogicalChannel() in ooh323c/src/ooh245.c,
specifically the segment at,
ooH323EpCapability *epCap=NULL;
int k=0;
/* Check whether local endpoint has audio capability */
if(gH323ep.myCaps == 0 && call->ourCaps == 0)
{
OOTRACEERR3("ERROR:Local endpoint does not have any audio capabilities"
" (%s, %s)\n", call->callType, call->callToken);
return OO_FAILED;
}
/* Go through local endpoints capabilities sequentially, and find out the
first one which has a match in the remote endpoints receive
capabilities.
*/
OOTRACEINFO3("Looking for matching capabilities. (%s, %s)\n",
call->callType, call->callToken);
does this help the developers at objective systems fix this problem ?
--
Regards, /\_/\ "All dogs go to heaven."
[EMAIL PROTECTED] (0 0) http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do |
| for b in clients employers associates relatives neighbours pets; do |
| echo "The opinions here in no way reflect the opinions of my $a $b." |
| done; done |
+=========================================================================+
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel