Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is video over IAX trunk possible? #565

Open
Zw1d opened this issue Feb 4, 2021 · 4 comments
Open

Is video over IAX trunk possible? #565

Zw1d opened this issue Feb 4, 2021 · 4 comments

Comments

@Zw1d
Copy link

Zw1d commented Feb 4, 2021

Hi!
This is most likely not an issue with chan-sccp. I'm just hoping to get some clarification.
I have two PBXs in two locations (A and B) connected via IAX2 trunk. Local video calls work in both site A and in site B, but they do not work across the trunk (eg. call from site A to site B):

SCCP => IAX-Trunk => SCCP

This is the message I managed to pick up on receiving end:

[2021-02-04 11:54:28] NOTICE[3631][C-00000a76]: ast116.c:1706 sccp_astwrap_request: Could not match video codec. No Video

I know that chan-sccp support h263 and h264. Is that possible that stream from SCCP is converted to some other codec that IAX trunk uses, that cannot get reverted back to be received by SCCP on the other side?

Thank you in advance and sorry for not exactly chan-sccp related question.

@ojaksch
Copy link

ojaksch commented Feb 4, 2021

Never tried this due to the lack of video phones. There was a parameter "videosupport=yes" in iax.conf on older versions of Asterisk but seems to be gone. Also, check the allowed/disallowed codecs in iax.conf. There are some in the [general] section as well in the friends/peers section.
To name a few possible codecs: h263, h263p, h264
Just my 2c.

@Zw1d
Copy link
Author

Zw1d commented Feb 4, 2021

@ojaksch Thanks for the input. videosupport=yes is available in general IAX configuration and I think it works okay, but something happens to the stream that goes through the trunk so it's not accepted on the other end.

@Zw1d
Copy link
Author

Zw1d commented Feb 5, 2021

No progress so far, but I can confirm that it does work over SIP trunk. However SIP trunk config is a nightmare and I hate it.

@dkgroot
Copy link
Member

dkgroot commented Feb 6, 2021

@zipiju Can you run a little video test using two sip softphones over that IAX trunk. If that doesn't work either, we know it's an iax problem and chan-sccp is not involved. If it does work, then it points to a problem in the way chan-sccp and iax work together, to figure out codec support. Thanks for reporting this issue and testing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants