FreeBSD Asterisk Fritz!Card USB V2.0 - Fritz installieren geht nicht (kann ich nicht)

ron9999

Neuer User
Mitglied seit
7 Okt 2007
Beiträge
79
Punkte für Reaktionen
0
Punkte
0
Hallo Leute,
habe eine Freebsd 6.2 Box wo Asterisk darauf installiert ist, als Anschluss ein ISDN mit 1 fixen Nr. und 1 MSN Nr. aber ich kann nur ISDN-Telefone anschliessen keine Analogen.
Jetzt habe ich eine Fritz!Card USB V2.0 bekommen und möchte die zum Laufen bringen, kann mir bitte jemand ein paar Hinweise geben wie ich vorgehen muss? (Welche Treiber brauch ich? in welche *.conf muss ich was eintragen od. wie anpassen.)
installieren kann ich dann selbst ;)
Wichtigste wäre mom die Fritz!Card USB V2.0 richtig installieren. Beim booten oder wenn ich den USB Stecker einstecke bekomme ich folgende Fehler:
uhub2: Port1, set config at addr 2 failed
uhub2: device problem (STALLED), disabling port 1

Danke im Voraus
 
Zuletzt bearbeitet:
Vielleicht kann mir auf diese Frage jemand antworten.
Ich habe mir von ftp://ftp.chan-capi.org/chan-capi/ das File chan_capi-cm-0.6.5.tar.gz herunter geladen und wollte es kompilieren, wo der Fehler liegt od. was mache ich falsch?

Freebsd 6.2 - Asterisk 1.4.11 - AVM ISD PCI

