
Data Fields | |
| char | accountcode [AST_MAX_ACCOUNT_CODE] |
| unsigned int | adsi:1 |
| int | amaflags |
| unsigned int | answeronpolarityswitch:1 |
| char | begindigit |
| int | buf_no |
| int | buf_policy |
| int | busy_quietlength |
| int | busy_tonelength |
| int | busycount |
| unsigned int | busydetect:1 |
| char | call_forward [AST_MAX_EXTENSION] |
| ast_group_t | callgroup |
| int | callingpres |
| int | callprogress |
| unsigned int | callreturn:1 |
| char | callwait_name [AST_MAX_EXTENSION] |
| char | callwait_num [AST_MAX_EXTENSION] |
| int | callwaitcas |
| unsigned int | callwaiting:1 |
| unsigned int | callwaitingcallerid:1 |
| int | callwaitingrepeat |
| int | callwaitrings |
| unsigned int | cancallforward:1 |
| unsigned int | canpark:1 |
| int | channel |
| char | cid_name [AST_MAX_EXTENSION] |
| char | cid_num [AST_MAX_EXTENSION] |
| int | cid_signalling |
| int | cid_start |
| int | cid_ton |
| int | cidcwexpire |
| int | cidlen |
| int | cidpos |
| int | cidrings |
| unsigned char * | cidspill |
| unsigned int | confirmanswer:1 |
| int | confno |
| int | confusers |
| char | context [AST_MAX_CONTEXT] |
| int | cref |
| unsigned int | dahditrcallerid:1 |
| char | defcontext [AST_MAX_CONTEXT] |
| unsigned int | destroy:1 |
| char | dialdest [256] |
| unsigned int | dialednone:1 |
| unsigned int | dialing:1 |
| unsigned int | didtdd:1 |
| unsigned int | digital:1 |
| int | distinctivering |
| unsigned int | dnd:1 |
| char | dnid [AST_MAX_EXTENSION] |
| dahdi_dialoperation | dop |
| dahdi_distRings | drings |
| ast_dsp * | dsp |
| int | dsp_features |
| int | dtmfrelax |
| unsigned int | echobreak:1 |
| unsigned int | echocanbridged:1 |
| int | echocancel |
| unsigned int | echocanon:1 |
| char | echorest [20] |
| int | echotraining |
| char | exten [AST_MAX_EXTENSION] |
| int | fake_event |
| unsigned int | faxhandled:1 |
| char | finaldial [64] |
| unsigned int | firstradio:1 |
| timeval | flashtime |
| ast_group_t | group |
| time_t | guardtime |
| unsigned int | hanguponpolarityswitch:1 |
| unsigned int | hardwaredtmf:1 |
| unsigned int | hidecallerid:1 |
| unsigned int | hidecalleridname:1 |
| unsigned int | ignoredtmf:1 |
| unsigned int | immediate:1 |
| unsigned int | inalarm:1 |
| int | inconference |
| char | language [MAX_LANGUAGE] |
| char | lastcid_name [AST_MAX_EXTENSION] |
| char | lastcid_num [AST_MAX_EXTENSION] |
| int | law |
| ast_mutex_t | lock |
| char | mailbox [AST_MAX_EXTENSION] |
| dahdi_pvt * | master |
| unsigned int | mate:1 |
| char | mohinterpret [MAX_MUSICCLASS] |
| char | mohsuggest [MAX_MUSICCLASS] |
| int | msgstate |
| dahdi_pvt * | next |
| int | onhooktime |
| int | oprmode |
| dahdi_pvt * | oprpeer |
| char * | origcid_name |
| char * | origcid_num |
| unsigned int | outgoing:1 |
| int | outsigmod |
| unsigned int | overlapdial:1 |
| ast_channel * | owner |
| unsigned int | permcallwaiting:1 |
| unsigned int | permhidecallerid:1 |
| ast_group_t | pickupgroup |
| int | polarity |
| timeval | polaritydelaytv |
| int | polarityonanswerdelay |
| dahdi_pvt * | prev |
| unsigned int | priexclusive:1 |
| unsigned int | priindication_oob:1 |
| int | propconfno |
| unsigned int | pulse:1 |
| unsigned int | pulsedial:1 |
| int | radio |
| char | rdnis [AST_MAX_EXTENSION] |
| unsigned int | restartpending:1 |
| unsigned int | restrictcid:1 |
| int | ringt |
| int | ringt_base |
| float | rxgain |
| dahdi_confinfo | saveconf |
| int | sendcalleridafter |
| int | sig |
| dahdi_pvt * | slaves [MAX_SLAVES] |
| ast_smdi_interface * | smdi_iface |
| int | span |
| int | stripmsd |
| dahdi_subchannel | sub_unused |
| dahdi_subchannel | subs [3] |
| tdd_state * | tdd |
| unsigned int | threewaycalling:1 |
| int | tonezone |
| unsigned int | transfer:1 |
| unsigned int | transfertobusy:1 |
| float | txgain |
| unsigned int | unknown_alarm:1 |
| unsigned int | use_callerid:1 |
| unsigned int | use_callingpres:1 |
| unsigned int | use_smdi:1 |
| unsigned int | usedistinctiveringdetection:1 |
| int | whichwink |
Definition at line 414 of file chan_dahdi.c.
| char accountcode[AST_MAX_ACCOUNT_CODE] |
Account code
Definition at line 557 of file chan_dahdi.c.
Referenced by dahdi_new(), and process_dahdi().
| unsigned int adsi |
| int amaflags |
AMA Flags
Definition at line 558 of file chan_dahdi.c.
Referenced by dahdi_new(), and process_dahdi().
| unsigned int answeronpolarityswitch |
Definition at line 442 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and process_dahdi().
| char begindigit |
Definition at line 582 of file chan_dahdi.c.
Referenced by dahdi_digit_begin(), and dahdi_digit_end().
| int buf_no |
Number of buffers
Definition at line 427 of file chan_dahdi.c.
Referenced by alloc_sub(), and process_dahdi().
| int buf_policy |
Buffer policy
Definition at line 428 of file chan_dahdi.c.
Referenced by alloc_sub(), and process_dahdi().
| int busy_quietlength |
| int busy_tonelength |
| int busycount |
| unsigned int busydetect |
Definition at line 443 of file chan_dahdi.c.
Referenced by dahdi_new(), dahdi_read(), and process_dahdi().
| char call_forward[AST_MAX_EXTENSION] |
| int callingpres |
The value of callling presentation that we're going to use when placing a PRI call
Definition at line 533 of file chan_dahdi.c.
Referenced by dahdi_new().
| int callprogress |
Definition at line 550 of file chan_dahdi.c.
Referenced by dahdi_handle_dtmfup(), dahdi_new(), dahdi_read(), and process_dahdi().
| unsigned int callreturn |
| char callwait_name[AST_MAX_EXTENSION] |
| char callwait_num[AST_MAX_EXTENSION] |
| int callwaitcas |
Definition at line 542 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_callwait(), dahdi_handle_dtmfup(), dahdi_handle_event(), dahdi_hangup(), dahdi_read(), dahdi_show_channel(), send_callerid(), and send_cwcidspill().
| unsigned int callwaiting |
Definition at line 445 of file chan_dahdi.c.
Referenced by available(), dahdi_hangup(), process_dahdi(), and ss_thread().
| unsigned int callwaitingcallerid |
How many samples to wait before repeating call waiting
Definition at line 534 of file chan_dahdi.c.
Referenced by dahdi_callwait(), dahdi_hangup(), and dahdi_read().
| int callwaitrings |
Definition at line 543 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_callwait(), and dahdi_read().
| unsigned int cancallforward |
| unsigned int canpark |
| int channel |
Channel Number or CRV
Definition at line 528 of file chan_dahdi.c.
Referenced by __action_showchannels(), __dahdi_exception(), alloc_sub(), available(), check_for_conference(), dahdi_answer(), dahdi_bridge(), dahdi_call(), dahdi_confmute(), dahdi_destroy_channel_bynum(), dahdi_disable_ec(), dahdi_enable_ec(), dahdi_fixup(), dahdi_handle_event(), dahdi_hangup(), dahdi_new(), dahdi_read(), dahdi_request(), dahdi_sendtext(), dahdi_setoption(), dahdi_show_channel(), dahdi_show_channels(), dahdi_train_ec(), dahdi_write(), destroy_all_channels(), enable_dtmf_detect(), find_channel(), get_alarms(), handle_alarms(), handle_init_event(), isourconf(), my_dahdi_write(), reset_conf(), ss_thread(), and unalloc_sub().
| char cid_name[AST_MAX_EXTENSION] |
Definition at line 512 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_hangup(), dahdi_new(), dahdi_show_channel(), process_dahdi(), and ss_thread().
| char cid_num[AST_MAX_EXTENSION] |
Definition at line 510 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_hangup(), dahdi_new(), dahdi_show_channel(), process_dahdi(), and ss_thread().
| int cid_signalling |
CID signalling type bell202 or v23
Definition at line 531 of file chan_dahdi.c.
Referenced by process_dahdi(), and ss_thread().
| int cid_start |
CID start indicator, polarity or ring
Definition at line 532 of file chan_dahdi.c.
Referenced by handle_init_event(), process_dahdi(), and ss_thread().
| int cid_ton |
Type Of Number (TON)
Definition at line 511 of file chan_dahdi.c.
Referenced by dahdi_new(), and dahdi_show_channel().
| int cidcwexpire |
When to expire our muting for CID/CW
Definition at line 535 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_read(), send_callerid(), and send_cwcidspill().
| int cidlen |
Definition at line 538 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_callwait(), send_callerid(), and send_cwcidspill().
| int cidpos |
Definition at line 537 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_callwait(), send_callerid(), and send_cwcidspill().
| int cidrings |
Which ring to deliver CID on
Definition at line 566 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_handle_event(), dahdi_hangup(), and dahdi_read().
| unsigned char* cidspill |
Definition at line 536 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_callwait(), dahdi_handle_dtmfup(), dahdi_handle_event(), dahdi_hangup(), dahdi_read(), dahdi_write(), destroy_all_channels(), do_monitor(), handle_init_event(), send_callerid(), and send_cwcidspill().
| unsigned int confirmanswer |
Wait for '#' to confirm answer
Definition at line 449 of file chan_dahdi.c.
Referenced by dahdi_handle_dtmfup(), dahdi_handle_event(), dahdi_hangup(), and dahdi_request().
| int confno |
Our conference
Definition at line 523 of file chan_dahdi.c.
Referenced by check_for_conference(), conf_add(), dahdi_show_channel(), isourconf(), and reset_conf().
| int confusers |
Who is using our conference
Definition at line 524 of file chan_dahdi.c.
| char context[AST_MAX_CONTEXT] |
Definition at line 501 of file chan_dahdi.c.
Referenced by __action_showchannels(), dahdi_chan_conf_default(), dahdi_new(), dahdi_show_channel(), dahdi_show_channels(), process_dahdi(), and ss_thread().
| int cref |
Call reference number
Definition at line 553 of file chan_dahdi.c.
| unsigned int dahditrcallerid |
should we use the callerid from incoming call on dahdi transfer or not
Definition at line 485 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and process_dahdi().
| char defcontext[AST_MAX_CONTEXT] |
| unsigned int destroy |
Definition at line 450 of file chan_dahdi.c.
Referenced by dahdi_hangup(), and dahdi_show_channel().
| char dialdest[256] |
Definition at line 562 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_digit_begin(), and dahdi_handle_event().
| unsigned int dialednone |
| unsigned int dialing |
Definition at line 453 of file chan_dahdi.c.
Referenced by dahdi_answer(), dahdi_call(), dahdi_digit_begin(), dahdi_digit_end(), dahdi_handle_event(), dahdi_hangup(), dahdi_read(), dahdi_show_channel(), and dahdi_write().
| unsigned int didtdd |
flag to say its done it once
Definition at line 451 of file chan_dahdi.c.
Referenced by dahdi_hangup(), and dahdi_setoption().
| unsigned int digital |
Definition at line 454 of file chan_dahdi.c.
Referenced by dahdi_answer(), dahdi_call(), dahdi_enable_ec(), dahdi_hangup(), dahdi_indicate(), dahdi_new(), dahdi_request(), and dahdi_write().
| int distinctivering |
Which distinctivering to use
Definition at line 565 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_hangup(), and dahdi_request().
| unsigned int dnd |
Definition at line 455 of file chan_dahdi.c.
Referenced by __action_dnd(), __action_showchannels(), available(), and ss_thread().
| char dnid[AST_MAX_EXTENSION] |
| struct dahdi_dialoperation dop |
Definition at line 554 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_handle_event(), dahdi_indicate(), and ss_thread().
| struct dahdi_distRings drings |
Definition at line 552 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_new(), dahdi_read(), dahdi_setoption(), dahdi_show_channel(), disable_dtmf_detect(), enable_dtmf_detect(), and ss_thread().
| int dsp_features |
Definition at line 581 of file chan_dahdi.c.
Referenced by dahdi_new(), disable_dtmf_detect(), and enable_dtmf_detect().
| int dtmfrelax |
whether to run in relaxed DTMF mode
Definition at line 567 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_new(), dahdi_setoption(), dahdi_show_channel(), process_dahdi(), and ss_thread().
| unsigned int echobreak |
| unsigned int echocanbridged |
Definition at line 457 of file chan_dahdi.c.
Referenced by dahdi_bridge(), dahdi_show_channel(), and process_dahdi().
| int echocancel |
Definition at line 544 of file chan_dahdi.c.
Referenced by dahdi_disable_ec(), dahdi_enable_ec(), dahdi_show_channel(), dahdi_train_ec(), and process_dahdi().
| unsigned int echocanon |
Definition at line 458 of file chan_dahdi.c.
Referenced by dahdi_disable_ec(), dahdi_enable_ec(), dahdi_handle_event(), and dahdi_show_channel().
| char echorest[20] |
| int echotraining |
Definition at line 545 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_handle_event(), dahdi_train_ec(), and process_dahdi().
| char exten[AST_MAX_EXTENSION] |
Definition at line 503 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_new(), dahdi_show_channel(), dahdi_show_channels(), and ss_thread().
| int fake_event |
Definition at line 568 of file chan_dahdi.c.
Referenced by __dahdi_exception(), dahdi_fake_event(), dahdi_handle_event(), dahdi_new(), and dahdi_read().
| unsigned int faxhandled |
Has a fax tone already been handled?
Definition at line 459 of file chan_dahdi.c.
Referenced by dahdi_handle_dtmfup(), dahdi_hangup(), and dahdi_show_channel().
| char finaldial[64] |
| unsigned int firstradio |
| struct timeval flashtime |
Last flash-hook time
Definition at line 551 of file chan_dahdi.c.
Referenced by dahdi_handle_event().
| time_t guardtime |
Must wait this much time before using for new call
Definition at line 530 of file chan_dahdi.c.
Referenced by available(), and dahdi_hangup().
| unsigned int hanguponpolarityswitch |
Definition at line 461 of file chan_dahdi.c.
Referenced by dahdi_answer(), dahdi_handle_event(), handle_init_event(), and process_dahdi().
| unsigned int hardwaredtmf |
Definition at line 462 of file chan_dahdi.c.
Referenced by dahdi_new(), disable_dtmf_detect(), enable_dtmf_detect(), and ss_thread().
| unsigned int hidecallerid |
Definition at line 463 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_hangup(), process_dahdi(), and ss_thread().
| unsigned int hidecalleridname |
Hide just the name not the number for legacy PBX use
Definition at line 464 of file chan_dahdi.c.
Referenced by dahdi_call(), and process_dahdi().
| unsigned int ignoredtmf |
Definition at line 465 of file chan_dahdi.c.
Referenced by dahdi_hangup(), dahdi_read(), disable_dtmf_detect(), and enable_dtmf_detect().
| unsigned int immediate |
Answer before getting digits?
Definition at line 466 of file chan_dahdi.c.
Referenced by handle_init_event(), process_dahdi(), and ss_thread().
| unsigned int inalarm |
Definition at line 467 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_read(), dahdi_request(), dahdi_show_channel(), and handle_init_event().
| int inconference |
If our real should be in the conference
Definition at line 425 of file chan_dahdi.c.
Referenced by dahdi_show_channel().
| char language[MAX_LANGUAGE] |
Definition at line 504 of file chan_dahdi.c.
Referenced by dahdi_new(), dahdi_show_channels(), and process_dahdi().
| char lastcid_name[AST_MAX_EXTENSION] |
| char lastcid_num[AST_MAX_EXTENSION] |
Definition at line 513 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_read(), and ss_thread().
| int law |
Definition at line 522 of file chan_dahdi.c.
Referenced by bump_gains(), dahdi_call(), dahdi_setoption(), dahdi_show_channel(), and restore_gains().
Definition at line 415 of file chan_dahdi.c.
Referenced by dahdi_answer(), dahdi_bridge(), dahdi_call(), dahdi_digit_begin(), dahdi_digit_end(), dahdi_exception(), dahdi_fixup(), dahdi_func_read(), dahdi_handle_event(), dahdi_hangup(), dahdi_indicate(), dahdi_queue_frame(), dahdi_read(), dahdi_softhangup_all(), dahdi_unlink(), dahdi_write(), destroy_dahdi_pvt(), and wakeup_sub().
| char mailbox[AST_MAX_EXTENSION] |
Master to us (we follow their conferencing)
Definition at line 424 of file chan_dahdi.c.
Referenced by check_for_conference(), and dahdi_show_channel().
| unsigned int mate |
flag to say its in MATE mode
Definition at line 469 of file chan_dahdi.c.
Referenced by dahdi_sendtext(), and dahdi_setoption().
| char mohinterpret[MAX_MUSICCLASS] |
Definition at line 505 of file chan_dahdi.c.
Referenced by dahdi_indicate(), dahdi_show_channels(), and process_dahdi().
| char mohsuggest[MAX_MUSICCLASS] |
Definition at line 506 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), dahdi_hangup(), and process_dahdi().
| int msgstate |
Next channel in list
Definition at line 437 of file chan_dahdi.c.
Referenced by __action_showchannels(), __unload_module(), chandup(), dahdi_destroy_channel_bynum(), dahdi_hangup(), dahdi_request(), dahdi_restart(), dahdi_show_channel(), dahdi_show_channels(), dahdi_softhangup_all(), destroy_all_channels(), destroy_channel(), destroy_dahdi_pvt(), do_monitor(), find_channel(), and mkintf().
| int onhooktime |
Definition at line 563 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and dahdi_hangup().
| int oprmode |
"Operator Services" mode
Definition at line 432 of file chan_dahdi.c.
Referenced by __dahdi_exception(), available(), dahdi_answer(), dahdi_call(), dahdi_handle_event(), dahdi_hangup(), dahdi_read(), and dahdi_setoption().
"Operator Services" peer tech_pvt ptr
Definition at line 433 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and dahdi_setoption().
| char* origcid_name |
malloced original callerid
Definition at line 516 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and dahdi_hangup().
| char* origcid_num |
malloced original callerid
Definition at line 515 of file chan_dahdi.c.
Referenced by dahdi_handle_event(), and dahdi_hangup().
| unsigned int outgoing |
Definition at line 470 of file chan_dahdi.c.
Referenced by available(), dahdi_call(), dahdi_handle_event(), dahdi_hangup(), dahdi_indicate(), dahdi_new(), dahdi_read(), dahdi_request(), and dahdi_write().
| int outsigmod |
Outbound Signalling style (modifier)
Definition at line 431 of file chan_dahdi.c.
Referenced by dahdi_call(), dahdi_handle_event(), and process_dahdi().
| unsigned int overlapdial |
| struct ast_channel* owner |