[Home]

Summary:ASTERISK-01397: __mgcp_xmit
Reporter:wiking (wiking)Labels:
Date Opened:2004-04-12 14:37:57Date Closed:2011-06-07 14:04:57
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) mgcp.conf
Description:I have a voip phone that has only MGCP support. i'm trying to run asterisk development (cvs) release on openbsd 3.4, but i get this error message:
Apr 12 20:26:32 WARNING[1007300096]: chan_mgcp.c:455 __mgcp_xmit: mgcp_xmit returned -1: Address family not supported by protocol family

Comments:By: Olle Johansson (oej) 2004-04-12 14:55:20

Please add your mgcp.conf

By: hula (hula) 2004-04-27 16:44:22

This applies for the 0.7.2 release as well on FreeBSD (both 4.9 and 5.2.1). The message is "chan_mgcp.c:374 __mgcp_xmit: mgcp_xmit returned -1: Address family not supported by protocol family". As far as I can tell, the sockaddr structure &p->parent->addr in the function seems clobbered. My mgcp.conf is similar to the one above and works as expected under Linux (Debian Testing).

By: Brian West (bkw918) 2004-05-01 01:15:11

He says it works on linux fine.  OpenBSD and FreeBSD compatibility aren't 100% done.