Fehler:
Code:
 chan_capi.c:1495: error: `AST_FRAME_DTMF' undeclared (first use in this function)
chan_capi.c:1502: warning: implicit declaration of function `ast_write'
chan_capi.c:1506: warning: implicit declaration of function `ast_frfree'
chan_capi.c:1525: warning: `return' with a value, in function returning void
chan_capi.c:1431: warning: unused variable `ret'
chan_capi.c: In function `capi_new':
chan_capi.c:1537: warning: implicit declaration of function `ast_channel_alloc'
chan_capi.c:1537: warning: assignment makes pointer from integer without a cast
chan_capi.c:1540: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:1552: warning: implicit declaration of function `ast_string_field_build'
chan_capi.c:1552: error: `name' undeclared (first use in this function)
chan_capi.c:1564: warning: implicit declaration of function `ast_channel_free'
chan_capi.c:1571: error: dereferencing pointer to incomplete type
chan_capi.c:1573: warning: implicit declaration of function `ast_smoother_reset'
chan_capi.c:1592: warning: implicit declaration of function `ast_dsp_new'
chan_capi.c:1592: warning: assignment makes pointer from integer without a cast
chan_capi.c:1593: warning: implicit declaration of function `ast_dsp_set_features'
chan_capi.c:1593: error: `DSP_FEATURE_DTMF_DETECT' undeclared (first use in this function)
chan_capi.c:1595: warning: implicit declaration of function `ast_dsp_digitmode'
chan_capi.c:1595: error: `DSP_DIGITMODE_DTMF' undeclared (first use in this function)
chan_capi.c:1595: error: `DSP_DIGITMODE_RELAXDTMF' undeclared (first use in this function)
chan_capi.c:1599: error: dereferencing pointer to incomplete type
chan_capi.c:1601: error: dereferencing pointer to incomplete type
chan_capi.c:1602: error: dereferencing pointer to incomplete type
chan_capi.c:1603: warning: implicit declaration of function `ast_best_codec'
chan_capi.c:1603: error: dereferencing pointer to incomplete type
chan_capi.c:1604: error: dereferencing pointer to incomplete type
chan_capi.c:1605: error: dereferencing pointer to incomplete type
chan_capi.c:1608: error: dereferencing pointer to incomplete type
chan_capi.c:1609: error: dereferencing pointer to incomplete type
chan_capi.c:1610: error: dereferencing pointer to incomplete type
chan_capi.c:1624: error: dereferencing pointer to incomplete type
chan_capi.c:1624: error: dereferencing pointer to incomplete type
chan_capi.c:1627: error: dereferencing pointer to incomplete type
chan_capi.c:1629: error: dereferencing pointer to incomplete type
chan_capi.c:1630: error: dereferencing pointer to incomplete type
chan_capi.c:1638: error: dereferencing pointer to incomplete type
chan_capi.c:1638: error: dereferencing pointer to incomplete type
chan_capi.c:1640: warning: implicit declaration of function `ast_string_field_set'
chan_capi.c:1640: error: `accountcode' undeclared (first use in this function)
chan_capi.c:1641: error: `language' undeclared (first use in this function)
chan_capi.c: In function `capi_request':
chan_capi.c:1674: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:1674: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:1674: error: syntax error before string constant
chan_capi.c:1680: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:1682: error: `AST_CAUSE_INVALID_NUMBER_FORMAT' undeclared (first use in this function)
chan_capi.c:1688: warning: implicit declaration of function `ast_get_group'
chan_capi.c:1689: error: syntax error before string constant
chan_capi.c:1693: error: syntax error before string constant
chan_capi.c:1696: error: syntax error before string constant
chan_capi.c:1746: error: `AST_STATE_RESERVED' undeclared (first use in this function)
chan_capi.c:1758: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:1758: error: syntax error before string constant
chan_capi.c:1761: error: `AST_CAUSE_REQUESTED_CHAN_UNAVAIL' undeclared (first use in this function)
chan_capi.c: In function `setup_b3_fax_config':
chan_capi.c:1774: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:1774: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:1774: error: syntax error before string constant
chan_capi.c: In function `capi_change_bchan_fax':
chan_capi.c:1793: error: dereferencing pointer to incomplete type
chan_capi.c:1794: error: syntax error before "CMSG"
chan_capi.c:1798: error: `CMSG' undeclared (first use in this function)
chan_capi.c:1799: error: invalid lvalue in assignment
chan_capi.c:1809: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:1813: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_HEADER'
chan_capi.c:1814: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_PLCI'
chan_capi.c:1814: error: invalid lvalue in assignment
chan_capi.c:1815: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_B1PROTOCOL'
chan_capi.c:1815: error: invalid lvalue in assignment
chan_capi.c:1816: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_B2PROTOCOL'
chan_capi.c:1816: error: invalid lvalue in assignment
chan_capi.c:1817: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_B3PROTOCOL'
chan_capi.c:1817: error: invalid lvalue in assignment
chan_capi.c:1818: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_B1CONFIGURATION'
chan_capi.c:1818: error: invalid lvalue in assignment
chan_capi.c:1819: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_B2CONFIGURATION'
chan_capi.c:1819: error: invalid lvalue in assignment
chan_capi.c:1820: warning: implicit declaration of function `SELECT_B_PROTOCOL_REQ_B3CONFIGURATION'
chan_capi.c:1820: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:1820: error: syntax error before "b3conf"
chan_capi.c: In function `capi_receive_fax':
chan_capi.c:1831: error: dereferencing pointer to incomplete type
chan_capi.c:1838: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:1842: error: structure has no member named `lock'
chan_capi.c:1854: error: structure has no member named `lock'
chan_capi.c:1866: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:1867: error: structure has no member named `lock'
chan_capi.c:1870: error: structure has no member named `lock'
chan_capi.c:1875: error: structure has no member named `lock'
chan_capi.c:1893: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:1893: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:1893: error: syntax error before string constant
chan_capi.c:1898: error: `VERBOSE_PREFIX_1' undeclared (first use in this function)
chan_capi.c:1898: error: syntax error before string constant
chan_capi.c:1903: error: syntax error before string constant
chan_capi.c: In function `capi_handle_dtmf_fax':
chan_capi.c:1918: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:1921: error: dereferencing pointer to incomplete type
chan_capi.c:1924: error: `LOG_DEBUG' undeclared (first use in this function)
chan_capi.c:1930: error: dereferencing pointer to incomplete type
chan_capi.c:1935: error: dereferencing pointer to incomplete type
chan_capi.c:1936: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:1936: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:1936: error: syntax error before string constant
chan_capi.c:1940: error: syntax error before string constant
chan_capi.c:1944: error: dereferencing pointer to incomplete type
chan_capi.c:1946: error: dereferencing pointer to incomplete type
chan_capi.c:1947: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:1947: error: dereferencing pointer to incomplete type
chan_capi.c:1947: error: dereferencing pointer to incomplete type
chan_capi.c: In function `find_interface_by_msgnum':
chan_capi.c:1983: error: structure has no member named `MessageNumber'
chan_capi.c: In function `pipe_frame':
chan_capi.c:2001: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2001: error: `VERBOSE_PREFIX_1' undeclared (first use in this function)
chan_capi.c:2001: error: syntax error before string constant
chan_capi.c:2007: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:2007: error: dereferencing pointer to incomplete type
chan_capi.c:2017: error: dereferencing pointer to incomplete type
chan_capi.c:2017: error: `AST_FRAME_VOICE' undeclared (first use in this function)
chan_capi.c:2023: warning: implicit declaration of function `ast_dsp_process'
chan_capi.c:2023: warning: assignment makes pointer from integer without a cast
chan_capi.c:2025: error: dereferencing pointer to incomplete type
chan_capi.c:2025: error: `AST_FRAME_NULL' undeclared (first use in this function)
chan_capi.c:2032: error: invalid application of `sizeof' to incomplete type `ast_frame'
chan_capi.c:2033: error: invalid application of `sizeof' to incomplete type `ast_frame'
chan_capi.c:2034: error: invalid application of `sizeof' to incomplete type `ast_frame'
chan_capi.c:2038: error: dereferencing pointer to incomplete type
chan_capi.c:2039: error: dereferencing pointer to incomplete type
chan_capi.c:2039: error: dereferencing pointer to incomplete type
chan_capi.c:2040: error: dereferencing pointer to incomplete type
chan_capi.c:2041: error: dereferencing pointer to incomplete type
chan_capi.c: In function `search_did':
chan_capi.c:2062: error: dereferencing pointer to incomplete type
chan_capi.c:2067: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2067: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2067: error: syntax error before string constant
chan_capi.c:2075: error: dereferencing pointer to incomplete type
chan_capi.c:2076: error: dereferencing pointer to incomplete type
chan_capi.c:2077: error: dereferencing pointer to incomplete type
chan_capi.c:2077: error: dereferencing pointer to incomplete type
chan_capi.c:2078: error: syntax error before string constant
chan_capi.c:2083: warning: implicit declaration of function `ast_canmatch_extension'
chan_capi.c:2083: error: dereferencing pointer to incomplete type
chan_capi.c:2084: error: syntax error before string constant
chan_capi.c: In function `start_b3':
chan_capi.c:2097: error: syntax error before "CMSG"
chan_capi.c:2101: warning: implicit declaration of function `CONNECT_B3_REQ_HEADER'
chan_capi.c:2101: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2102: warning: implicit declaration of function `CONNECT_B3_REQ_PLCI'
chan_capi.c:2102: error: invalid lvalue in assignment
chan_capi.c:2104: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2104: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2104: error: syntax error before string constant
chan_capi.c: In function `send_progress':
chan_capi.c:2125: error: storage size of 'fr' isn't known
chan_capi.c:2131: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_capi.c:2132: error: `AST_CONTROL_PROGRESS' undeclared (first use in this function)
chan_capi.c:2125: warning: unused variable `fr'
chan_capi.c: At top level:
chan_capi.c:2141: error: syntax error before '*' token
chan_capi.c: In function `handle_progress_indicator':
chan_capi.c:2143: warning: implicit declaration of function `INFO_IND_INFOELEMENT'
chan_capi.c:2143: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2143: error: subscripted value is neither array nor pointer
chan_capi.c:2144: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2144: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:2144: error: syntax error before string constant
chan_capi.c:2149: error: subscripted value is neither array nor pointer
chan_capi.c:2151: error: syntax error before string constant
chan_capi.c:2155: error: syntax error before string constant
chan_capi.c:2157: error: `i' undeclared (first use in this function)
chan_capi.c:2160: error: syntax error before string constant
chan_capi.c:2164: error: syntax error before string constant
chan_capi.c:2168: error: syntax error before string constant
chan_capi.c:2172: error: syntax error before string constant
chan_capi.c:2176: error: syntax error before string constant
chan_capi.c: At top level:
chan_capi.c:2186: error: syntax error before "_cword"
chan_capi.c: In function `start_pbx_on_match':
chan_capi.c:2188: error: syntax error before "CMSG2"
chan_capi.c:2190: error: `i' undeclared (first use in this function)
chan_capi.c:2191: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2191: error: `VERBOSE_PREFIX_2' undeclared (first use in this function)
chan_capi.c:2191: error: syntax error before string constant
chan_capi.c:2199: error: `AST_STATE_RING' undeclared (first use in this function)
chan_capi.c:2200: warning: implicit declaration of function `ast_pbx_start'
chan_capi.c:2201: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:2205: error: syntax error before string constant
chan_capi.c:2218: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:2220: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2220: error: `MessageNumber' undeclared (first use in this function)
chan_capi.c:2221: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2222: error: invalid lvalue in assignment
chan_capi.c: At top level:
chan_capi.c:2231: error: syntax error before '*' token
chan_capi.c: In function `handle_did_digits':
chan_capi.c:2234: error: storage size of 'fr' isn't known
chan_capi.c:2237: error: `i' undeclared (first use in this function)
chan_capi.c:2238: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:2243: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2243: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:2243: error: syntax error before string constant
chan_capi.c:2248: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2248: warning: passing arg 1 of `capi_number_func' makes pointer from integer without a cast
chan_capi.c:2265: error: `AST_FRAME_DTMF' undeclared (first use in this function)
chan_capi.c:2272: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2234: warning: unused variable `fr'
chan_capi.c: In function `pipe_cause_control':
chan_capi.c:2281: error: storage size of 'fr' isn't known
chan_capi.c:2283: error: `AST_FRAME_NULL' undeclared (first use in this function)
chan_capi.c:2287: error: dereferencing pointer to incomplete type
chan_capi.c:2288: error: `AST_CAUSE_NORMAL_CIRCUIT_CONGESTION' undeclared (first use in this function)
chan_capi.c:2289: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_capi.c:2290: error: `AST_CONTROL_CONGESTION' undeclared (first use in this function)
chan_capi.c:2291: error: `AST_CAUSE_NO_USER_RESPONSE' undeclared (first use in this function)
chan_capi.c:2292: error: `AST_CAUSE_NO_ANSWER' undeclared (first use in this function)
chan_capi.c:2295: error: `AST_CONTROL_BUSY' undeclared (first use in this function)
chan_capi.c:2281: warning: unused variable `fr'
chan_capi.c: At top level:
chan_capi.c:2305: error: syntax error before '*' token
chan_capi.c: In function `handle_info_disconnect':
chan_capi.c:2307: error: syntax error before "CMSG2"
chan_capi.c:2309: error: `i' undeclared (first use in this function)
chan_capi.c:2312: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2312: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2312: error: syntax error before string constant
chan_capi.c:2318: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2319: error: syntax error before string constant
chan_capi.c:2323: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2331: error: syntax error before string constant
chan_capi.c:2340: error: syntax error before string constant
chan_capi.c:2352: error: syntax error before string constant
chan_capi.c:2367: error: syntax error before string constant
chan_capi.c:2377: error: syntax error before string constant
chan_capi.c: At top level:
chan_capi.c:2385: error: syntax error before '*' token
chan_capi.c: In function `handle_setup_element':
chan_capi.c:2387: error: `i' undeclared (first use in this function)
chan_capi.c:2388: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2388: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:2388: error: syntax error before string constant
chan_capi.c:2396: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:2402: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2402: error: `CMSG' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:2413: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_info_indication':
chan_capi.c:2415: error: syntax error before "CMSG2"
chan_capi.c:2416: error: storage size of 'fr' isn't known
chan_capi.c:2420: warning: implicit declaration of function `INFO_RESP_HEADER'
chan_capi.c:2420: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2420: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2420: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2423: error: `i' undeclared (first use in this function)
chan_capi.c:2423: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2425: warning: implicit declaration of function `INFO_IND_INFONUMBER'
chan_capi.c:2427: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2427: error: syntax error before string constant
chan_capi.c:2430: error: subscripted value is neither array nor pointer
chan_capi.c:2434: error: syntax error before string constant
chan_capi.c:2438: error: syntax error before string constant
chan_capi.c:2442: error: syntax error before string constant
chan_capi.c:2446: error: syntax error before string constant
chan_capi.c:2452: error: subscripted value is neither array nor pointer
chan_capi.c:2453: error: subscripted value is neither array nor pointer
chan_capi.c:2465: error: syntax error before string constant
chan_capi.c:2470: error: syntax error before string constant
chan_capi.c:2480: error: syntax error before string constant
chan_capi.c:2487: error: syntax error before string constant
chan_capi.c:2489: error: `NCCI' undeclared (first use in this function)
chan_capi.c:2492: warning: passing arg 1 of `capi_number_func' makes pointer from integer without a cast
chan_capi.c:2493: error: subscripted value is neither array nor pointer
chan_capi.c:2494: error: subscripted value is neither array nor pointer
chan_capi.c:2496: error: syntax error before string constant
chan_capi.c:2511: error: syntax error before string constant
chan_capi.c:2516: error: syntax error before string constant
chan_capi.c:2520: error: syntax error before string constant
chan_capi.c:2524: error: syntax error before string constant
chan_capi.c:2526: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_capi.c:2527: error: `AST_CONTROL_RINGING' undeclared (first use in this function)
chan_capi.c:2531: error: syntax error before string constant
chan_capi.c:2535: error: `AST_CONTROL_PROCEEDING' undeclared (first use in this function)
chan_capi.c:2539: error: syntax error before string constant
chan_capi.c:2555: error: `AST_CAUSE_USER_BUSY' undeclared (first use in this function)
chan_capi.c:2563: error: syntax error before string constant
chan_capi.c:2568: error: syntax error before string constant
chan_capi.c:2572: error: syntax error before string constant
chan_capi.c:2584: error: syntax error before string constant
chan_capi.c:2588: error: syntax error before string constant
chan_capi.c:2593: error: syntax error before string constant
chan_capi.c:2597: error: syntax error before string constant
chan_capi.c:2601: error: syntax error before string constant
chan_capi.c:2605: error: syntax error before string constant
chan_capi.c:2609: error: syntax error before string constant
chan_capi.c:2613: error: syntax error before string constant
chan_capi.c:2617: error: syntax error before string constant
chan_capi.c:2416: warning: unused variable `fr'
chan_capi.c: At top level:
chan_capi.c:2627: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_facility_indication':
chan_capi.c:2629: error: syntax error before "CMSG2"
chan_capi.c:2630: error: storage size of 'fr' isn't known
chan_capi.c:2635: warning: implicit declaration of function `FACILITY_RESP_HEADER'
chan_capi.c:2635: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2635: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2635: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2636: warning: implicit declaration of function `FACILITY_RESP_FACILITYSELECTOR'
chan_capi.c:2636: warning: implicit declaration of function `FACILITY_IND_FACILITYSELECTOR'
chan_capi.c:2636: error: invalid lvalue in assignment
chan_capi.c:2637: warning: implicit declaration of function `FACILITY_IND_FACILITYINDICATIONPARAMETER'
chan_capi.c:2640: error: `i' undeclared (first use in this function)
chan_capi.c:2640: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2644: error: subscripted value is neither array nor pointer
chan_capi.c:2645: error: subscripted value is neither array nor pointer
chan_capi.c:2646: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2646: error: syntax error before string constant
chan_capi.c:2649: error: subscripted value is neither array nor pointer
chan_capi.c:2650: error: subscripted value is neither array nor pointer
chan_capi.c:2651: error: subscripted value is neither array nor pointer
chan_capi.c:2652: error: subscripted value is neither array nor pointer
chan_capi.c:2658: error: subscripted value is neither array nor pointer
chan_capi.c:2659: error: subscripted value is neither array nor pointer
chan_capi.c:2660: error: invalid lvalue in assignment
chan_capi.c:2662: warning: passing arg 1 of `read_capi_word' makes pointer from integer without a cast
chan_capi.c:2663: error: invalid lvalue in assignment
chan_capi.c:2666: error: subscripted value is neither array nor pointer
chan_capi.c:2667: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:2667: error: syntax error before string constant
chan_capi.c:2673: error: `AST_FRAME_DTMF' undeclared (first use in this function)
chan_capi.c:2695: error: subscripted value is neither array nor pointer
chan_capi.c:2696: error: subscripted value is neither array nor pointer
chan_capi.c:2697: error: syntax error before string constant
chan_capi.c:2701: error: subscripted value is neither array nor pointer
chan_capi.c:2705: error: subscripted value is neither array nor pointer
chan_capi.c:2706: error: subscripted value is neither array nor pointer
chan_capi.c:2707: error: subscripted value is neither array nor pointer
chan_capi.c:2708: error: subscripted value is neither array nor pointer
chan_capi.c:2709: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:2709: error: subscripted value is neither array nor pointer
chan_capi.c:2709: error: subscripted value is neither array nor pointer
chan_capi.c:2713: error: subscripted value is neither array nor pointer
chan_capi.c:2719: error: syntax error before string constant
chan_capi.c:2726: error: subscripted value is neither array nor pointer
chan_capi.c:2727: error: subscripted value is neither array nor pointer
chan_capi.c:2728: error: subscripted value is neither array nor pointer
chan_capi.c:2729: error: subscripted value is neither array nor pointer
chan_capi.c:2732: error: subscripted value is neither array nor pointer
chan_capi.c:2732: error: subscripted value is neither array nor pointer
chan_capi.c:2736: error: subscripted value is neither array nor pointer
chan_capi.c:2740: error: syntax error before string constant
chan_capi.c:2630: warning: unused variable `fr'
chan_capi.c: At top level:
chan_capi.c:2751: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_data_b3_indication':
chan_capi.c:2753: error: syntax error before "CMSG2"
chan_capi.c:2754: error: storage size of 'fr' isn't known
chan_capi.c:2761: error: `i' undeclared (first use in this function)
chan_capi.c:2762: warning: implicit declaration of function `DATA_B3_IND_DATALENGTH'
chan_capi.c:2762: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2764: warning: implicit declaration of function `DATA_B3_IND_DATA'
chan_capi.c:2768: warning: implicit declaration of function `DATA_B3_RESP_HEADER'
chan_capi.c:2768: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2769: warning: implicit declaration of function `DATA_B3_RESP_NCCI'
chan_capi.c:2769: error: `NCCI' undeclared (first use in this function)
chan_capi.c:2770: warning: implicit declaration of function `DATA_B3_RESP_DATAHANDLE'
chan_capi.c:2770: warning: implicit declaration of function `DATA_B3_IND_DATAHANDLE'
chan_capi.c:2770: error: invalid lvalue in assignment
chan_capi.c:2773: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2773: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2777: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2777: error: syntax error before string constant
chan_capi.c:2780: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:2792: error: `AST_FORMAT_ULAW' undeclared (first use in this function)
chan_capi.c:2810: error: syntax error before string constant
chan_capi.c:2825: error: `AST_FRAME_VOICE' undeclared (first use in this function)
chan_capi.c:2837: error: syntax error before string constant
chan_capi.c:2754: warning: unused variable `fr'
chan_capi.c: In function `capi_signal_answer':
chan_capi.c:2848: error: storage size of 'fr' isn't known
chan_capi.c:2850: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_capi.c:2851: error: `AST_CONTROL_ANSWER' undeclared (first use in this function)
chan_capi.c:2848: warning: unused variable `fr'
chan_capi.c: At top level:
chan_capi.c:2859: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_connect_active_indication':
chan_capi.c:2861: error: syntax error before "CMSG2"
chan_capi.c:2863: warning: implicit declaration of function `CONNECT_ACTIVE_RESP_HEADER'
chan_capi.c:2863: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2863: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2864: warning: implicit declaration of function `CONNECT_ACTIVE_RESP_PLCI'
chan_capi.c:2864: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2867: error: `i' undeclared (first use in this function)
chan_capi.c:2867: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2870: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2870: error: syntax error before string constant
chan_capi.c:2878: error: `AST_STATE_UP' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:2907: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_connect_b3_active_indication':
chan_capi.c:2909: error: syntax error before "CMSG2"
chan_capi.c:2912: warning: implicit declaration of function `CONNECT_B3_ACTIVE_RESP_HEADER'
chan_capi.c:2912: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2912: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2913: warning: implicit declaration of function `CONNECT_B3_ACTIVE_RESP_NCCI'
chan_capi.c:2913: error: `NCCI' undeclared (first use in this function)
chan_capi.c:2916: error: `i' undeclared (first use in this function)
chan_capi.c:2916: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2916: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2925: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:2925: error: syntax error before string constant
chan_capi.c:2934: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:2940: error: syntax error before string constant
chan_capi.c:2948: error: `AST_STATE_UP' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:2957: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_disconnect_b3_indication':
chan_capi.c:2959: error: syntax error before "CMSG2"
chan_capi.c:2961: warning: implicit declaration of function `DISCONNECT_B3_RESP_HEADER'
chan_capi.c:2961: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:2961: error: `CMSG' undeclared (first use in this function)
chan_capi.c:2962: warning: implicit declaration of function `DISCONNECT_B3_RESP_NCCI'
chan_capi.c:2962: error: `NCCI' undeclared (first use in this function)
chan_capi.c:2965: error: `i' undeclared (first use in this function)
chan_capi.c:2965: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:2965: error: `PLCI' undeclared (first use in this function)
chan_capi.c:2967: warning: implicit declaration of function `DISCONNECT_B3_IND_REASON_B3'
chan_capi.c:2974: warning: implicit declaration of function `DISCONNECT_B3_IND_NCPI'
chan_capi.c: At top level:
chan_capi.c:3008: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_connect_b3_indication':
chan_capi.c:3010: error: syntax error before "CMSG2"
chan_capi.c:3013: warning: implicit declaration of function `CONNECT_B3_RESP_HEADER'
chan_capi.c:3013: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:3013: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3014: warning: implicit declaration of function `CONNECT_B3_RESP_NCCI'
chan_capi.c:3014: error: `NCCI' undeclared (first use in this function)
chan_capi.c:3015: warning: implicit declaration of function `CONNECT_B3_RESP_REJECT'
chan_capi.c:3015: error: invalid lvalue in assignment
chan_capi.c:3018: error: `i' undeclared (first use in this function)
chan_capi.c:3018: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3018: error: `PLCI' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:3028: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_disconnect_indication':
chan_capi.c:3030: error: syntax error before "CMSG2"
chan_capi.c:3031: error: storage size of 'fr' isn't known
chan_capi.c:3034: warning: implicit declaration of function `DISCONNECT_RESP_HEADER'
chan_capi.c:3034: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:3034: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3035: warning: implicit declaration of function `DISCONNECT_RESP_PLCI'
chan_capi.c:3035: error: `PLCI' undeclared (first use in this function)
chan_capi.c:3038: warning: implicit declaration of function `DISCONNECT_IND_REASON'
chan_capi.c:3040: error: `i' undeclared (first use in this function)
chan_capi.c:3040: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3063: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:3063: error: syntax error before string constant
chan_capi.c:3069: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_capi.c:3071: error: `AST_CONTROL_CONGESTION' undeclared (first use in this function)
chan_capi.c:3073: error: `AST_FRAME_NULL' undeclared (first use in this function)
chan_capi.c:3083: warning: implicit declaration of function `ast_check_hangup'
chan_capi.c:3084: error: syntax error before string constant
chan_capi.c:3031: warning: unused variable `fr'
chan_capi.c: In function `capi_call_deflect':
chan_capi.c:3104: error: dereferencing pointer to incomplete type
chan_capi.c:3105: error: syntax error before "CMSG"
chan_capi.c:3111: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3119: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:3119: error: dereferencing pointer to incomplete type
chan_capi.c:3124: error: structure has no member named `lock'
chan_capi.c:3129: error: structure has no member named `lock'
chan_capi.c:3181: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3182: warning: implicit declaration of function `INFO_REQ_CONTROLLER'
chan_capi.c:3182: error: invalid lvalue in assignment
chan_capi.c:3183: error: invalid lvalue in assignment
chan_capi.c:3184: warning: implicit declaration of function `INFO_REQ_BCHANNELINFORMATION'
chan_capi.c:3184: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:3184: error: syntax error before "bchaninfo"
chan_capi.c:3185: warning: implicit declaration of function `INFO_REQ_KEYPADFACILITY'
chan_capi.c:3185: error: invalid lvalue in assignment
chan_capi.c:3186: warning: implicit declaration of function `INFO_REQ_USERUSERDATA'
chan_capi.c:3186: error: invalid lvalue in assignment
chan_capi.c:3187: warning: implicit declaration of function `INFO_REQ_FACILITYDATAARRAY'
chan_capi.c:3187: error: syntax error before "fac"
chan_capi.c:3191: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3191: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:3191: error: syntax error before string constant
chan_capi.c:3194: error: structure has no member named `lock'
chan_capi.c: At top level:
chan_capi.c:3201: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_connect_indication':
chan_capi.c:3204: error: syntax error before "CMSG2"
chan_capi.c:3218: error: `interface' undeclared (first use in this function)
chan_capi.c:3228: warning: implicit declaration of function `CONNECT_IND_CALLEDPARTYNUMBER'
chan_capi.c:3228: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3228: warning: passing arg 1 of `capi_number_func' makes pointer from integer without a cast
chan_capi.c:3232: error: subscripted value is neither array nor pointer
chan_capi.c:3233: error: subscripted value is neither array nor pointer
chan_capi.c:3236: warning: implicit declaration of function `CONNECT_IND_CALLINGPARTYNUMBER'
chan_capi.c:3236: warning: passing arg 1 of `capi_number_func' makes pointer from integer without a cast
chan_capi.c:3237: error: subscripted value is neither array nor pointer
chan_capi.c:3238: error: subscripted value is neither array nor pointer
chan_capi.c:3239: error: subscripted value is neither array nor pointer
chan_capi.c:3241: error: `PLCI' undeclared (first use in this function)
chan_capi.c:3243: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3243: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:3243: error: syntax error before string constant
chan_capi.c:3246: warning: implicit declaration of function `CONNECT_IND_BCHANNELINFORMATION'
chan_capi.c:3247: error: subscripted value is neither array nor pointer
chan_capi.c:3277: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3277: error: syntax error before string constant
chan_capi.c:3302: warning: implicit declaration of function `CONNECT_IND_CIPVALUE'
chan_capi.c:3305: error: structure has no member named `MessageNumber'
chan_capi.c:3308: error: `AST_STATE_DOWN' undeclared (first use in this function)
chan_capi.c:3320: error: dereferencing pointer to incomplete type
chan_capi.c:3323: error: dereferencing pointer to incomplete type
chan_capi.c:3327: error: `VERBOSE_PREFIX_2' undeclared (first use in this function)
chan_capi.c:3327: error: syntax error before string constant
chan_capi.c:3332: error: structure has no member named `lock'
chan_capi.c:3335: error: dereferencing pointer to incomplete type
chan_capi.c:3365: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3368: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:3369: warning: implicit declaration of function `CONNECT_IND_PLCI'
chan_capi.c:3369: error: invalid lvalue in assignment
chan_capi.c:3370: error: invalid lvalue in assignment
chan_capi.c: At top level:
chan_capi.c:3378: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_facility_confirmation':
chan_capi.c:3380: warning: implicit declaration of function `FACILITY_CONF_FACILITYSELECTOR'
chan_capi.c:3380: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3383: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3383: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3383: error: syntax error before string constant
chan_capi.c:3387: error: `i' undeclared (first use in this function)
chan_capi.c:3388: warning: implicit declaration of function `FACILITY_CONF_INFO'
chan_capi.c:3389: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:3389: error: syntax error before string constant
chan_capi.c:3393: warning: implicit declaration of function `FACILITY_CONF_FACILITYCONFIRMATIONPARAMETER'
chan_capi.c:3393: error: subscripted value is neither array nor pointer
chan_capi.c:3394: error: syntax error before string constant
chan_capi.c:3397: error: syntax error before string constant
chan_capi.c:3404: error: subscripted value is neither array nor pointer
chan_capi.c:3405: error: subscripted value is neither array nor pointer
chan_capi.c:3406: error: subscripted value is neither array nor pointer
chan_capi.c:3407: error: subscripted value is neither array nor pointer
chan_capi.c:3408: error: syntax error before string constant
chan_capi.c:3414: error: subscripted value is neither array nor pointer
chan_capi.c:3415: error: subscripted value is neither array nor pointer
chan_capi.c:3417: error: subscripted value is neither array nor pointer
chan_capi.c:3418: error: subscripted value is neither array nor pointer
chan_capi.c:3422: error: subscripted value is neither array nor pointer
chan_capi.c:3423: error: subscripted value is neither array nor pointer
chan_capi.c:3428: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c: In function `show_capi_conf_error':
chan_capi.c:3445: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3445: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:3445: error: syntax error before string constant
chan_capi.c:3450: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:3460: error: syntax error before '*' token
chan_capi.c: In function `capi_handle_msg':
chan_capi.c:3462: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3471: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3477: error: structure has no member named `lock'
chan_capi.c:3524: warning: implicit declaration of function `CONNECT_CONF_INFO'
chan_capi.c:3526: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:3533: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:3533: error: syntax error before string constant
chan_capi.c:3539: error: storage size of 'fr' isn't known
chan_capi.c:3540: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_capi.c:3541: error: `AST_CONTROL_BUSY' undeclared (first use in this function)
chan_capi.c:3539: warning: unused variable `fr'
chan_capi.c:3547: warning: implicit declaration of function `CONNECT_B3_CONF_INFO'
chan_capi.c:3556: warning: implicit declaration of function `ALERT_CONF_INFO'
chan_capi.c:3562: error: dereferencing pointer to incomplete type
chan_capi.c:3562: error: `AST_STATE_RING' undeclared (first use in this function)
chan_capi.c:3563: error: dereferencing pointer to incomplete type
chan_capi.c:3569: warning: implicit declaration of function `SELECT_B_PROTOCOL_CONF_INFO'
chan_capi.c:3579: warning: implicit declaration of function `DATA_B3_CONF_INFO'
chan_capi.c:3583: warning: implicit declaration of function `DISCONNECT_CONF_INFO'
chan_capi.c:3587: warning: implicit declaration of function `DISCONNECT_B3_CONF_INFO'
chan_capi.c:3595: warning: implicit declaration of function `INFO_CONF_INFO'
chan_capi.c:3605: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3605: error: syntax error before string constant
chan_capi.c:3619: error: structure has no member named `lock'
chan_capi.c: In function `capi_retrieve':
chan_capi.c:3629: error: dereferencing pointer to incomplete type
chan_capi.c:3630: error: syntax error before "CMSG"
chan_capi.c:3635: error: dereferencing pointer to incomplete type
chan_capi.c:3658: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3658: error: dereferencing pointer to incomplete type
chan_capi.c:3677: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3677: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3677: error: syntax error before string constant
chan_capi.c:3681: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:3681: error: dereferencing pointer to incomplete type
chan_capi.c:3691: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3692: error: invalid lvalue in assignment
chan_capi.c:3693: error: invalid lvalue in assignment
chan_capi.c:3694: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:3697: error: syntax error before string constant
chan_capi.c: In function `capi_ect':
chan_capi.c:3711: error: dereferencing pointer to incomplete type
chan_capi.c:3713: error: syntax error before "CMSG"
chan_capi.c:3719: warning: assignment makes pointer from integer without a cast
chan_capi.c:3728: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3745: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3745: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3745: error: syntax error before string constant
chan_capi.c:3749: error: dereferencing pointer to incomplete type
chan_capi.c:3761: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3762: error: invalid lvalue in assignment
chan_capi.c:3783: warning: implicit declaration of function `FACILITY_REQ_CONTROLLER'
chan_capi.c:3783: error: invalid lvalue in assignment
chan_capi.c:3784: error: invalid lvalue in assignment
chan_capi.c:3785: error: invalid lvalue in assignment
chan_capi.c:3786: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:3794: error: syntax error before string constant
chan_capi.c: In function `capi_hold':
chan_capi.c:3805: error: dereferencing pointer to incomplete type
chan_capi.c:3806: error: syntax error before "CMSG"
chan_capi.c:3813: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:3813: error: dereferencing pointer to incomplete type
chan_capi.c:3819: error: dereferencing pointer to incomplete type
chan_capi.c:3824: error: dereferencing pointer to incomplete type
chan_capi.c:3834: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3835: error: invalid lvalue in assignment
chan_capi.c:3836: error: invalid lvalue in assignment
chan_capi.c:3837: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:3840: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3840: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3840: error: syntax error before string constant
chan_capi.c: In function `capi_malicious':
chan_capi.c:3860: error: dereferencing pointer to incomplete type
chan_capi.c:3861: error: syntax error before "CMSG"
chan_capi.c:3865: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:3865: error: dereferencing pointer to incomplete type
chan_capi.c:3870: error: structure has no member named `lock'
chan_capi.c:3877: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3878: error: invalid lvalue in assignment
chan_capi.c:3879: error: invalid lvalue in assignment
chan_capi.c:3880: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:3884: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3884: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3884: error: syntax error before string constant
chan_capi.c:3887: error: structure has no member named `lock'
chan_capi.c: In function `capi_echosquelch':
chan_capi.c:3896: error: dereferencing pointer to incomplete type
chan_capi.c:3899: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3902: warning: implicit declaration of function `ast_true'
chan_capi.c:3904: warning: implicit declaration of function `ast_false'
chan_capi.c:3910: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3910: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3910: error: syntax error before string constant
chan_capi.c: In function `capi_holdtype':
chan_capi.c:3920: error: dereferencing pointer to incomplete type
chan_capi.c:3923: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3936: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3936: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3936: error: syntax error before string constant
chan_capi.c: In function `capi_signal_progress':
chan_capi.c:3947: error: dereferencing pointer to incomplete type
chan_capi.c:3948: error: syntax error before "CMSG"
chan_capi.c:3951: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:3959: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:3959: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:3959: error: syntax error before string constant
chan_capi.c:3964: error: `CMSG' undeclared (first use in this function)
chan_capi.c:3965: error: invalid lvalue in assignment
chan_capi.c:3966: error: invalid lvalue in assignment
chan_capi.c:3967: error: invalid lvalue in assignment
chan_capi.c:3968: error: invalid lvalue in assignment
chan_capi.c:3969: error: invalid lvalue in assignment
chan_capi.c:3970: error: invalid lvalue in assignment
chan_capi.c:3971: error: invalid lvalue in assignment
chan_capi.c: In function `capicommand_exec':
chan_capi.c:4011: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:4015: warning: implicit declaration of function `LOCAL_USER_ADD'
chan_capi.c:4017: warning: implicit declaration of function `ast_strdupa'
chan_capi.c:4017: warning: assignment makes pointer from integer without a cast
chan_capi.c:4021: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4021: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:4021: error: syntax error before string constant
chan_capi.c:4030: warning: implicit declaration of function `LOCAL_USER_REMOVE'
chan_capi.c:4037: error: dereferencing pointer to incomplete type
chan_capi.c: In function `capi_indicate':
chan_capi.c:4057: error: dereferencing pointer to incomplete type
chan_capi.c:4058: error: syntax error before "CMSG"
chan_capi.c:4065: error: structure has no member named `lock'
chan_capi.c:4068: error: `AST_CONTROL_RINGING' undeclared (first use in this function)
chan_capi.c:4069: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4069: error: `VERBOSE_PREFIX_2' undeclared (first use in this function)
chan_capi.c:4069: error: syntax error before string constant
chan_capi.c:4086: error: `AST_CONTROL_BUSY' undeclared (first use in this function)
chan_capi.c:4087: error: syntax error before string constant
chan_capi.c:4091: error: `CMSG' undeclared (first use in this function)
chan_capi.c:4091: error: structure has no member named `MessageNumber'
chan_capi.c:4092: error: invalid lvalue in assignment
chan_capi.c:4093: error: invalid lvalue in assignment
chan_capi.c:4100: error: `AST_CONTROL_CONGESTION' undeclared (first use in this function)
chan_capi.c:4101: error: syntax error before string constant
chan_capi.c:4105: error: structure has no member named `MessageNumber'
chan_capi.c:4106: error: invalid lvalue in assignment
chan_capi.c:4107: error: invalid lvalue in assignment
chan_capi.c:4114: error: `AST_CONTROL_PROGRESS' undeclared (first use in this function)
chan_capi.c:4115: error: syntax error before string constant
chan_capi.c:4119: error: `AST_CONTROL_PROCEEDING' undeclared (first use in this function)
chan_capi.c:4120: error: syntax error before string constant
chan_capi.c:4125: error: `AST_CONTROL_HOLD' undeclared (first use in this function)
chan_capi.c:4126: error: syntax error before string constant
chan_capi.c:4132: error: `AST_CONTROL_UNHOLD' undeclared (first use in this function)
chan_capi.c:4133: error: syntax error before string constant
chan_capi.c:4141: error: syntax error before string constant
chan_capi.c:4147: error: syntax error before string constant
chan_capi.c:4151: error: structure has no member named `lock'
chan_capi.c: In function `capi_devicestate':
chan_capi.c:4161: error: `AST_DEVICE_UNKNOWN' undeclared (first use in this function)
chan_capi.c:4164: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4164: error: `VERBOSE_PREFIX_2' undeclared (first use in this function)
chan_capi.c:4164: error: syntax error before string constant
chan_capi.c:4168: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:4168: error: syntax error before string constant
chan_capi.c: In function `do_monitor':
chan_capi.c:4181: error: syntax error before "monCMSG"
chan_capi.c:4184: error: `monCMSG' undeclared (first use in this function)
chan_capi.c:4189: warning: implicit declaration of function `ast_hangup'
chan_capi.c:4194: warning: implicit declaration of function `ast_softhangup'
chan_capi.c:4194: error: `AST_SOFTHANGUP_DEV' undeclared (first use in this function)
chan_capi.c:4206: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c: In function `capi_gains':
chan_capi.c:4228: error: `AST_FORMAT_ULAW' undeclared (first use in this function)
chan_capi.c: In function `mkif':
chan_capi.c:4285: warning: implicit declaration of function `ast_mutex_init'
chan_capi.c:4285: error: structure has no member named `lock'
chan_capi.c:4344: warning: implicit declaration of function `ast_smoother_new'
chan_capi.c:4344: warning: assignment makes pointer from integer without a cast
chan_capi.c:4360: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4360: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:4360: error: syntax error before string constant
chan_capi.c: In function `supported_sservices':
chan_capi.c:4372: error: syntax error before "error"
chan_capi.c:4379: error: `CMSG' undeclared (first use in this function)
chan_capi.c:4380: error: invalid lvalue in assignment
chan_capi.c:4381: error: invalid lvalue in assignment
chan_capi.c:4383: error: `_cstruct' undeclared (first use in this function)
chan_capi.c:4390: error: `error' undeclared (first use in this function)
chan_capi.c:4391: error: `CMSG2' undeclared (first use in this function)
chan_capi.c:4393: warning: implicit declaration of function `IS_FACILITY_CONF'
chan_capi.c:4394: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4394: error: `VERBOSE_PREFIX_4' undeclared (first use in this function)
chan_capi.c:4394: error: syntax error before string constant
chan_capi.c:4403: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:4408: error: subscripted value is neither array nor pointer
chan_capi.c:4409: error: subscripted value is neither array nor pointer
chan_capi.c:4413: error: subscripted value is neither array nor pointer
chan_capi.c:4414: error: syntax error before string constant
chan_capi.c:4420: error: syntax error before string constant
chan_capi.c:4424: error: syntax error before string constant
chan_capi.c:4428: error: syntax error before string constant
chan_capi.c:4432: error: syntax error before string constant
chan_capi.c:4436: error: syntax error before string constant
chan_capi.c:4440: error: syntax error before string constant
chan_capi.c:4444: error: syntax error before string constant
chan_capi.c:4448: error: syntax error before string constant
chan_capi.c:4452: error: syntax error before string constant
chan_capi.c:4456: error: syntax error before string constant
chan_capi.c:4460: error: syntax error before string constant
chan_capi.c: In function `capi_info':
chan_capi.c:4473: error: `RESULT_SHOWUSAGE' undeclared (first use in this function)
chan_capi.c:4478: warning: implicit declaration of function `ast_cli'
chan_capi.c:4483: error: `RESULT_SUCCESS' undeclared (first use in this function)
chan_capi.c: In function `capi_do_debug':
chan_capi.c:4492: error: `RESULT_SHOWUSAGE' undeclared (first use in this function)
chan_capi.c:4497: error: `RESULT_SUCCESS' undeclared (first use in this function)
chan_capi.c: In function `capi_no_debug':
chan_capi.c:4506: error: `RESULT_SHOWUSAGE' undeclared (first use in this function)
chan_capi.c:4511: error: `RESULT_SUCCESS' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:4532: error: variable `cli_info' has initializer but incomplete type
chan_capi.c:4533: error: extra brace group at end of initializer
chan_capi.c:4533: error: (near initialization for `cli_info')
chan_capi.c:4533: warning: excess elements in struct initializer
chan_capi.c:4533: warning: (near initialization for `cli_info')
chan_capi.c:4533: warning: excess elements in struct initializer
chan_capi.c:4533: warning: (near initialization for `cli_info')
chan_capi.c:4533: warning: excess elements in struct initializer
chan_capi.c:4533: warning: (near initialization for `cli_info')
chan_capi.c:4533: warning: excess elements in struct initializer
chan_capi.c:4533: warning: (near initialization for `cli_info')
chan_capi.c:4534: error: variable `cli_debug' has initializer but incomplete type
chan_capi.c:4535: error: extra brace group at end of initializer
chan_capi.c:4535: error: (near initialization for `cli_debug')
chan_capi.c:4535: warning: excess elements in struct initializer
chan_capi.c:4535: warning: (near initialization for `cli_debug')
chan_capi.c:4535: warning: excess elements in struct initializer
chan_capi.c:4535: warning: (near initialization for `cli_debug')
chan_capi.c:4535: warning: excess elements in struct initializer
chan_capi.c:4535: warning: (near initialization for `cli_debug')
chan_capi.c:4535: warning: excess elements in struct initializer
chan_capi.c:4535: warning: (near initialization for `cli_debug')
chan_capi.c:4536: error: variable `cli_no_debug' has initializer but incomplete type
chan_capi.c:4537: error: extra brace group at end of initializer
chan_capi.c:4537: error: (near initialization for `cli_no_debug')
chan_capi.c:4537: warning: excess elements in struct initializer
chan_capi.c:4537: warning: (near initialization for `cli_no_debug')
chan_capi.c:4537: warning: excess elements in struct initializer
chan_capi.c:4537: warning: (near initialization for `cli_no_debug')
chan_capi.c:4537: warning: excess elements in struct initializer
chan_capi.c:4537: warning: (near initialization for `cli_no_debug')
chan_capi.c:4537: warning: excess elements in struct initializer
chan_capi.c:4537: warning: (near initialization for `cli_no_debug')
chan_capi.c:4540: error: variable `capi_tech' has initializer but incomplete type
chan_capi.c:4541: error: unknown field `type' specified in initializer
chan_capi.c:4541: warning: excess elements in struct initializer
chan_capi.c:4541: warning: (near initialization for `capi_tech')
chan_capi.c:4542: error: unknown field `description' specified in initializer
chan_capi.c:4542: warning: excess elements in struct initializer
chan_capi.c:4542: warning: (near initialization for `capi_tech')
chan_capi.c:4543: error: unknown field `capabilities' specified in initializer
chan_capi.c:4543: warning: excess elements in struct initializer
chan_capi.c:4543: warning: (near initialization for `capi_tech')
chan_capi.c:4544: error: unknown field `requester' specified in initializer
chan_capi.c:4544: warning: excess elements in struct initializer
chan_capi.c:4544: warning: (near initialization for `capi_tech')
chan_capi.c:4545: error: unknown field `send_digit' specified in initializer
chan_capi.c:4545: warning: excess elements in struct initializer
chan_capi.c:4545: warning: (near initialization for `capi_tech')
chan_capi.c:4546: error: unknown field `send_text' specified in initializer
chan_capi.c:4546: warning: excess elements in struct initializer
chan_capi.c:4546: warning: (near initialization for `capi_tech')
chan_capi.c:4547: error: unknown field `call' specified in initializer
chan_capi.c:4547: warning: excess elements in struct initializer
chan_capi.c:4547: warning: (near initialization for `capi_tech')
chan_capi.c:4548: error: unknown field `hangup' specified in initializer
chan_capi.c:4548: warning: excess elements in struct initializer
chan_capi.c:4548: warning: (near initialization for `capi_tech')
chan_capi.c:4549: error: unknown field `answer' specified in initializer
chan_capi.c:4549: warning: excess elements in struct initializer
chan_capi.c:4549: warning: (near initialization for `capi_tech')
chan_capi.c:4550: error: unknown field `read' specified in initializer
chan_capi.c:4550: warning: excess elements in struct initializer
chan_capi.c:4550: warning: (near initialization for `capi_tech')
chan_capi.c:4551: error: unknown field `write' specified in initializer
chan_capi.c:4551: warning: excess elements in struct initializer
chan_capi.c:4551: warning: (near initialization for `capi_tech')
chan_capi.c:4552: error: unknown field `bridge' specified in initializer
chan_capi.c:4552: warning: excess elements in struct initializer
chan_capi.c:4552: warning: (near initialization for `capi_tech')
chan_capi.c:4553: error: unknown field `exception' specified in initializer
chan_capi.c:4553: warning: excess elements in struct initializer
chan_capi.c:4553: warning: (near initialization for `capi_tech')
chan_capi.c:4554: error: unknown field `indicate' specified in initializer
chan_capi.c:4554: warning: excess elements in struct initializer
chan_capi.c:4554: warning: (near initialization for `capi_tech')
chan_capi.c:4555: error: unknown field `fixup' specified in initializer
chan_capi.c:4555: warning: excess elements in struct initializer
chan_capi.c:4555: warning: (near initialization for `capi_tech')
chan_capi.c:4556: error: unknown field `setoption' specified in initializer
chan_capi.c:4556: warning: excess elements in struct initializer
chan_capi.c:4556: warning: (near initialization for `capi_tech')
chan_capi.c:4558: error: unknown field `devicestate' specified in initializer
chan_capi.c:4558: warning: excess elements in struct initializer
chan_capi.c:4558: warning: (near initialization for `capi_tech')
chan_capi.c: In function `cc_init_capi':
chan_capi.c:4569: error: syntax error before "profile"
chan_capi.c:4576: warning: implicit declaration of function `capi20_isinstalled'
chan_capi.c:4577: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:4581: warning: implicit declaration of function `capi20_register'
chan_capi.c:4584: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c:4589: warning: implicit declaration of function `capi20_get_profile'
chan_capi.c:4589: error: `profile' undeclared (first use in this function)
chan_capi.c:4605: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4605: error: `VERBOSE_PREFIX_2' undeclared (first use in this function)
chan_capi.c:4605: error: syntax error before string constant
chan_capi.c:4620: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:4628: error: `CAPI_PROFILE_DTMF_SUPPORT' undeclared (first use in this function)
chan_capi.c:4634: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:4634: error: syntax error before string constant
chan_capi.c:4640: error: `CAPI_PROFILE_ECHO_CANCELLATION' undeclared (first use in this function)
chan_capi.c:4644: error: syntax error before string constant
chan_capi.c:4650: error: `CAPI_PROFILE_SUPPLEMENTARY_SERVICES' undeclared (first use in this function)
chan_capi.c:4662: error: syntax error before string constant
chan_capi.c:4668: error: syntax error before string constant
chan_capi.c: In function `cc_post_init_capi':
chan_capi.c:4689: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:4692: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4692: error: `VERBOSE_PREFIX_3' undeclared (first use in this function)
chan_capi.c:4692: error: syntax error before string constant
chan_capi.c:4696: error: `LOG_NOTICE' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:4706: warning: "struct ast_variable" declared inside parameter list
chan_capi.c:4706: warning: its scope is only this definition or declaration, which is probably not what you want
chan_capi.c: In function `conf_interface':
chan_capi.c:4726: error: dereferencing pointer to incomplete type
chan_capi.c:4727: error: dereferencing pointer to incomplete type
chan_capi.c:4727: error: dereferencing pointer to incomplete type
chan_capi.c:4728: error: dereferencing pointer to incomplete type
chan_capi.c:4728: error: dereferencing pointer to incomplete type
chan_capi.c:4729: error: dereferencing pointer to incomplete type
chan_capi.c:4729: error: dereferencing pointer to incomplete type
chan_capi.c:4730: error: dereferencing pointer to incomplete type
chan_capi.c:4730: error: dereferencing pointer to incomplete type
chan_capi.c:4731: error: dereferencing pointer to incomplete type
chan_capi.c:4731: error: dereferencing pointer to incomplete type
chan_capi.c:4732: error: dereferencing pointer to incomplete type
chan_capi.c:4732: error: dereferencing pointer to incomplete type
chan_capi.c:4733: error: dereferencing pointer to incomplete type
chan_capi.c:4733: error: dereferencing pointer to incomplete type
chan_capi.c:4734: error: dereferencing pointer to incomplete type
chan_capi.c:4734: error: dereferencing pointer to incomplete type
chan_capi.c:4736: error: dereferencing pointer to incomplete type
chan_capi.c:4737: error: dereferencing pointer to incomplete type
chan_capi.c:4742: error: dereferencing pointer to incomplete type
chan_capi.c:4742: error: dereferencing pointer to incomplete type
chan_capi.c:4744: error: dereferencing pointer to incomplete type
chan_capi.c:4745: error: dereferencing pointer to incomplete type
chan_capi.c:4747: error: dereferencing pointer to incomplete type
chan_capi.c:4755: error: dereferencing pointer to incomplete type
chan_capi.c:4755: error: dereferencing pointer to incomplete type
chan_capi.c:4756: error: dereferencing pointer to incomplete type
chan_capi.c:4756: error: dereferencing pointer to incomplete type
chan_capi.c:4757: error: dereferencing pointer to incomplete type
chan_capi.c:4757: error: dereferencing pointer to incomplete type
chan_capi.c:4758: error: dereferencing pointer to incomplete type
chan_capi.c:4758: error: dereferencing pointer to incomplete type
chan_capi.c:4760: error: dereferencing pointer to incomplete type
chan_capi.c:4761: error: dereferencing pointer to incomplete type
chan_capi.c:4764: error: dereferencing pointer to incomplete type
chan_capi.c:4765: error: dereferencing pointer to incomplete type
chan_capi.c:4768: error: dereferencing pointer to incomplete type
chan_capi.c:4769: error: dereferencing pointer to incomplete type
chan_capi.c:4770: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:4774: error: dereferencing pointer to incomplete type
chan_capi.c:4775: error: dereferencing pointer to incomplete type
chan_capi.c:4780: error: dereferencing pointer to incomplete type
chan_capi.c:4781: error: dereferencing pointer to incomplete type
chan_capi.c:4786: error: dereferencing pointer to incomplete type
chan_capi.c:4787: error: dereferencing pointer to incomplete type
chan_capi.c:4791: error: dereferencing pointer to incomplete type
chan_capi.c:4795: error: dereferencing pointer to incomplete type
chan_capi.c:4795: error: dereferencing pointer to incomplete type
chan_capi.c:4799: error: dereferencing pointer to incomplete type
chan_capi.c:4799: error: dereferencing pointer to incomplete type
chan_capi.c:4803: error: dereferencing pointer to incomplete type
chan_capi.c:4808: error: dereferencing pointer to incomplete type
chan_capi.c:4812: error: dereferencing pointer to incomplete type
chan_capi.c:4813: error: dereferencing pointer to incomplete type
chan_capi.c:4819: error: dereferencing pointer to incomplete type
chan_capi.c:4820: error: dereferencing pointer to incomplete type
chan_capi.c:4822: error: dereferencing pointer to incomplete type
chan_capi.c:4825: error: dereferencing pointer to incomplete type
chan_capi.c: At top level:
chan_capi.c:4838: warning: "struct ast_config" declared inside parameter list
chan_capi.c: In function `capi_eval_config':
chan_capi.c:4851: warning: implicit declaration of function `ast_variable_browse'
chan_capi.c:4851: warning: assignment makes pointer from integer without a cast
chan_capi.c:4851: error: dereferencing pointer to incomplete type
chan_capi.c:4852: error: dereferencing pointer to incomplete type
chan_capi.c:4853: error: dereferencing pointer to incomplete type
chan_capi.c:4854: error: dereferencing pointer to incomplete type
chan_capi.c:4855: error: dereferencing pointer to incomplete type
chan_capi.c:4856: error: dereferencing pointer to incomplete type
chan_capi.c:4857: error: dereferencing pointer to incomplete type
chan_capi.c:4858: error: dereferencing pointer to incomplete type
chan_capi.c:4859: error: dereferencing pointer to incomplete type
chan_capi.c:4860: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:4862: error: dereferencing pointer to incomplete type
chan_capi.c:4863: error: dereferencing pointer to incomplete type
chan_capi.c:4866: error: dereferencing pointer to incomplete type
chan_capi.c:4867: error: dereferencing pointer to incomplete type
chan_capi.c:4868: error: `AST_FORMAT_ULAW' undeclared (first use in this function)
chan_capi.c:4874: warning: implicit declaration of function `ast_category_browse'
chan_capi.c:4874: warning: assignment makes pointer from integer without a cast
chan_capi.c:4874: warning: assignment makes pointer from integer without a cast
chan_capi.c:4879: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:4882: error: `option_verbose' undeclared (first use in this function)
chan_capi.c:4882: error: `VERBOSE_PREFIX_2' undeclared (first use in this function)
chan_capi.c:4882: error: syntax error before string constant
chan_capi.c:4895: warning: passing arg 2 of `conf_interface' makes pointer from integer without a cast
chan_capi.c: In function `load_module':
chan_capi.c:4917: warning: implicit declaration of function `ast_config_load'
chan_capi.c:4917: warning: assignment makes pointer from integer without a cast
chan_capi.c:4921: error: `LOG_ERROR' undeclared (first use in this function)
chan_capi.c:4935: warning: passing arg 1 of `capi_eval_config' from incompatible pointer type
chan_capi.c:4936: warning: implicit declaration of function `ast_config_destroy'
chan_capi.c:4951: warning: implicit declaration of function `ast_channel_register'
chan_capi.c:4956: warning: implicit declaration of function `unload_module'
chan_capi.c:4960: warning: implicit declaration of function `ast_cli_register'
chan_capi.c:4964: warning: implicit declaration of function `ast_register_application'
chan_capi.c:4966: warning: implicit declaration of function `ast_pthread_create'
chan_capi.c: In function `unload_module':
chan_capi.c:4983: warning: implicit declaration of function `ast_unregister_application'
chan_capi.c:4985: warning: implicit declaration of function `ast_cli_unregister'
chan_capi.c:4990: warning: implicit declaration of function `pthread_cancel'
chan_capi.c:4991: warning: implicit declaration of function `pthread_kill'
chan_capi.c:4992: warning: implicit declaration of function `pthread_join'
chan_capi.c:4998: warning: implicit declaration of function `capi20_release'
chan_capi.c:4999: error: `LOG_WARNING' undeclared (first use in this function)
chan_capi.c:5021: warning: implicit declaration of function `ast_channel_unregister'
chan_capi.c: In function `key':
chan_capi.c:5048: error: `ASTERISK_GPL_KEY' undeclared (first use in this function)
chan_capi.c: At top level:
chan_capi.c:133: error: storage size of `capi_national_prefix' isn't known
chan_capi.c:134: error: storage size of `capi_international_prefix' isn't known
chan_capi.c:136: error: storage size of `default_language' isn't known
chan_capi.c:4532: error: storage size of `cli_info' isn't known
chan_capi.c:4534: error: storage size of `cli_debug' isn't known
chan_capi.c:4536: error: storage size of `cli_no_debug' isn't known
chan_capi.c:133: warning: 'capi_national_prefix' defined but not used
chan_capi.c:134: warning: 'capi_international_prefix' defined but not used
chan_capi.c:136: warning: 'default_language' defined but not used
*** Error code 1

Stop in /usr/local/chan_capi-cm-0.6.5.
 
Zuletzt bearbeitet:
Nach dem ich im Forum eine Zeit herumgesucht und einige Threads gelesen habe aber keine Lösung finden konnte versuchte ich es mit chan-capi-HEAD. Wieder Fehlermeldung beim Kompilieren wie beim letzten Mal. :mad:
Wenn ich qmake verwende erhalte ich dieselbe Fehlermeldung - langsam zweifle ich an mir. :-Ö
Bis jetzt habe es mit folgenden capi-treiber probiert
C4b, chan-capi-HEAD, chan-capi-0.3.5, chan-capi-0.40-PRE1, chan-capi-1.0.2, chan-capi-cm-0.6.5 (gibt es noch welche?) :rolleyes:
Ich habe bis her noch nie mit Capi und tapi etc. zu tun gehabt und dachte, dass ich hier Hilfe bekommen kann -
Aberglaube? ;)
irgend wann schaff ich es :)

ich hab vergessen zu sagen, dass ich keine USB sondern einer AVM Card PCI eingebaut habe.
 
Also unter 1.0.2 brauchst du chan_capi nun wirklich nicht probieren, mit dem 1.4.11er Asterisk.
Eher dann das chan_capi HEAD.

Bevor du dich an chan_capi machst, solltest du asterisk kompiliert und installiert haben.
Prüfe, ob du in /usr/include (oder wo auch immer) keine alten asterisk header rumliegen hast.

Mario
 
Hallo Mario,
danke für die Antwort!
Asterisk v.1.4.11 habe ich kompiliert und installiert und läuft.
Die Headerdateien sind im Verzeichnis /usr/local/include/asterisk und haben alle das Datum von heute. (Asterisk wurde heute noch einmal von den Ports aus installiert)
 
Im File INSTALL das im Verzeichnis chan-capi-HEAD liegt steht:
"To build the driver you will need an installed capi system, including header files."
Das verstehe ich nicht – installiere ich nicht das CAPI-SYSTEM mit chan-capi-HEAD?

Das Makefile beinhaltet conditionals ifndef und "ifeq" die habe ich geändert auf

.if xxx == xxx
.endif

hat nicht geholfen.
Dann habe ich gmake genommen
Ist auch nicht gegangen.

Es wird öfters abgefragt ob C4B definiert ist, heisst das, C4B und oder I4B muss installiert sein?
 
chan_capi ist eine CAPI Anwendung, d.h. die CAPI Treiber müssen auf jeden Fall funktionsfähig installiert sein, außerdem brauchst du zum kompilieren die jeweiligen Header Dateien passend zur CAPI.

Mario
 
nach einem dmesg hab ich folgendes ausgeschnitten:

Code:
ihfc8: ERROR(s):  probe-1 failed, 0x38 should be 0x00 for AVM A1/Fritz! - Reset did not detect chip! (A hard reboot may help)
Ich denke das ist ein Karten Problem, warum kann er sie nicht erkennen?

Code:
capi: CAPI call control device attached, v2.10
Capi ist installiert (frag mich nicht wie)

Code:
i4btrc: 64 ISDN trace device(s) attached
i4brbch: 8 raw B channel access device(s) attached
i4btel: 8 ISDN telephony interface device(s) attached
i4bipr: 8 IP over raw HDLC ISDN device(s) attached (VJ header compression)
i4bisppp: 8 ISDN SyncPPP device(s) attached
i4bctl: ISDN system control port attached
ISDN ist auch installiert.

wie ich das sehe, liegt es nur mehr an der Karte, oder?
jetzt check ich einmal die Karte - .
 
scheint so, allerdings kann ich dir hier auch nicht näher äweiterhelfen,da ich mit *.BSD noch nichts zu tun hatte...

Mario
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.