If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:isdn fbox fon.ko
BoxMatrix >> Shell-Commands >> isdn_fbox_fon.ko | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Kernel-Module
Note that Kernel 2.4 and builtin *.o
modules have been renamed to *.ko
for an easier comparison.
Command: | isdn_fbox_fon.ko - type Mod | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Kernel-Modules - Origin: AVM | ||||||
Path: | Release: ./kernel/drivers/isdn/isdn_fon/zzz Lab+Rel: ./kernel/drivers/isdn/isdn_fon/zzz | ||||||
Properties: | Size: 532k - 533k - Firmware: 4.44 - 4.49 | ||||||
Function: | ISDN-Driver for the Fon1 telephony stack (Proprietary) |
Goto: Hardware - Software - Parameters - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
isdn_fbox_fon.ko is the new name of the first ISDN telephony stack in FRITZ!OS ever, today called the Fon1
stack.
In its very early stage it was named fcclassic.ko, later isdn_fbox.ko, like most telephony stack variants.
It was only used in the first 5 AR7 Sangam driven telephony models:
- FRITZ!Box Fon ata (fcclassic.ko, isdn_fbox.ko)
- FRITZ!Box Fon ata 1020 (fcclassic.ko, isdn_fbox.ko)
- FRITZ!Box Fon (fcclassic.ko, isdn_fbox.ko, isdn_fbox_fon.ko)
- FRITZ!Box Fon WLAN (fcclassic.ko, isdn_fbox.ko, isdn_fbox_fon.ko)
- Eumex 300 IP (fcclassic.ko, isdn_fbox_fon.ko)
FRITZ!Box(fcclassic.ko) - due to multi-model firmware - no telephonyFRITZ!Box SL WLAN(fcclassic.ko, isdn_fbox.ko) - due to multi-model firmware - no telephonyFRITZ!Box WLAN 3020(fcclassic.ko, isdn_fbox.ko) - due to multi-model firmware - no telephonyFRITZ!Box Fon 5050(fcclassic.ko) - due to multi-model firmware - requires Fon2 stackFRITZ!Box Fon WLAN 7050(fcclassic.ko) - due to multi-model firmware - requires Fon2 stack
AVM Telephony stacks:
- Fon1: isdn_fbox_fon.ko
- Fon2: isdn_fbox_fon2.ko, ubik2.ko
- Fon3: isdn_fbox_fon3.ko, ubik2.ko
- Fon4: isdn_fbox_fon4.ko, ubik2.ko
- Fon5: isdn_fbox_fon5.ko, pcmlink.ko
- Fon6: isdn_fbox_fon6.ko, ubik2.ko
- Old: fcclassic.ko, isdn_fbox.ko
Hardware
The Fon1
stack is driving dedicated FON-Chips by Infineon and Clare.
The analog telephony part uses the DuSLIC
chipset (Dual Subscriber Line Interface Concept), which consists of 3 chips:
- 2x single channel line drivers
SLIC
(Subscriber Line Interface Circuit) chips - 1x 2-channel
SLICOFI
(Subscriber Line Interface Codec Filter) Codec chip
AVM uses one SLIC
PEB4264V V1.2 per internal FON port and the ,CPC5621A to interface with the POTS line.
These connect 2 SLICOFI
chips PEB3264F V1.4 and PEB3265F V1.5, the latter has an own DSP.
The external ISDN part is a single chip interface:
- 1x
IPAC
(ISDN PC Adapter Circuit) PSB21150F V1.4
These models did not provide an internal FONS0 port.
Software
The first incarnation of the Fon1
stack was called fcclassic.ko, which fortunately has a Makefile in the fw 3.22 source.
It was used in the oldest known telephony capable firmware 1.120 up to fw 3.37 (Kernel 2.4).
It is enabled by CONFIG_ISDN_CAPI_FCCLASSIC and consists of these parts:
os
(oslib) - Linux OS glue (later capi_oslib.ko?)stack
(stack-dss1) - ISDN DSS1 stack - enabled by CONFIG_FCCLASSIC_STACKebene1
(e1r-4) - ISDN layer 1 driver - enabled by CONFIG_FCCLASSIC_E1isdn_ab
(isdn_ab) - analog telephony driver - enabled by CONFIG_FCCLASSIC_FRITZX / CONFIG_FCCLASSIC_ISDN_ABblk_ipac
(blk_ipac) -IPAC
external ISDN driver - enabled by CONFIG_FCCLASSIC_BLK
Besides this a set of statical linked analoglibs
are created:
dtmf
(a1dtmf) - DTMF Codec - enabled by CONFIG_FCCLASSIC_DTMFfax3
(a1fax3) - analog Fax driver - enabled by CONFIG_FCCLASSIC_FAXv34
(a1v34) - V.34 trellis modulation - enabled by CONFIG_FCCLASSIC_FAXmodem
(a1modem) - analog Modem driver - enabled by CONFIG_FCCLASSIC_MODEMuti
(a1uti) - analog Codec utility functionsv110
(a1v110) - V.110 bitrate adaption driverv42bis
(a1v42bis) - V.42bis data compression driver
The analoglibs
are named a1*
since the first passive ISDN+DSL-Cards by AVM were the ISDN-Controller A1
series,
the predecessors of the FRITZ!Card [Classic]
. Passive cards do not have an own CPU and have to use the host CPU.
The active ISDN-Controller B1
series ran the same drivers on their own CPU or Transputer.
Starting with fw 3.42 fcclassic.ko was renamed to isdn_fbox.ko (still Kernel 2.4), a name which also was used for other
variants of the Fon stack. Since fw 4.44 it finally got the dedicated name isdn_fbox_fon.ko (Kernel 2.6).
In most recent fw 4.49, which is only available for the international variants of the FRITZ!Box Fon and FRITZ!Box Fon WLAN,
AVM already used microvoip-dsl.bin, a DSL firmware which may offload Codec tasks to the C62x DSL DSP of the AR7.
This offloading is likely not used by the Fon1
stack, since there's a dedicated DSP in the SLICOFI
of the DuSLIC
chipset.
Parameters
Daily updated index of all parameters for this module found scanning Firmware-Probes. Last update: 2024-11-14 07:42 GMT.
These parameters can be passed while loading the module like: modprobe <module> <parameter>=<value> ...
.
Parameters are listed multiple times if different descriptions were found in probes, which can be helpful to see evolution.
Parameter | Mod | Firmware | Info |
---|---|---|---|
debug_mode | 3 | 4.44 - 4.49 | debug mode (int) |
dect_hw | 3 | 4.44 - 4.49 | dect_hw: DECT_HW_Version (int) |
dect_on | 3 | 4.44 - 4.49 | dect_on: DECT activation (int) |
io_addr | 3 | 4.44 - 4.49 | io_addr: I/O address (int) |
irq_num | 3 | 4.44 - 4.49 | irq_num: IRQ number (int) |
local_ec | 3 | 4.44 - 4.49 | local_ec: 1: echo-canceler 2: dtmf-scanner 3: all (int) |
trace_mode | 3 | 4.44 - 4.49 | trace mode (int) |
7 parameters for this module |
Dependencies
Daily updated index of all dependencies of this module. Last update: 2024-11-14 07:43 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
0 dependencies for this module |
Model-Matrix
Daily updated index of the presence, path and size of this module for each model. Last update: 2024-11-14 05:50 GMT.
Showing all models using this module. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box Fon | 4.49 | ./kernel/drivers/isdn/isdn_fon/zzz | 533k |
FRITZ!Box Fon WLAN | 4.49 | ./kernel/drivers/isdn/isdn_fon/zzz | 533k |
Eumex 300 IP | 4.44 | ./kernel/drivers/isdn/isdn_fon/zzz | 532k |
3 models use this module |
Symbols
Daily updated index of all symbols of this module. Last update: 2024-11-14 07:43 GMT.
Firmware | Symbol |
---|---|
4.44 - 4.49 | ADDR_BuildAddress |
4.44 - 4.49 | ADDR_BuildPartyNumber |
4.44 - 4.49 | ADDR_BuildPartySubaddress |
4.44 - 4.49 | ADDR_BuildPresentedAddressScreened |
4.44 - 4.49 | ADDR_BuildPresentedAddressUnscreened |
4.44 - 4.49 | ADDR_BuildPresentedNumberScreened |
4.44 - 4.49 | ADDR_BuildPresentedNumberUnscreened |
4.44 - 4.49 | ADDR_ConvertAddress |
4.44 - 4.49 | ADDR_ConvertAddressScreened |
4.44 - 4.49 | ADDR_ConvertCalledPartySubaddress |
4.44 - 4.49 | ADDR_ConvertFacilityPartyNumber |
4.44 - 4.49 | ADDR_ConvertFacilityPartyNumberAndSubaddress |
4.44 - 4.49 | ADDR_ConvertPartyNumber |
4.44 - 4.49 | ADDR_ConvertPartySubaddress |
4.44 - 4.49 | ADDR_ConvertPresentedAddressScreened |
4.44 - 4.49 | ADDR_ConvertPresentedNumberUnscreened |
4.44 - 4.49 | ADDR_GeneratePresentedAddressScreened |
4.44 - 4.49 | ADDR_GeneratePresentedNumberUnscreened |
4.44 - 4.49 | AOC_HandleInv |
4.44 - 4.49 | ASN1_CodeInteger |
4.44 - 4.49 | ASN1_CodeLength |
4.44 - 4.49 | ASN1_DecodeInteger |
4.44 - 4.49 | ASN1_GetSizeOfLength |
4.44 - 4.49 | ASN1_Len |
4.44 - 4.49 | ASN1_Next |
4.44 - 4.49 | ASN1_SetBoundaries |
4.44 - 4.49 | ASN1_Value |
4.44 - 4.49 | ActivateLocalQueue |
4.44 - 4.49 | AllocD3Info |
4.44 - 4.49 | AllocSIPInfo |
4.44 - 4.49 | Alloc_D3CAPIParam |
4.44 - 4.49 | AnalogCodecInd |
4.44 - 4.49 | AnalogCodecReq |
4.44 - 4.49 | Analog_Activated |
4.44 - 4.49 | Analog_AnklopfTone |
4.44 - 4.49 | Analog_CLIPSlot |
4.44 - 4.49 | Analog_CPU_Activate |
4.44 - 4.49 | Analog_CPU_Deinit |
4.44 - 4.49 | Analog_CPU_Init |
4.44 - 4.49 | Analog_CPU_InitXSC |
4.44 - 4.49 | Analog_CPU_XSC_Off |
4.44 - 4.49 | Analog_CPU_XSC_Write |
4.44 - 4.49 | Analog_Deactivated |
4.44 - 4.49 | Analog_Frei |
4.44 - 4.49 | Analog_Levelmeter |
4.44 - 4.49 | Analog_MOH_Tone |
4.44 - 4.49 | Analog_Timer_Handler |
4.44 - 4.49 | Analog_Timer_Init |
4.44 - 4.49 | Analog_Timer_Start |
4.44 - 4.49 | Analog_Timer_Stop |
4.44 - 4.49 | Analog_TogleTone |
4.44 - 4.49 | AppendCAU |
4.44 - 4.49 | AppendCHI |
4.44 - 4.49 | AppendData |
4.44 - 4.49 | AppendIE |
4.44 - 4.49 | AppendSTATUS |
4.44 - 4.49 | B1_Dequeue32 |
4.44 - 4.49 | B1_Enqueue32 |
4.44 - 4.49 | B1_Handler |
4.44 - 4.49 | B1_MsgAvail |
4.44 - 4.49 | B2Bu_Adresse |
4.44 - 4.49 | B2Bu_Command |
4.44 - 4.49 | B2Bu_PollFinal |
4.44 - 4.49 | B2Bu_Q921SapiTeiHeader |
4.44 - 4.49 | B2Bu_SFrame |
4.44 - 4.49 | B2Bu_SFrameSpecialNr |
4.44 - 4.49 | B2Bu_SFrameWithNr |
4.44 - 4.49 | B2Bu_UFrame |
4.44 - 4.49 | B2Co_ChangeTEI |
4.44 - 4.49 | B2Co_Configure |
4.44 - 4.49 | B2Co_CreateKanalMachinen |
4.44 - 4.49 | B2Co_GetDAnker |
4.44 - 4.49 | B2Co_ProtocolActivate |
4.44 - 4.49 | B2Co_ResetAllRessourcen |
4.44 - 4.49 | B2Co_SelectChanInfo |
4.44 - 4.49 | B2Co_SetProtocol |
4.44 - 4.49 | B2Qu_ToLayer1 |
4.44 - 4.49 | B2Qu_ToLayerDl |
4.44 - 4.49 | B2Re_DestroyListe |
4.44 - 4.49 | B2Re_IfReestablishSendPendingData |
4.44 - 4.49 | B2Re_InitRxTxMachine |
4.44 - 4.49 | B2Re_InvalDataToB3OrV42Bis |
4.44 - 4.49 | B2Re_MallocOrConfListe |
4.44 - 4.49 | B2Re_ReestablishEinleiten |
4.44 - 4.49 | B2Re_RejectOneHandle |
4.44 - 4.49 | B2Re_ResetMachineFreeListen |
4.44 - 4.49 | B2Rx_CheckResponseAndFinal |
4.44 - 4.49 | B2Rx_DataInd |
4.44 - 4.49 | B2Rx_FreeBufferToIrqAccess |
4.44 - 4.49 | B2Rx_InvalDataInd |
4.44 - 4.49 | B2Rx_IrqGetFreeHandle |
4.44 - 4.49 | B2Rx_IrqHandler |
4.44 - 4.49 | B2Rx_IsUsedHandle |
4.44 - 4.49 | B2Rx_ReadyReq |
4.44 - 4.49 | B2Rx_SendDmIfPoll |
4.44 - 4.49 | B2Rx_SendReject |
4.44 - 4.49 | B2Rx_SframeHandler |
4.44 - 4.49 | B2Rx_UframeHandler |
4.44 - 4.49 | B2Sc_CalculateHeaderLength |
4.44 - 4.49 | B2Sc_IrqGetFrameLen |
4.44 - 4.49 | B2Sc_X75ScanFrame |
4.44 - 4.49 | B2Sd_DiscStartTimerSwitchState |
4.44 - 4.49 | B2Sd_DmUaTest |
4.44 - 4.49 | B2Sd_FrmrSwitchState |
4.44 - 4.49 | B2Sd_RrFrame |
4.44 - 4.49 | B2Sd_SabmAndXidIfNecessary |
4.44 - 4.49 | B2Sd_SabmDiscXid |
4.44 - 4.49 | B2Sd_SabmStartTimerSwitchState |
4.44 - 4.49 | B2Sd_SwitchCrPfBits |
4.44 - 4.49 | B2Sd_UiTei |
4.44 - 4.49 | B2Te_DlCheckTeiReq |
4.44 - 4.49 | B2Te_DlCheckTeiReqInternal |
4.44 - 4.49 | B2Te_DlTeiAssignReq |
4.44 - 4.49 | B2Te_DlTeiAssignReqInternal |
4.44 - 4.49 | B2Te_DlTeiDeniedReq |
4.44 - 4.49 | B2Te_DlTeiRemoveReq |
4.44 - 4.49 | B2Te_RemoveTei |
4.44 - 4.49 | B2Te_RequestTeiFromNet |
4.44 - 4.49 | B2Te_TeiHandler |
4.44 - 4.49 | B2Ti_ChannelToTimerHandle |
4.44 - 4.49 | B2Ti_D1FlushTx |
4.44 - 4.49 | B2Ti_Release |
4.44 - 4.49 | B2Ti_SetTimer |
4.44 - 4.49 | B2Ti_StartTimerT203 |
4.44 - 4.49 | B2Ti_StopTimer |
4.44 - 4.49 | B2Ti_TimerInd |
4.44 - 4.49 | B2Ti_TimerRecovering |
4.44 - 4.49 | B2Tx_AcknowledgeFrames |
4.44 - 4.49 | B2Tx_AppendToSendQueueAndSendWindowSize |
4.44 - 4.49 | B2Tx_CheckResetCondition |
4.44 - 4.49 | B2Tx_DataReq |
4.44 - 4.49 | B2Tx_GetNextSendingNs_Vs |
4.44 - 4.49 | B2Tx_IframeToSend |
4.44 - 4.49 | B2Tx_IrqHandler |
4.44 - 4.49 | B2Tx_IsValidNr |
4.44 - 4.49 | B2Tx_RejectAll |
4.44 - 4.49 | B2Tx_SendNextIFrame |
4.44 - 4.49 | B2Tx_StartResetCondition |
4.44 - 4.49 | B2_Dequeue32 |
4.44 - 4.49 | B2_Enqueue32 |
4.44 - 4.49 | B2_Handler |
4.44 - 4.49 | B2_HandlerCurrentMachine |
4.44 - 4.49 | B2_MessageHandler |
4.44 - 4.49 | B2_MsgAvail |
4.44 - 4.49 | B2_TransparentCheckPendingCrFreeReq |
4.44 - 4.49 | B2_TransparentDestroyListen |
4.44 - 4.49 | B2_TransparentDlAktReq |
4.44 - 4.49 | B2_TransparentDlCrFreeReq |
4.44 - 4.49 | B2_TransparentDlDataConf |
4.44 - 4.49 | B2_TransparentDlDataReq |
4.44 - 4.49 | B2_TransparentDlDeaktReq |
4.44 - 4.49 | B2_TransparentDlEstablishReq |
4.44 - 4.49 | B2_TransparentDlInvalDataInd |
4.44 - 4.49 | B2_TransparentDlReadyReq |
4.44 - 4.49 | B2_TransparentDlReleaseReq |
4.44 - 4.49 | B2_TransparentDlResetReq |
4.44 - 4.49 | B2_TransparentDtfmInd |
4.44 - 4.49 | B2_TransparentFinishPendingReleaseInd |
4.44 - 4.49 | B2_TransparentPhAktInd |
4.44 - 4.49 | B2_TransparentPhDataInd |
4.44 - 4.49 | B2_TransparentPhDeaktInd |
4.44 - 4.49 | B2_TransparentSetPendingReleaseIndInfo |
4.44 - 4.49 | B2_X75DlAktReq |
4.44 - 4.49 | B2_X75DlDeaktReq |
4.44 - 4.49 | B2_X75DlEstablishReq |
4.44 - 4.49 | B2_X75DlReleaseReq |
4.44 - 4.49 | B2_X75DlResetReq |
4.44 - 4.49 | B2_X75PhAktInd |
4.44 - 4.49 | B2_X75PhDataConf |
4.44 - 4.49 | B2_X75PhDeaktInd |
4.44 - 4.49 | B3Qu_ToCapi |
4.44 - 4.49 | B3Qu_ToLayerB2 |
4.44 - 4.49 | B3_Activate |
4.44 - 4.49 | B3_Dequeue32 |
4.44 - 4.49 | B3_Enqueue32 |
4.44 - 4.49 | B3_GetProtocol |
4.44 - 4.49 | B3_Handler |
4.44 - 4.49 | B3_Init |
4.44 - 4.49 | B3_MgtAllocEntry |
4.44 - 4.49 | B3_MgtFreeEntries |
4.44 - 4.49 | B3_MgtFreeEntry |
4.44 - 4.49 | B3_MsgAvail |
4.44 - 4.49 | B3_NCCIAlloc |
4.44 - 4.49 | B3_NCCIFree |
4.44 - 4.49 | B3_NCCIGet |
4.44 - 4.49 | B3_NCCISetInRelease |
4.44 - 4.49 | B3_NCCISetInUse |
4.44 - 4.49 | B3_ProtocolActivate |
4.44 - 4.49 | B3_RxIrqHandler |
4.44 - 4.49 | B3_SendFrame |
4.44 - 4.49 | B3_TxIrqHandler |
4.44 - 4.49 | B3_Verteiler |
4.44 - 4.49 | BChanToChan |
4.44 - 4.49 | BDATA_Alloc |
4.44 - 4.49 | BDATA_AllocTx |
4.44 - 4.49 | BDATA_EnqueueFromBuffer |
4.44 - 4.49 | BDATA_Free |
4.44 - 4.49 | BDATA_FreeHandle |
4.44 - 4.49 | BDATA_FreeTx |
4.44 - 4.49 | BDATA_GetActLength |
4.44 - 4.49 | BDATA_GetB3Handle |
4.44 - 4.49 | BDATA_GetBlockTx |
4.44 - 4.49 | BDATA_GetDataB3ConfParams |
4.44 - 4.49 | BDATA_GetDataB3IndParams |
4.44 - 4.49 | BDATA_GetFlagsTx |
4.44 - 4.49 | BDATA_Init |
4.44 - 4.49 | BDATA_InitNCCI |
4.44 - 4.49 | BDATA_InitResetAllRessourcen |
4.44 - 4.49 | BDATA_SetFlags |
4.44 - 4.49 | BIrqHandler |
4.44 - 4.49 | BLK_Activate |
4.44 - 4.49 | BLK_Deactivate |
4.44 - 4.49 | BLK_Deinit |
4.44 - 4.49 | BLK_DisableTimer |
4.44 - 4.49 | BLK_EepromReadBuffer |
4.44 - 4.49 | BLK_EnableTimer |
4.44 - 4.49 | BLK_Flush |
4.44 - 4.49 | BLK_HandleTimer |
4.44 - 4.49 | BLK_HardwareLoopback |
4.44 - 4.49 | BLK_IC_Deinit |
4.44 - 4.49 | BLK_IC_Init |
4.44 - 4.49 | BLK_Init |
4.44 - 4.49 | BLK_Poll |
4.44 - 4.49 | BLK_PowerDown |
4.44 - 4.49 | BLK_PowerUp |
4.44 - 4.49 | BLK_Start |
4.44 - 4.49 | BLK_TestForFreeHWChannel |
4.44 - 4.49 | BLK_TxStart |
4.44 - 4.49 | Block_Activate |
4.44 - 4.49 | Block_BRx |
4.44 - 4.49 | Block_BTx |
4.44 - 4.49 | Block_DRx |
4.44 - 4.49 | Block_DTx |
4.44 - 4.49 | Block_Deactivate |
4.44 - 4.49 | Block_EventHandler |
4.44 - 4.49 | Block_ISACActivate |
4.44 - 4.49 | Block_ISACDeactivate |
4.44 - 4.49 | Block_ISACState |
4.44 - 4.49 | Block_InitCLIP |
4.44 - 4.49 | Block_InitDTMF |
4.44 - 4.49 | Block_PCM16to8 |
4.44 - 4.49 | Block_PCM8to16 |
4.44 - 4.49 | Block_PCM8to16OneBuffer |
4.44 - 4.49 | Block_ReadISACSX |
4.44 - 4.49 | Block_RxCLIP |
4.44 - 4.49 | Block_RxDTMF |
4.44 - 4.49 | Block_SwitchEC |
4.44 - 4.49 | Block_Wait |
4.44 - 4.49 | Block_WriteISACSX |
4.44 - 4.49 | BuildCLIPmsg |
4.44 - 4.49 | BuildVersionString |
4.44 - 4.49 | Build_DUSLIC_CRAM_Chksum |
4.44 - 4.49 | CAPI_AppHandler |
4.44 - 4.49 | CAPI_BActiv |
4.44 - 4.49 | CAPI_BEnqueue32 |
4.44 - 4.49 | CAPI_BFinitNCCI |
4.44 - 4.49 | CAPI_CMSG_2_MESSAGE_INTERNAL |
4.44 - 4.49 | CAPI_CMSG_ANSWER_INTERNAL |
4.44 - 4.49 | CAPI_CMSG_HEADER_INTERNAL |
4.44 - 4.49 | CAPI_DEnqueue32 |
4.44 - 4.49 | CAPI_Dequeue32 |
4.44 - 4.49 | CAPI_GetProfile |
4.44 - 4.49 | CAPI_GetProfileResetAllRessourcen |
4.44 - 4.49 | CAPI_Handler |
4.44 - 4.49 | CAPI_Init |
4.44 - 4.49 | CAPI_InitResetAllRessourcen |
4.44 - 4.49 | CAPI_MESSAGE_2_CMSG_INTERNAL |
4.44 - 4.49 | CAPI_MsgAvail |
4.44 - 4.49 | CAPI_PUT_CMSG_INTERNAL |
4.44 - 4.49 | CAPI_ProtocolActivate |
4.44 - 4.49 | CAPI_ProtocolSetParameter |
4.44 - 4.49 | CAPI_RebuildD3Mask |
4.44 - 4.49 | CAP_BDeactivateBChan |
4.44 - 4.49 | CAP_BDoDisconnectB3Resp |
4.44 - 4.49 | CAP_BGetNCPI |
4.44 - 4.49 | CAP_BSendMessageWithNCPI |
4.44 - 4.49 | CAP_DAddApplId |
4.44 - 4.49 | CAP_DCheckPLCI |
4.44 - 4.49 | CAP_DDoDisconnectResponse |
4.44 - 4.49 | CAP_DFinitPLCI |
4.44 - 4.49 | CAP_DGetPLCI |
4.44 - 4.49 | CAP_DHandler |
4.44 - 4.49 | CAP_DInitPLCI |
4.44 - 4.49 | CAP_DIsAnyPLCIInUse |
4.44 - 4.49 | CAP_DREQHandler |
4.44 - 4.49 | CAP_DRESPHandler |
4.44 - 4.49 | CAP_IgnoreDataCrc |
4.44 - 4.49 | CAP_MInit |
4.44 - 4.49 | CAP_MInitResetAllRessourcen |
4.44 - 4.49 | CAP_MInit_TRACE |
4.44 - 4.49 | CAP_MInit_TROJA |
4.44 - 4.49 | CAP_MInit_VCOMM |
4.44 - 4.49 | CAP_MRelease |
4.44 - 4.49 | CAP_MRelease_TRACE |
4.44 - 4.49 | CAP_MRelease_TROJA |
4.44 - 4.49 | CAP_MTraceInd |
4.44 - 4.49 | CAP_MVCommCtrlInd |
4.44 - 4.49 | CAP_MgtFinitPLCI |
4.44 - 4.49 | CA_MAP_FREE_NCCI |
4.44 - 4.49 | CA_MAP_GET_CMSG |
4.44 - 4.49 | CA_MAP_NEW_DATA_B3_IND |
4.44 - 4.49 | CA_MAP_NEW_NCCI |
4.44 - 4.49 | CA_MAP_PUT_CMSG |
4.44 - 4.49 | CA_MAP_REGISTER |
4.44 - 4.49 | CA_MAP_RELEASE |
4.44 - 4.49 | CCBS_HandleError |
4.44 - 4.49 | CCBS_HandleInv |
4.44 - 4.49 | CCBS_HandleRR |
4.44 - 4.49 | CCBS_SendCall_Inv |
4.44 - 4.49 | CCBS_SendDeactivate_Inv |
4.44 - 4.49 | CCBS_SendInterrogate_Inv |
4.44 - 4.49 | CCBS_SendRequest_Inv |
4.44 - 4.49 | CCBS_SendStatusRequest_RR |
4.44 - 4.49 | CCNR_HandleError |
4.44 - 4.49 | CCNR_HandleInv |
4.44 - 4.49 | CCNR_HandleRR |
4.44 - 4.49 | CCNR_SendInterrogate_Inv |
4.44 - 4.49 | CCNR_SendRequest_Inv |
4.44 - 4.49 | CF_HandleError |
4.44 - 4.49 | CF_HandleInv |
4.44 - 4.49 | CF_HandleRR |
4.44 - 4.49 | CF_SendActivate_Inv |
4.44 - 4.49 | CF_SendCD_Inv |
4.44 - 4.49 | CF_SendDeactivate_Inv |
4.44 - 4.49 | CF_SendInterrogateServedUserNumbers_Inv |
4.44 - 4.49 | CF_SendInterrogationDiversion_Inv |
4.44 - 4.49 | CIP2Message |
4.44 - 4.49 | CIP_Init |
4.44 - 4.49 | CM_Activate |
4.44 - 4.49 | CM_BufSize |
4.44 - 4.49 | CM_CheckedTriggerTimerIrq |
4.44 - 4.49 | CM_Exit |
4.44 - 4.49 | CM_HandleEvents |
4.44 - 4.49 | CM_Init |
4.44 - 4.49 | CM_PowerControl |
4.44 - 4.49 | CM_RegisterDynamicCAFunctions |
4.44 - 4.49 | CM_Schedule |
4.44 - 4.49 | CM_Start |
4.44 - 4.49 | CM_TimerIrqControl |
4.44 - 4.49 | CM_TriggerTimerIrq |
4.44 - 4.49 | CM_WakeupSupportable |
4.44 - 4.49 | CfActivateNotificationInd |
4.44 - 4.49 | CfDiversionInformationInd |
4.44 - 4.49 | ChanToBChan |
4.44 - 4.49 | ChangeState_DUSLIC |
4.44 - 4.49 | ChargeSlotAnalog |
4.44 - 4.49 | CheckADSub |
4.44 - 4.49 | CheckBC |
4.44 - 4.49 | CheckCALLID |
4.44 - 4.49 | CheckCAU |
4.44 - 4.49 | CheckCHI |
4.44 - 4.49 | CheckController |
4.44 - 4.49 | CheckDAD |
4.44 - 4.49 | CheckDATE |
4.44 - 4.49 | CheckFAC |
4.44 - 4.49 | CheckForHeldPLCI |
4.44 - 4.49 | CheckForSip |
4.44 - 4.49 | CheckIntegrity_SPLCState |
4.44 - 4.49 | CheckKEYPAD |
4.44 - 4.49 | CheckNCCIState |
4.44 - 4.49 | CheckNCCIStateIntern |
4.44 - 4.49 | CheckNOTIFY |
4.44 - 4.49 | CheckOAD |
4.44 - 4.49 | CheckPLCI |
4.44 - 4.49 | CheckPRO |
4.44 - 4.49 | CheckPendingStatus |
4.44 - 4.49 | CheckSTATUS |
4.44 - 4.49 | CheckUU |
4.44 - 4.49 | CopyAdditionalInformations |
4.44 - 4.49 | CopyElems |
4.44 - 4.49 | CopyIfNotEqual |
4.44 - 4.49 | D1_GetState |
4.44 - 4.49 | D1_Handler |
4.44 - 4.49 | D1_MsgAvail |
4.44 - 4.49 | D2_BootloaderGetFrameInfo |
4.44 - 4.49 | D2_BootloaderSaveFrameInfo |
4.44 - 4.49 | D2_GetState |
4.44 - 4.49 | D2_Handler |
4.44 - 4.49 | D2_Init |
4.44 - 4.49 | D2_MsgAvail |
4.44 - 4.49 | D2_PowerUp |
4.44 - 4.49 | D2_SingleHandler |
4.44 - 4.49 | D3MsgType |
4.44 - 4.49 | D3Te_Handler |
4.44 - 4.49 | D3_BAlloc |
4.44 - 4.49 | D3_BClose |
4.44 - 4.49 | D3_BFree |
4.44 - 4.49 | D3_BGetBChFromCHI |
4.44 - 4.49 | D3_BGetCHIFromBCh |
4.44 - 4.49 | D3_BGetState |
4.44 - 4.49 | D3_BIncommingEarlyB3 |
4.44 - 4.49 | D3_BOpen |
4.44 - 4.49 | D3_CRAlloc |
4.44 - 4.49 | D3_CRAllocFromCapi |
4.44 - 4.49 | D3_CRFree |
4.44 - 4.49 | D3_CRFreeD3FromCapi |
4.44 - 4.49 | D3_CRFreeFromCapi |
4.44 - 4.49 | D3_CRGet |
4.44 - 4.49 | D3_CheckReleaseD2 |
4.44 - 4.49 | D3_ForceLocalReleaseInd |
4.44 - 4.49 | D3_FrameOK |
4.44 - 4.49 | D3_GetNewCallReference |
4.44 - 4.49 | D3_GetTransAction |
4.44 - 4.49 | D3_HandleFacilities |
4.44 - 4.49 | D3_Handler |
4.44 - 4.49 | D3_ICAlloc |
4.44 - 4.49 | D3_Init |
4.44 - 4.49 | D3_InitTransAction |
4.44 - 4.49 | D3_LocalMsgAvail |
4.44 - 4.49 | D3_MsgAvail |
4.44 - 4.49 | D3_MsgScan |
4.44 - 4.49 | D3_NextInvokeID |
4.44 - 4.49 | D3_ProtocolInit |
4.44 - 4.49 | D3_SETTIMER |
4.44 - 4.49 | D3_SETTIMER_EXPLICIT |
4.44 - 4.49 | D3_STOPTIMER |
4.44 - 4.49 | D3_ScanInit |
4.44 - 4.49 | D3_Send_Alert |
4.44 - 4.49 | D3_Send_CallSent |
4.44 - 4.49 | D3_Send_Conn |
4.44 - 4.49 | D3_Send_ConnAck |
4.44 - 4.49 | D3_Send_Disc |
4.44 - 4.49 | D3_Send_Fac |
4.44 - 4.49 | D3_Send_GlobalStatus |
4.44 - 4.49 | D3_Send_Hold |
4.44 - 4.49 | D3_Send_Hold_Ack |
4.44 - 4.49 | D3_Send_Info |
4.44 - 4.49 | D3_Send_Notify |
4.44 - 4.49 | D3_Send_Progress |
4.44 - 4.49 | D3_Send_Rel |
4.44 - 4.49 | D3_Send_RelAck |
4.44 - 4.49 | D3_Send_RestartAck |
4.44 - 4.49 | D3_Send_Resume |
4.44 - 4.49 | D3_Send_Retrieve |
4.44 - 4.49 | D3_Send_Retrieve_Ack |
4.44 - 4.49 | D3_Send_Setup |
4.44 - 4.49 | D3_Send_SetupAck |
4.44 - 4.49 | D3_Send_Status |
4.44 - 4.49 | D3_Send_SuppServ |
4.44 - 4.49 | D3_Send_Suspend |
4.44 - 4.49 | D3_Send_UserInformation |
4.44 - 4.49 | D3_SetCIPMask |
4.44 - 4.49 | D3_SetErrorLayer |
4.44 - 4.49 | D3_SetHoldActiveTimer |
4.44 - 4.49 | D3_SetIdleTimer |
4.44 - 4.49 | D3_SetTransAction |
4.44 - 4.49 | D3_TmpMsgAvail |
4.44 - 4.49 | DATA_B3_CONF |
4.44 - 4.49 | DATA_B3_IND |
4.44 - 4.49 | DDATA_Free |
4.44 - 4.49 | DDATA_GetActLength |
4.44 - 4.49 | DDATA_GetBlock |
4.44 - 4.49 | DDATA_Init |
4.44 - 4.49 | DDATA_RxAlloc |
4.44 - 4.49 | DDATA_TxAlloc |
4.44 - 4.49 | DECODE_RecordedCurrency |
4.44 - 4.49 | DECODE_RecordedUnitsList |
4.44 - 4.49 | DTMF_Close |
4.44 - 4.49 | DTMF_DeInit |
4.44 - 4.49 | DTMF_InbandDTMFbehandlung |
4.44 - 4.49 | DTMF_Indication |
4.44 - 4.49 | DTMF_Init |
4.44 - 4.49 | DTMF_Listen |
4.44 - 4.49 | DTMF_Open |
4.44 - 4.49 | DTMF_RxHandler |
4.44 - 4.49 | DTMF_SendDigits |
4.44 - 4.49 | DTMF_TxHandler |
4.44 - 4.49 | DataToUpperLayer |
4.44 - 4.49 | Decision |
4.44 - 4.49 | Dial_POTS |
4.44 - 4.49 | DigitReverse |
4.44 - 4.49 | DlAktReq |
4.44 - 4.49 | DoConnect |
4.44 - 4.49 | E1B_Deactivate |
4.44 - 4.49 | E1B_FlushTxRx |
4.44 - 4.49 | E1B_ProtocolTest |
4.44 - 4.49 | E1D_FlushTx |
4.44 - 4.49 | E1_Activate |
4.44 - 4.49 | E1_Close |
4.44 - 4.49 | E1_CloseReady |
4.44 - 4.49 | E1_DisableTimer |
4.44 - 4.49 | E1_EnableTimer |
4.44 - 4.49 | E1_ErrorHandler |
4.44 - 4.49 | E1_Exit |
4.44 - 4.49 | E1_Flush |
4.44 - 4.49 | E1_FlushRx |
4.44 - 4.49 | E1_FlushTx |
4.44 - 4.49 | E1_Handler |
4.44 - 4.49 | E1_Init |
4.44 - 4.49 | E1_ManuIndication |
4.44 - 4.49 | E1_Open |
4.44 - 4.49 | E1_OpenReady |
4.44 - 4.49 | E1_PowerDown |
4.44 - 4.49 | E1_PowerUp |
4.44 - 4.49 | E1_RxData |
4.44 - 4.49 | E1_SetTimer |
4.44 - 4.49 | E1_SetTxBlockSize |
4.44 - 4.49 | E1_StopTimer |
4.44 - 4.49 | E1_TxData |
4.44 - 4.49 | ECT_HandleError |
4.44 - 4.49 | ECT_HandleInv |
4.44 - 4.49 | ECT_HandleRR |
4.44 - 4.49 | ECT_SendExecute_Inv |
4.44 - 4.49 | ECT_SendExplicitExecute_Inv |
4.44 - 4.49 | ECT_SendExplicitExecute_RE |
4.44 - 4.49 | ECT_SendLinkIDRequest_Inv |
4.44 - 4.49 | ECT_SendLinkIDRequest_RR |
4.44 - 4.49 | EC_Init |
4.44 - 4.49 | EC_Reset |
4.44 - 4.49 | EC_RxFromAnalog |
4.44 - 4.49 | EC_TxToAnalog |
4.44 - 4.49 | Echo_DataFromAnalog |
4.44 - 4.49 | Echo_DataToAnalog |
4.44 - 4.49 | Echo_Init |
4.44 - 4.49 | Echo_RestartChannel |
4.44 - 4.49 | EvaluateProgressIndicator |
4.44 - 4.49 | ExitAnalog |
4.44 - 4.49 | FAXisHardWorking |
4.44 - 4.49 | FLMSadaptor |
4.44 - 4.49 | FLMSfilter |
4.44 - 4.49 | FLMSreset |
4.44 - 4.49 | FRadix2Fft |
4.44 - 4.49 | FacilityCCBS |
4.44 - 4.49 | FacilityIndByController |
4.44 - 4.49 | FacilitySuppServ |
4.44 - 4.49 | FftDeinit |
4.44 - 4.49 | FftInit |
4.44 - 4.49 | FilterNumberString |
4.44 - 4.49 | FindNumberInList |
4.44 - 4.49 | ForwardFft |
4.44 - 4.49 | ForwardRFft |
4.44 - 4.49 | FreeCAPIParams |
4.44 - 4.49 | FreeXSC_Slot1 |
4.44 - 4.49 | FreeXSC_Slot2 |
4.44 - 4.49 | Free_BlockRxBuffer |
4.44 - 4.49 | GetD3Interface |
4.44 - 4.49 | GetDTMF_DUSLIC |
4.44 - 4.49 | GetEEPROMData |
4.44 - 4.49 | GetElement |
4.44 - 4.49 | GetLM |
4.44 - 4.49 | GetLMR_DUSLIC |
4.44 - 4.49 | GetLMR_POTS_DUSLIC |
4.44 - 4.49 | GetNextXSC |
4.44 - 4.49 | GetSlicErrorAnalog |
4.44 - 4.49 | GetSlicError_DUSLIC |
4.44 - 4.49 | Get_POTS_LineState_DUSLIC |
4.44 - 4.49 | HandleAnalog |
4.44 - 4.49 | HandleDataInd |
4.44 - 4.49 | HandleNewCR |
4.44 - 4.49 | HandlePOTS |
4.44 - 4.49 | HandlePots |
4.44 - 4.49 | Handle_Ints_DUSLIC |
4.44 - 4.49 | History_GiveData |
4.44 - 4.49 | History_MakeSpace |
4.44 - 4.49 | IRadix2Fft |
4.44 - 4.49 | ISACSX_DisableLevelDetect |
4.44 - 4.49 | ISACSX_EnableLevelDetect |
4.44 - 4.49 | ISACSX_FrameValid |
4.44 - 4.49 | ISACSX_GetCIIndication |
4.44 - 4.49 | ISACSX_HandleTrStatus |
4.44 - 4.49 | ISACSX_IRStatus |
4.44 - 4.49 | ISACSX_Init |
4.44 - 4.49 | ISACSX_ReleaseRFifo |
4.44 - 4.49 | ISACSX_ResetReceiver |
4.44 - 4.49 | ISACSX_ResetTransmitter |
4.44 - 4.49 | ISACSX_RxCount |
4.44 - 4.49 | ISACSX_SelectSlot |
4.44 - 4.49 | ISACSX_SendCICommand |
4.44 - 4.49 | ISACSX_SendFifo |
4.44 - 4.49 | ISACSX_SendFifoFrameEnd |
4.44 - 4.49 | ISACSX_Setmode |
4.44 - 4.49 | IdentifyClassAndValue |
4.44 - 4.49 | InitAdapter_ResetAllRessourcen |
4.44 - 4.49 | InitAnalog |
4.44 - 4.49 | InitMessage |
4.44 - 4.49 | Init_DUSLIC |
4.44 - 4.49 | Init_POTS_DUSLIC |
4.44 - 4.49 | Init_PatchValue |
4.44 - 4.49 | InverseFft |
4.44 - 4.49 | InverseRFft |
4.44 - 4.49 | MANUFACTURER_IND |
4.44 - 4.49 | MANU_Ind |
4.44 - 4.49 | MCIDRequestInd |
4.44 - 4.49 | MCID_HandleError |
4.44 - 4.49 | MCID_HandleRR |
4.44 - 4.49 | MCID_Request_Inv |
4.44 - 4.49 | MEM_SubAlloc |
4.44 - 4.49 | MEM_SubCheck |
4.44 - 4.49 | MEM_SubFree |
4.44 - 4.49 | MEM_SubGlobalInit |
4.44 - 4.49 | MEM_SubInit |
4.44 - 4.49 | MEM_SubResetAllRessourcen |
4.44 - 4.49 | MESSAGE_2_PARS |
4.44 - 4.49 | MWIActivateInd |
4.44 - 4.49 | MWIDeactivateInd |
4.44 - 4.49 | MWIIndicateInd |
4.44 - 4.49 | MWI_Activate_Inv |
4.44 - 4.49 | MWI_Deactivate_Inv |
4.44 - 4.49 | MWI_HandleError |
4.44 - 4.49 | MWI_HandleInv |
4.44 - 4.49 | MWI_HandleRR |
4.44 - 4.49 | Make_ISDN2SIP_Number |
4.44 - 4.49 | Make_SIP2ISDN_Number |
4.44 - 4.49 | ManuINDCodec |
4.44 - 4.49 | ManuINDHandler |
4.44 - 4.49 | ManuREQHandler |
4.44 - 4.49 | ManuREQHandler_FRITZX |
4.44 - 4.49 | ManuREQHandler_HARDWARE |
4.44 - 4.49 | ManuRESPHandler |
4.44 - 4.49 | ManuRESPHandler_HARDWARE |
4.44 - 4.49 | ManuRESPHandler_TROJA |
4.44 - 4.49 | Manu_RestoreData |
4.44 - 4.49 | Manu_RestoreData_TRACE |
4.44 - 4.49 | Manu_RestoreData_TROJA |
4.44 - 4.49 | Manu_SaveData |
4.44 - 4.49 | Manu_SaveData_TRACE |
4.44 - 4.49 | Manu_SaveData_TROJA |
4.44 - 4.49 | Message2CIP |
4.44 - 4.49 | NCCI_Init |
4.44 - 4.49 | NEXT |
4.44 - 4.49 | NOCHECK |
4.44 - 4.49 | Name__manu_function |
4.44 - 4.49 | Nop |
4.44 - 4.49 | NotifyInd |
4.44 - 4.49 | PARS_2_MESSAGE |
4.44 - 4.49 | PCMgen |
4.44 - 4.49 | PLCDoFe_Flexible |
4.44 - 4.49 | PLCGetFeSpeech |
4.44 - 4.49 | PLCInit |
4.44 - 4.49 | PLCProcessReceivedSamples |
4.44 - 4.49 | PLCSynthesizeSamples |
4.44 - 4.49 | POTS_EstablishConf |
4.44 - 4.49 | POTS_IncomingCLID |
4.44 - 4.49 | POTS_IncomingInd |
4.44 - 4.49 | PTY3_HandleError |
4.44 - 4.49 | PTY3_HandleInv |
4.44 - 4.49 | PTY3_HandleRR |
4.44 - 4.49 | PTY3_SendBegin3PTY_Inv |
4.44 - 4.49 | PTY3_SendEnd3PTY_Inv |
4.44 - 4.49 | Patch_ResetAllRessourcen |
4.44 - 4.49 | PhiMult |
4.44 - 4.49 | Plci_Alloc |
4.44 - 4.49 | Plci_Free |
4.44 - 4.49 | Plci_GetInterface |
4.44 - 4.49 | PowerDown |
4.44 - 4.49 | PowerUp |
4.44 - 4.49 | QUEUE_Init |
4.44 - 4.49 | QUEUE_ResetAllRessourcen |
4.44 - 4.49 | Read_DUSLIC |
4.44 - 4.49 | ReadyForPowerDown |
4.44 - 4.49 | Register |
4.44 - 4.49 | Release |
4.44 - 4.49 | Reset |
4.44 - 4.49 | ResetAnalog |
4.44 - 4.49 | Reset_DUSLIC |
4.44 - 4.49 | RingSlotAnalog |
4.44 - 4.49 | SCopy |
4.44 - 4.49 | ScanElements |
4.44 - 4.49 | Scheduler_InitResetAllRessourcen |
4.44 - 4.49 | Scheduler_PollStart |
4.44 - 4.49 | Scheduler_PollStop |
4.44 - 4.49 | SelectChan |
4.44 - 4.49 | SendDTraceMessage |
4.44 - 4.49 | SendDisconnectToAppls |
4.44 - 4.49 | SendMessage |
4.44 - 4.49 | SetDTMF_TGS_DUSLIC |
4.44 - 4.49 | SetDTMF_TGS_POTS_DUSLIC |
4.44 - 4.49 | SetFLASHTimeAnalog |
4.44 - 4.49 | SetSlotTonAnalog |
4.44 - 4.49 | SetStatusLED_DUSLIC |
4.44 - 4.49 | SetStructLen |
4.44 - 4.49 | SetToneOnBuffer |
4.44 - 4.49 | Set_ExternalTone_Dummy |
4.44 - 4.49 | Set_POTS_Line_DUSLIC |
4.44 - 4.49 | Set_POTS_OHState |
4.44 - 4.49 | Set_POTS_Timeslot |
4.44 - 4.49 | Set_POTS_Timeslot_DUSLIC |
4.44 - 4.49 | Set_TimeslotAnalog |
4.44 - 4.49 | Set_Timeslot_DUSLIC |
4.44 - 4.49 | SetupPatchValues |
4.44 - 4.49 | SimulateDChanConnect |
4.44 - 4.49 | SizeOfLength |
4.44 - 4.49 | SkiptoNextParameter |
4.44 - 4.49 | StartAnalog |
4.44 - 4.49 | Start_DUSLIC |
4.44 - 4.49 | State_0 |
4.44 - 4.49 | State_1 |
4.44 - 4.49 | State_10 |
4.44 - 4.49 | State_10_MCID |
4.44 - 4.49 | State_11 |
4.44 - 4.49 | State_12 |
4.44 - 4.49 | State_15 |
4.44 - 4.49 | State_17 |
4.44 - 4.49 | State_19 |
4.44 - 4.49 | State_2 |
4.44 - 4.49 | State_3 |
4.44 - 4.49 | State_4 |
4.44 - 4.49 | State_6_9 |
4.44 - 4.49 | State_7 |
4.44 - 4.49 | State_8 |
4.44 - 4.49 | StructLen |
4.44 - 4.49 | StructSize |
4.44 - 4.49 | SuppServCheck |
4.44 - 4.49 | SuppServInit |
4.44 - 4.49 | SupplServiceInd |
4.44 - 4.49 | SwitchIPAC_toV23 |
4.44 - 4.49 | TIMER_Exit |
4.44 - 4.49 | TIMER_Init |
4.44 - 4.49 | TIMER_NotActive |
4.44 - 4.49 | TIMER_Reset |
4.44 - 4.49 | TIMER_Set |
4.44 - 4.49 | TIMER_SetD3 |
4.44 - 4.49 | TIMER_SetFBOX |
4.44 - 4.49 | TIMER_SetTics |
4.44 - 4.49 | TROJA_Dequeue32 |
4.44 - 4.49 | TROJA_Enqueue32 |
4.44 - 4.49 | TROJA_MsgAvail |
4.44 - 4.49 | TimerFkt |
4.44 - 4.49 | Timer_B1 |
4.44 - 4.49 | Timer_B2 |
4.44 - 4.49 | Timer_B3 |
4.44 - 4.49 | Timer_D1 |
4.44 - 4.49 | Timer_D2 |
4.44 - 4.49 | Timer_D3 |
4.44 - 4.49 | Timer_D3I |
4.44 - 4.49 | Trace |
4.44 - 4.49 | TraceD3Rx |
4.44 - 4.49 | TraceD3Tx |
4.44 - 4.49 | TraceInit |
4.44 - 4.49 | TraceLayer2 |
4.44 - 4.49 | TraceRxIRQ |
4.44 - 4.49 | TraceTxIRQ |
4.44 - 4.49 | Trace_Init |
4.44 - 4.49 | Trace_ResetAllRessourcen |
4.44 - 4.49 | TrojaCheckApplIDisMaster |
4.44 - 4.49 | TrojaCheckCall |
4.44 - 4.49 | TrojaLogCall |
4.44 - 4.49 | TrojaReqDispatcher |
4.44 - 4.49 | TrojaReset |
4.44 - 4.49 | TrojaResetAll |
4.44 - 4.49 | TrojaResetParam |
4.44 - 4.49 | TrojaRespDispatcher |
4.44 - 4.49 | UnpackQ931InfoElement |
4.44 - 4.49 | V23Deinit |
4.44 - 4.49 | V23Init |
4.44 - 4.49 | V23Sendrunning |
4.44 - 4.49 | V23Sendrunning_DUSLIC |
4.44 - 4.49 | V23Sendstart |
4.44 - 4.49 | V23Sendstart_DUSLIC |
4.44 - 4.49 | V23Sendstop |
4.44 - 4.49 | V23Sendstop_DUSLIC |
4.44 - 4.49 | V23sendFSK |
4.44 - 4.49 | VCommCtrl |
4.44 - 4.49 | VCommCtrlApplCleanup |
4.44 - 4.49 | VCommInit |
4.44 - 4.49 | Write_DUSLIC |
4.44 - 4.49 | Write_DUSLIC_Command |
4.44 - 4.49 | Write_V23Byte |
4.44 - 4.49 | XYtoPHI |
4.44 - 4.49 | bitraus |
4.44 - 4.49 | c2v |
4.44 - 4.49 | cleanup_module |
4.44 - 4.49 | command_2_index |
4.44 - 4.49 | convertis |
4.44 - 4.49 | decode |
4.44 - 4.49 | dtmfENQUEUE1 |
4.44 - 4.49 | i_overlapadd |
4.44 - 4.49 | i_scalespeech |
4.44 - 4.49 | iabs |
4.44 - 4.49 | init_module |
4.44 - 4.49 | inline_OutpByteBlock |
4.44 - 4.49 | isdn_fbox_exit |
4.44 - 4.49 | isdn_fbox_init |
4.44 - 4.49 | jumpcstruct |
4.44 - 4.49 | rxDTMFinit |
4.44 - 4.49 | rxDTMFinitALL |
4.44 - 4.49 | strcat_p |
4.44 - 4.49 | txDTMF |
4.44 - 4.49 | txDTMFinit |
4.44 - 4.49 | txDTMFinitALL |
780 symbols for this module |