On 04/15/06 20:06 Dinesh Nair said the following:


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,

the problem could be a little deeper than this. my experiments so far have shown that you should have the codec disallow/allow statements under [general] in ooh323.conf and not in the individual user/peer sections. somehow the codecs in the individual user/peer sections are not honoured.

also, even for disallow/allow, you can only have one codec selected like so,

disallow=all
allow=ulaw ; or alaw or gsm

having more than one allow line seems to confuse ooh323 as it uses one codec for the transmit leg and another for the receive leg.

perhaps the folks at objective systems could use this information to fix the current broken behaviour with respect to codec negotiation in ooh323.

--
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

Reply via email to