2 * Asterisk -- An open source telephony toolkit.
4 * Copyright (C) 1999 - 2006, Digium, Inc.
6 * Mark Spencer <markster@digium.com>
8 * See http://www.asterisk.org for more information about
9 * the Asterisk project. Please do not directly contact
10 * any of the maintainers of this project for assistance;
11 * the project provides a web site, mailing lists and IRC
12 * channels for your use.
14 * This program is free software, distributed under the terms of
15 * the GNU General Public License Version 2. See the LICENSE file
16 * at the top of the source tree.
21 * \brief Channel Management
23 * \author Mark Spencer <markster@digium.com>
27 <support_level>core</support_level>
32 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
34 #include "asterisk/_private.h"
40 #include "asterisk/paths.h" /* use ast_config_AST_SYSTEM_NAME */
42 #include "asterisk/pbx.h"
43 #include "asterisk/frame.h"
44 #include "asterisk/mod_format.h"
45 #include "asterisk/sched.h"
46 #include "asterisk/channel.h"
47 #include "asterisk/musiconhold.h"
48 #include "asterisk/say.h"
49 #include "asterisk/file.h"
50 #include "asterisk/cli.h"
51 #include "asterisk/translate.h"
52 #include "asterisk/manager.h"
53 #include "asterisk/chanvars.h"
54 #include "asterisk/linkedlists.h"
55 #include "asterisk/indications.h"
56 #include "asterisk/monitor.h"
57 #include "asterisk/causes.h"
58 #include "asterisk/callerid.h"
59 #include "asterisk/utils.h"
60 #include "asterisk/lock.h"
61 #include "asterisk/app.h"
62 #include "asterisk/transcap.h"
63 #include "asterisk/devicestate.h"
64 #include "asterisk/threadstorage.h"
65 #include "asterisk/slinfactory.h"
66 #include "asterisk/audiohook.h"
67 #include "asterisk/framehook.h"
68 #include "asterisk/timing.h"
69 #include "asterisk/autochan.h"
70 #include "asterisk/stringfields.h"
71 #include "asterisk/global_datastores.h"
72 #include "asterisk/data.h"
73 #include "asterisk/channel_internal.h"
74 #include "asterisk/features.h"
75 #include "asterisk/bridge.h"
76 #include "asterisk/test.h"
77 #include "asterisk/stasis_channels.h"
83 #include <sys/epoll.h>
86 #if defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED)
89 #endif /* defined(HAVE_PRI) */
90 #endif /* defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED) */
92 struct ast_epoll_data {
93 struct ast_channel *chan;
97 /* uncomment if you have problems with 'monitoring' synchronized files */
99 #define MONITOR_CONSTANT_DELAY
100 #define MONITOR_DELAY 150 * 8 /*!< 150 ms of MONITORING DELAY */
103 static int chancount;
105 unsigned long global_fin, global_fout;
107 AST_THREADSTORAGE(state2str_threadbuf);
108 #define STATE2STR_BUFSIZE 32
110 /*! Default amount of time to use when emulating a digit as a begin and end
112 #define AST_DEFAULT_EMULATE_DTMF_DURATION 100
114 #define DEFAULT_AMA_FLAGS AST_AMA_DOCUMENTATION
116 /*! Minimum amount of time between the end of the last digit and the beginning
117 * of a new one - 45ms */
118 #define AST_MIN_DTMF_GAP 45
120 /*! \brief List of channel drivers */
122 const struct ast_channel_tech *tech;
123 AST_LIST_ENTRY(chanlist) list;
126 /*! \brief the list of registered channel types */
127 static AST_RWLIST_HEAD_STATIC(backends, chanlist);
130 #define NUM_CHANNEL_BUCKETS 61
132 #define NUM_CHANNEL_BUCKETS 1567
135 /*! \brief All active channels on the system */
136 static struct ao2_container *channels;
138 /*! \brief map AST_CAUSE's to readable string representations
148 static const struct causes_map causes[] = {
149 { AST_CAUSE_UNALLOCATED, "UNALLOCATED", "Unallocated (unassigned) number" },
150 { AST_CAUSE_NO_ROUTE_TRANSIT_NET, "NO_ROUTE_TRANSIT_NET", "No route to specified transmit network" },
151 { AST_CAUSE_NO_ROUTE_DESTINATION, "NO_ROUTE_DESTINATION", "No route to destination" },
152 { AST_CAUSE_MISDIALLED_TRUNK_PREFIX, "MISDIALLED_TRUNK_PREFIX", "Misdialed trunk prefix" },
153 { AST_CAUSE_CHANNEL_UNACCEPTABLE, "CHANNEL_UNACCEPTABLE", "Channel unacceptable" },
154 { AST_CAUSE_CALL_AWARDED_DELIVERED, "CALL_AWARDED_DELIVERED", "Call awarded and being delivered in an established channel" },
155 { AST_CAUSE_PRE_EMPTED, "PRE_EMPTED", "Pre-empted" },
156 { AST_CAUSE_NUMBER_PORTED_NOT_HERE, "NUMBER_PORTED_NOT_HERE", "Number ported elsewhere" },
157 { AST_CAUSE_NORMAL_CLEARING, "NORMAL_CLEARING", "Normal Clearing" },
158 { AST_CAUSE_USER_BUSY, "USER_BUSY", "User busy" },
159 { AST_CAUSE_NO_USER_RESPONSE, "NO_USER_RESPONSE", "No user responding" },
160 { AST_CAUSE_NO_ANSWER, "NO_ANSWER", "User alerting, no answer" },
161 { AST_CAUSE_SUBSCRIBER_ABSENT, "SUBSCRIBER_ABSENT", "Subscriber absent" },
162 { AST_CAUSE_CALL_REJECTED, "CALL_REJECTED", "Call Rejected" },
163 { AST_CAUSE_NUMBER_CHANGED, "NUMBER_CHANGED", "Number changed" },
164 { AST_CAUSE_REDIRECTED_TO_NEW_DESTINATION, "REDIRECTED_TO_NEW_DESTINATION", "Redirected to new destination" },
165 { AST_CAUSE_ANSWERED_ELSEWHERE, "ANSWERED_ELSEWHERE", "Answered elsewhere" },
166 { AST_CAUSE_DESTINATION_OUT_OF_ORDER, "DESTINATION_OUT_OF_ORDER", "Destination out of order" },
167 { AST_CAUSE_INVALID_NUMBER_FORMAT, "INVALID_NUMBER_FORMAT", "Invalid number format" },
168 { AST_CAUSE_FACILITY_REJECTED, "FACILITY_REJECTED", "Facility rejected" },
169 { AST_CAUSE_RESPONSE_TO_STATUS_ENQUIRY, "RESPONSE_TO_STATUS_ENQUIRY", "Response to STATus ENQuiry" },
170 { AST_CAUSE_NORMAL_UNSPECIFIED, "NORMAL_UNSPECIFIED", "Normal, unspecified" },
171 { AST_CAUSE_NORMAL_CIRCUIT_CONGESTION, "NORMAL_CIRCUIT_CONGESTION", "Circuit/channel congestion" },
172 { AST_CAUSE_NETWORK_OUT_OF_ORDER, "NETWORK_OUT_OF_ORDER", "Network out of order" },
173 { AST_CAUSE_NORMAL_TEMPORARY_FAILURE, "NORMAL_TEMPORARY_FAILURE", "Temporary failure" },
174 { AST_CAUSE_SWITCH_CONGESTION, "SWITCH_CONGESTION", "Switching equipment congestion" },
175 { AST_CAUSE_ACCESS_INFO_DISCARDED, "ACCESS_INFO_DISCARDED", "Access information discarded" },
176 { AST_CAUSE_REQUESTED_CHAN_UNAVAIL, "REQUESTED_CHAN_UNAVAIL", "Requested channel not available" },
177 { AST_CAUSE_FACILITY_NOT_SUBSCRIBED, "FACILITY_NOT_SUBSCRIBED", "Facility not subscribed" },
178 { AST_CAUSE_OUTGOING_CALL_BARRED, "OUTGOING_CALL_BARRED", "Outgoing call barred" },
179 { AST_CAUSE_INCOMING_CALL_BARRED, "INCOMING_CALL_BARRED", "Incoming call barred" },
180 { AST_CAUSE_BEARERCAPABILITY_NOTAUTH, "BEARERCAPABILITY_NOTAUTH", "Bearer capability not authorized" },
181 { AST_CAUSE_BEARERCAPABILITY_NOTAVAIL, "BEARERCAPABILITY_NOTAVAIL", "Bearer capability not available" },
182 { AST_CAUSE_BEARERCAPABILITY_NOTIMPL, "BEARERCAPABILITY_NOTIMPL", "Bearer capability not implemented" },
183 { AST_CAUSE_CHAN_NOT_IMPLEMENTED, "CHAN_NOT_IMPLEMENTED", "Channel not implemented" },
184 { AST_CAUSE_FACILITY_NOT_IMPLEMENTED, "FACILITY_NOT_IMPLEMENTED", "Facility not implemented" },
185 { AST_CAUSE_INVALID_CALL_REFERENCE, "INVALID_CALL_REFERENCE", "Invalid call reference value" },
186 { AST_CAUSE_INCOMPATIBLE_DESTINATION, "INCOMPATIBLE_DESTINATION", "Incompatible destination" },
187 { AST_CAUSE_INVALID_MSG_UNSPECIFIED, "INVALID_MSG_UNSPECIFIED", "Invalid message unspecified" },
188 { AST_CAUSE_MANDATORY_IE_MISSING, "MANDATORY_IE_MISSING", "Mandatory information element is missing" },
189 { AST_CAUSE_MESSAGE_TYPE_NONEXIST, "MESSAGE_TYPE_NONEXIST", "Message type nonexist." },
190 { AST_CAUSE_WRONG_MESSAGE, "WRONG_MESSAGE", "Wrong message" },
191 { AST_CAUSE_IE_NONEXIST, "IE_NONEXIST", "Info. element nonexist or not implemented" },
192 { AST_CAUSE_INVALID_IE_CONTENTS, "INVALID_IE_CONTENTS", "Invalid information element contents" },
193 { AST_CAUSE_WRONG_CALL_STATE, "WRONG_CALL_STATE", "Message not compatible with call state" },
194 { AST_CAUSE_RECOVERY_ON_TIMER_EXPIRE, "RECOVERY_ON_TIMER_EXPIRE", "Recover on timer expiry" },
195 { AST_CAUSE_MANDATORY_IE_LENGTH_ERROR, "MANDATORY_IE_LENGTH_ERROR", "Mandatory IE length error" },
196 { AST_CAUSE_PROTOCOL_ERROR, "PROTOCOL_ERROR", "Protocol error, unspecified" },
197 { AST_CAUSE_INTERWORKING, "INTERWORKING", "Interworking, unspecified" },
200 struct ast_variable *ast_channeltype_list(void)
203 struct ast_variable *var = NULL, *prev = NULL;
205 AST_RWLIST_RDLOCK(&backends);
206 AST_RWLIST_TRAVERSE(&backends, cl, list) {
208 if ((prev->next = ast_variable_new(cl->tech->type, cl->tech->description, "")))
211 var = ast_variable_new(cl->tech->type, cl->tech->description, "");
215 AST_RWLIST_UNLOCK(&backends);
220 #if defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED)
221 static const char *party_number_ton2str(int ton)
223 #if defined(HAVE_PRI)
224 switch ((ton >> 4) & 0x07) {
225 case PRI_TON_INTERNATIONAL:
226 return "International";
227 case PRI_TON_NATIONAL:
229 case PRI_TON_NET_SPECIFIC:
230 return "Network Specific";
231 case PRI_TON_SUBSCRIBER:
233 case PRI_TON_ABBREVIATED:
234 return "Abbreviated";
235 case PRI_TON_RESERVED:
237 case PRI_TON_UNKNOWN:
241 #endif /* defined(HAVE_PRI) */
244 #endif /* defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED) */
246 #if defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED)
247 static const char *party_number_plan2str(int plan)
249 #if defined(HAVE_PRI)
250 switch (plan & 0x0F) {
252 case PRI_NPI_UNKNOWN:
254 case PRI_NPI_E163_E164:
255 return "Public (E.163/E.164)";
257 return "Data (X.121)";
259 return "Telex (F.69)";
260 case PRI_NPI_NATIONAL:
261 return "National Standard";
262 case PRI_NPI_PRIVATE:
264 case PRI_NPI_RESERVED:
267 #endif /* defined(HAVE_PRI) */
270 #endif /* defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED) */
272 /*! \brief Show channel types - CLI command */
273 static char *handle_cli_core_show_channeltypes(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
275 #define FORMAT "%-15.15s %-40.40s %-13.13s %-13.13s %-13.13s %-13.13s\n"
281 e->command = "core show channeltypes";
283 "Usage: core show channeltypes\n"
284 " Lists available channel types registered in your\n"
285 " Asterisk server.\n";
292 return CLI_SHOWUSAGE;
294 ast_cli(a->fd, FORMAT, "Type", "Description", "Devicestate", "Presencestate", "Indications", "Transfer");
295 ast_cli(a->fd, FORMAT, "-------------", "-------------", "-------------", "-------------", "-------------", "-------------");
297 AST_RWLIST_RDLOCK(&backends);
298 AST_RWLIST_TRAVERSE(&backends, cl, list) {
299 ast_cli(a->fd, FORMAT, cl->tech->type, cl->tech->description,
300 (cl->tech->devicestate) ? "yes" : "no",
301 (cl->tech->presencestate) ? "yes" : "no",
302 (cl->tech->indicate) ? "yes" : "no",
303 (cl->tech->transfer) ? "yes" : "no");
306 AST_RWLIST_UNLOCK(&backends);
308 ast_cli(a->fd, "----------\n%d channel drivers registered.\n", count_chan);
315 static char *complete_channeltypes(struct ast_cli_args *a)
325 wordlen = strlen(a->word);
327 AST_RWLIST_RDLOCK(&backends);
328 AST_RWLIST_TRAVERSE(&backends, cl, list) {
329 if (!strncasecmp(a->word, cl->tech->type, wordlen) && ++which > a->n) {
330 ret = ast_strdup(cl->tech->type);
334 AST_RWLIST_UNLOCK(&backends);
339 /*! \brief Show details about a channel driver - CLI command */
340 static char *handle_cli_core_show_channeltype(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
342 struct chanlist *cl = NULL;
343 struct ast_str *codec_buf = ast_str_alloca(256);
347 e->command = "core show channeltype";
349 "Usage: core show channeltype <name>\n"
350 " Show details about the specified channel type, <name>.\n";
353 return complete_channeltypes(a);
357 return CLI_SHOWUSAGE;
359 AST_RWLIST_RDLOCK(&backends);
361 AST_RWLIST_TRAVERSE(&backends, cl, list) {
362 if (!strncasecmp(cl->tech->type, a->argv[3], strlen(cl->tech->type)))
368 ast_cli(a->fd, "\n%s is not a registered channel driver.\n", a->argv[3]);
369 AST_RWLIST_UNLOCK(&backends);
374 "-- Info about channel driver: %s --\n"
375 " Device State: %s\n"
376 "Presence State: %s\n"
379 " Capabilities: %s\n"
383 " Image Support: %s\n"
384 " Text Support: %s\n",
386 (cl->tech->devicestate) ? "yes" : "no",
387 (cl->tech->presencestate) ? "yes" : "no",
388 (cl->tech->indicate) ? "yes" : "no",
389 (cl->tech->transfer) ? "yes" : "no",
390 ast_format_cap_get_names(cl->tech->capabilities, &codec_buf),
391 (cl->tech->send_digit_begin) ? "yes" : "no",
392 (cl->tech->send_digit_end) ? "yes" : "no",
393 (cl->tech->send_html) ? "yes" : "no",
394 (cl->tech->send_image) ? "yes" : "no",
395 (cl->tech->send_text) ? "yes" : "no"
399 AST_RWLIST_UNLOCK(&backends);
404 static struct ast_cli_entry cli_channel[] = {
405 AST_CLI_DEFINE(handle_cli_core_show_channeltypes, "List available channel types"),
406 AST_CLI_DEFINE(handle_cli_core_show_channeltype, "Give more details on that channel type")
409 static struct ast_frame *kill_read(struct ast_channel *chan)
411 /* Hangup channel. */
415 static struct ast_frame *kill_exception(struct ast_channel *chan)
417 /* Hangup channel. */
421 static int kill_write(struct ast_channel *chan, struct ast_frame *frame)
423 /* Hangup channel. */
427 static int kill_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
429 /* No problem fixing up the channel. */
433 static int kill_hangup(struct ast_channel *chan)
435 ast_channel_tech_pvt_set(chan, NULL);
440 * \brief Kill the channel channel driver technology descriptor.
443 * The purpose of this channel technology is to encourage the
444 * channel to hangup as quickly as possible.
446 * \note Used by DTMF atxfer and zombie channels.
448 const struct ast_channel_tech ast_kill_tech = {
450 .description = "Kill channel (should not see this)",
452 .exception = kill_exception,
455 .hangup = kill_hangup,
458 /*! \brief Checks to see if a channel is needing hang up */
459 int ast_check_hangup(struct ast_channel *chan)
461 if (ast_channel_softhangup_internal_flag(chan)) /* yes if soft hangup flag set */
463 if (ast_tvzero(*ast_channel_whentohangup(chan))) /* no if no hangup scheduled */
465 if (ast_tvdiff_ms(*ast_channel_whentohangup(chan), ast_tvnow()) > 0) /* no if hangup time has not come yet. */
467 ast_debug(4, "Hangup time has come: %" PRIi64 "\n", ast_tvdiff_ms(*ast_channel_whentohangup(chan), ast_tvnow()));
468 ast_test_suite_event_notify("HANGUP_TIME", "Channel: %s", ast_channel_name(chan));
469 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_TIMEOUT); /* record event */
473 int ast_check_hangup_locked(struct ast_channel *chan)
476 ast_channel_lock(chan);
477 res = ast_check_hangup(chan);
478 ast_channel_unlock(chan);
482 void ast_channel_softhangup_withcause_locked(struct ast_channel *chan, int causecode)
484 ast_channel_lock(chan);
487 ast_debug(1, "Setting hangupcause of channel %s to %d (is %d now)\n",
488 ast_channel_name(chan), causecode, ast_channel_hangupcause(chan));
490 ast_channel_hangupcause_set(chan, causecode);
493 ast_softhangup_nolock(chan, AST_SOFTHANGUP_EXPLICIT);
495 ast_channel_unlock(chan);
498 static int ast_channel_softhangup_cb(void *obj, void *arg, int flags)
500 struct ast_channel *chan = obj;
502 ast_softhangup(chan, AST_SOFTHANGUP_SHUTDOWN);
507 void ast_softhangup_all(void)
509 ao2_callback(channels, OBJ_NODATA | OBJ_MULTIPLE, ast_channel_softhangup_cb, NULL);
512 /*! \brief returns number of active/allocated channels */
513 int ast_active_channels(void)
515 return channels ? ao2_container_count(channels) : 0;
518 int ast_undestroyed_channels(void)
520 return ast_atomic_fetchadd_int(&chancount, 0);
523 /*! \brief Set when to hangup channel */
524 void ast_channel_setwhentohangup_tv(struct ast_channel *chan, struct timeval offset)
526 if (ast_tvzero(offset)) {
527 ast_channel_whentohangup_set(chan, &offset);
529 struct timeval tv = ast_tvadd(offset, ast_tvnow());
530 ast_channel_whentohangup_set(chan, &tv);
532 ast_queue_frame(chan, &ast_null_frame);
536 void ast_channel_setwhentohangup(struct ast_channel *chan, time_t offset)
538 struct timeval when = { offset, };
539 ast_channel_setwhentohangup_tv(chan, when);
542 /*! \brief Compare a offset with when to hangup channel */
543 int ast_channel_cmpwhentohangup_tv(struct ast_channel *chan, struct timeval offset)
545 struct timeval whentohangup;
547 if (ast_tvzero(*ast_channel_whentohangup(chan)))
548 return ast_tvzero(offset) ? 0 : -1;
550 if (ast_tvzero(offset))
553 whentohangup = ast_tvadd(offset, ast_tvnow());
555 return ast_tvdiff_ms(whentohangup, *ast_channel_whentohangup(chan));
558 int ast_channel_cmpwhentohangup(struct ast_channel *chan, time_t offset)
560 struct timeval when = { offset, };
561 return ast_channel_cmpwhentohangup_tv(chan, when);
564 /*! \brief Register a new telephony channel in Asterisk */
565 int ast_channel_register(const struct ast_channel_tech *tech)
567 struct chanlist *chan;
569 AST_RWLIST_WRLOCK(&backends);
571 AST_RWLIST_TRAVERSE(&backends, chan, list) {
572 if (!strcasecmp(tech->type, chan->tech->type)) {
573 ast_log(LOG_WARNING, "Already have a handler for type '%s'\n", tech->type);
574 AST_RWLIST_UNLOCK(&backends);
579 if (!(chan = ast_calloc(1, sizeof(*chan)))) {
580 AST_RWLIST_UNLOCK(&backends);
584 AST_RWLIST_INSERT_HEAD(&backends, chan, list);
586 ast_debug(1, "Registered handler for '%s' (%s)\n", chan->tech->type, chan->tech->description);
588 ast_verb(2, "Registered channel type '%s' (%s)\n", chan->tech->type, chan->tech->description);
590 AST_RWLIST_UNLOCK(&backends);
595 /*! \brief Unregister channel driver */
596 void ast_channel_unregister(const struct ast_channel_tech *tech)
598 struct chanlist *chan;
600 ast_debug(1, "Unregistering channel type '%s'\n", tech->type);
602 AST_RWLIST_WRLOCK(&backends);
604 AST_RWLIST_TRAVERSE_SAFE_BEGIN(&backends, chan, list) {
605 if (chan->tech == tech) {
606 AST_LIST_REMOVE_CURRENT(list);
608 ast_verb(2, "Unregistered channel type '%s'\n", tech->type);
612 AST_LIST_TRAVERSE_SAFE_END;
614 AST_RWLIST_UNLOCK(&backends);
617 /*! \brief Get handle to channel driver based on name */
618 const struct ast_channel_tech *ast_get_channel_tech(const char *name)
620 struct chanlist *chanls;
621 const struct ast_channel_tech *ret = NULL;
623 AST_RWLIST_RDLOCK(&backends);
625 AST_RWLIST_TRAVERSE(&backends, chanls, list) {
626 if (!strcasecmp(name, chanls->tech->type)) {
632 AST_RWLIST_UNLOCK(&backends);
637 /*! \brief Gives the string form of a given hangup cause */
638 const char *ast_cause2str(int cause)
642 for (x = 0; x < ARRAY_LEN(causes); x++) {
643 if (causes[x].cause == cause)
644 return causes[x].desc;
650 /*! \brief Convert a symbolic hangup cause to number */
651 int ast_str2cause(const char *name)
655 for (x = 0; x < ARRAY_LEN(causes); x++)
656 if (!strncasecmp(causes[x].name, name, strlen(causes[x].name)))
657 return causes[x].cause;
662 static struct stasis_message *create_channel_snapshot_message(struct ast_channel *channel)
664 RAII_VAR(struct ast_channel_snapshot *, snapshot, NULL, ao2_cleanup);
666 if (!ast_channel_snapshot_type()) {
670 ast_channel_lock(channel);
671 snapshot = ast_channel_snapshot_create(channel);
672 ast_channel_unlock(channel);
677 return stasis_message_create(ast_channel_snapshot_type(), snapshot);
680 static void publish_cache_clear(struct ast_channel *chan)
682 RAII_VAR(struct stasis_message *, message, NULL, ao2_cleanup);
683 RAII_VAR(struct stasis_message *, clear_msg, NULL, ao2_cleanup);
685 clear_msg = create_channel_snapshot_message(chan);
690 message = stasis_cache_clear_create(clear_msg);
691 stasis_publish(ast_channel_topic(chan), message);
694 /*! \brief Gives the string form of a given channel state.
696 * \note This function is not reentrant.
700 const char *ast_state2str(enum ast_channel_state state)
707 case AST_STATE_RESERVED:
709 case AST_STATE_OFFHOOK:
711 case AST_STATE_DIALING:
715 case AST_STATE_RINGING:
721 case AST_STATE_DIALING_OFFHOOK:
722 return "Dialing Offhook";
723 case AST_STATE_PRERING:
728 if (!(buf = ast_threadstorage_get(&state2str_threadbuf, STATE2STR_BUFSIZE)))
730 snprintf(buf, STATE2STR_BUFSIZE, "Unknown (%u)", state);
735 /*! \brief Gives the string form of a given transfer capability */
736 char *ast_transfercapability2str(int transfercapability)
738 switch (transfercapability) {
739 case AST_TRANS_CAP_SPEECH:
741 case AST_TRANS_CAP_DIGITAL:
743 case AST_TRANS_CAP_RESTRICTED_DIGITAL:
744 return "RESTRICTED_DIGITAL";
745 case AST_TRANS_CAP_3_1K_AUDIO:
747 case AST_TRANS_CAP_DIGITAL_W_TONES:
748 return "DIGITAL_W_TONES";
749 case AST_TRANS_CAP_VIDEO:
756 /*! \brief Channel technology used to extract a channel from a running application. The
757 * channel created with this technology will be immediately hung up - most external
758 * applications won't ever want to see this.
760 static const struct ast_channel_tech surrogate_tech = {
762 .description = "Surrogate channel used to pull channel from an application",
763 .properties = AST_CHAN_TP_INTERNAL,
766 static const struct ast_channel_tech null_tech = {
768 .description = "Null channel (should not see this)",
771 static void ast_channel_destructor(void *obj);
772 static void ast_dummy_channel_destructor(void *obj);
774 /*! \brief Create a new channel structure */
775 static struct ast_channel * attribute_malloc __attribute__((format(printf, 15, 0)))
776 __ast_channel_alloc_ap(int needqueue, int state, const char *cid_num, const char *cid_name,
777 const char *acctcode, const char *exten, const char *context, const struct ast_assigned_ids *assignedids,
778 const struct ast_channel *requestor, enum ama_flags amaflag, struct ast_endpoint *endpoint,
779 const char *file, int line,
780 const char *function, const char *name_fmt, va_list ap)
782 struct ast_channel *tmp;
783 struct varshead *headp;
784 char *tech = "", *tech2 = NULL;
785 struct ast_format_cap *nativeformats;
786 struct ast_sched_context *schedctx;
787 struct ast_timer *timer;
789 const struct ast_channel_tech *channel_tech;
791 /* If shutting down, don't allocate any new channels */
792 if (ast_shutting_down()) {
793 ast_log(LOG_WARNING, "Channel allocation failed: Refusing due to active shutdown\n");
797 if (!(tmp = ast_channel_internal_alloc(ast_channel_destructor, assignedids, requestor))) {
798 /* Channel structure allocation failure. */
802 ast_channel_stage_snapshot(tmp);
804 if (!(nativeformats = ast_format_cap_alloc(AST_FORMAT_CAP_FLAG_DEFAULT))) {
805 /* format capabilities structure allocation failure */
806 return ast_channel_unref(tmp);
808 ast_format_cap_append(nativeformats, ast_format_none, 0);
809 ast_channel_nativeformats_set(tmp, nativeformats);
810 ao2_ref(nativeformats, -1);
812 ast_channel_set_rawwriteformat(tmp, ast_format_none);
813 ast_channel_set_rawreadformat(tmp, ast_format_none);
814 ast_channel_set_writeformat(tmp, ast_format_none);
815 ast_channel_set_readformat(tmp, ast_format_none);
818 * Init file descriptors to unopened state so
819 * the destructor can know not to close them.
821 ast_channel_timingfd_set(tmp, -1);
822 ast_channel_internal_alertpipe_clear(tmp);
823 ast_channel_internal_fd_clear_all(tmp);
826 ast_channel_epfd_set(tmp, epoll_create(25));
829 if (!(schedctx = ast_sched_context_create())) {
830 ast_log(LOG_WARNING, "Channel allocation failed: Unable to create schedule context\n");
831 return ast_channel_unref(tmp);
833 ast_channel_sched_set(tmp, schedctx);
835 ast_party_dialed_init(ast_channel_dialed(tmp));
836 ast_party_caller_init(ast_channel_caller(tmp));
837 ast_party_connected_line_init(ast_channel_connected(tmp));
838 ast_party_connected_line_init(ast_channel_connected_indicated(tmp));
839 ast_party_redirecting_init(ast_channel_redirecting(tmp));
842 ast_channel_caller(tmp)->id.name.valid = 1;
843 ast_channel_caller(tmp)->id.name.str = ast_strdup(cid_name);
844 if (!ast_channel_caller(tmp)->id.name.str) {
845 return ast_channel_unref(tmp);
849 ast_channel_caller(tmp)->id.number.valid = 1;
850 ast_channel_caller(tmp)->id.number.str = ast_strdup(cid_num);
851 if (!ast_channel_caller(tmp)->id.number.str) {
852 return ast_channel_unref(tmp);
856 if ((timer = ast_timer_open())) {
857 ast_channel_timer_set(tmp, timer);
858 if (strcmp(ast_timer_get_name(ast_channel_timer(tmp)), "timerfd")) {
861 ast_channel_timingfd_set(tmp, ast_timer_fd(ast_channel_timer(tmp)));
864 if (needqueue && ast_channel_internal_alertpipe_init(tmp)) {
865 return ast_channel_unref(tmp);
868 /* Always watch the alertpipe */
869 ast_channel_set_fd(tmp, AST_ALERT_FD, ast_channel_internal_alert_readfd(tmp));
870 /* And timing pipe */
871 ast_channel_set_fd(tmp, AST_TIMING_FD, ast_channel_timingfd(tmp));
874 ast_channel_state_set(tmp, state);
875 ast_channel_hold_state_set(tmp, AST_CONTROL_UNHOLD);
877 ast_channel_streamid_set(tmp, -1);
879 ast_channel_fin_set(tmp, global_fin);
880 ast_channel_fout_set(tmp, global_fout);
883 ast_channel_creationtime_set(tmp, &now);
885 ast_channel_internal_setup_topics(tmp);
887 if (!ast_strlen_zero(name_fmt)) {
888 char *slash, *slash2;
889 /* Almost every channel is calling this function, and setting the name via the ast_string_field_build() call.
890 * And they all use slightly different formats for their name string.
891 * This means, to set the name here, we have to accept variable args, and call the string_field_build from here.
892 * This means, that the stringfields must have a routine that takes the va_lists directly, and
893 * uses them to build the string, instead of forming the va_lists internally from the vararg ... list.
894 * This new function was written so this can be accomplished.
896 ast_channel_name_build_va(tmp, name_fmt, ap);
897 tech = ast_strdupa(ast_channel_name(tmp));
898 if ((slash = strchr(tech, '/'))) {
899 if ((slash2 = strchr(slash + 1, '/'))) {
907 * Start the string with '-' so it becomes an empty string
910 ast_channel_name_set(tmp, "-**Unknown**");
913 if (amaflag != AST_AMA_NONE) {
914 ast_channel_amaflags_set(tmp, amaflag);
916 ast_channel_amaflags_set(tmp, DEFAULT_AMA_FLAGS);
919 if (!ast_strlen_zero(acctcode)) {
920 ast_channel_accountcode_set(tmp, acctcode);
922 ast_channel_language_set(tmp, ast_defaultlanguage);
924 ast_channel_context_set(tmp, S_OR(context, "default"));
925 ast_channel_exten_set(tmp, S_OR(exten, "s"));
926 ast_channel_priority_set(tmp, 1);
928 headp = ast_channel_varshead(tmp);
929 AST_LIST_HEAD_INIT_NOLOCK(headp);
931 ast_pbx_hangup_handler_init(tmp);
932 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_datastores(tmp));
933 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_autochans(tmp));
935 channel_tech = ast_get_channel_tech(tech);
936 if (!channel_tech && !ast_strlen_zero(tech2)) {
937 channel_tech = ast_get_channel_tech(tech2);
940 ast_channel_tech_set(tmp, channel_tech);
942 ast_channel_tech_set(tmp, &null_tech);
945 ast_channel_internal_finalize(tmp);
947 ast_atomic_fetchadd_int(&chancount, +1);
949 /* You might scream "locking inversion" at seeing this but it is actually perfectly fine.
950 * Since the channel was just created nothing can know about it yet or even acquire it.
952 ast_channel_lock(tmp);
954 ao2_link(channels, tmp);
957 ast_endpoint_add_channel(endpoint, tmp);
961 * And now, since the channel structure is built, and has its name, let
962 * the world know of its existance
964 ast_channel_stage_snapshot_done(tmp);
968 struct ast_channel *__ast_channel_alloc(int needqueue, int state, const char *cid_num,
969 const char *cid_name, const char *acctcode,
970 const char *exten, const char *context, const struct ast_assigned_ids *assignedids,
971 const struct ast_channel *requestor, enum ama_flags amaflag,
972 struct ast_endpoint *endpoint,
973 const char *file, int line, const char *function,
974 const char *name_fmt, ...)
977 struct ast_channel *result;
979 va_start(ap, name_fmt);
980 result = __ast_channel_alloc_ap(needqueue, state, cid_num, cid_name, acctcode, exten, context,
981 assignedids, requestor, amaflag, endpoint, file, line, function, name_fmt, ap);
987 /* only do the minimum amount of work needed here to make a channel
988 * structure that can be used to expand channel vars */
989 #if defined(REF_DEBUG) || defined(__AST_DEBUG_MALLOC)
990 struct ast_channel *__ast_dummy_channel_alloc(const char *file, int line, const char *function)
992 struct ast_channel *ast_dummy_channel_alloc(void)
995 struct ast_channel *tmp;
996 struct varshead *headp;
998 if (!(tmp = ast_channel_internal_alloc(ast_dummy_channel_destructor, NULL, NULL))) {
999 /* Dummy channel structure allocation failure. */
1003 ast_pbx_hangup_handler_init(tmp);
1004 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_datastores(tmp));
1007 * Init file descriptors to unopened state just in case
1008 * autoservice is called on the channel or something tries to
1009 * read a frame from it.
1011 ast_channel_timingfd_set(tmp, -1);
1012 ast_channel_internal_alertpipe_clear(tmp);
1013 ast_channel_internal_fd_clear_all(tmp);
1015 ast_channel_epfd_set(tmp, -1);
1018 ast_channel_hold_state_set(tmp, AST_CONTROL_UNHOLD);
1020 ast_channel_internal_setup_topics(tmp);
1022 headp = ast_channel_varshead(tmp);
1023 AST_LIST_HEAD_INIT_NOLOCK(headp);
1028 static int __ast_queue_frame(struct ast_channel *chan, struct ast_frame *fin, int head, struct ast_frame *after)
1030 struct ast_frame *f;
1031 struct ast_frame *cur;
1032 unsigned int new_frames = 0;
1033 unsigned int new_voice_frames = 0;
1034 unsigned int queued_frames = 0;
1035 unsigned int queued_voice_frames = 0;
1036 AST_LIST_HEAD_NOLOCK(,ast_frame) frames;
1038 ast_channel_lock(chan);
1041 * Check the last frame on the queue if we are queuing the new
1044 cur = AST_LIST_LAST(ast_channel_readq(chan));
1045 if (cur && cur->frametype == AST_FRAME_CONTROL && !head && (!after || after == cur)) {
1046 switch (cur->subclass.integer) {
1047 case AST_CONTROL_END_OF_Q:
1048 if (fin->frametype == AST_FRAME_CONTROL
1049 && fin->subclass.integer == AST_CONTROL_HANGUP) {
1051 * Destroy the end-of-Q marker frame so we can queue the hangup
1052 * frame in its place.
1054 AST_LIST_REMOVE(ast_channel_readq(chan), cur, frame_list);
1058 * This has degenerated to a normal queue append anyway. Since
1059 * we just destroyed the last frame in the queue we must make
1060 * sure that "after" is NULL or bad things will happen.
1066 case AST_CONTROL_HANGUP:
1067 /* Don't queue anything. */
1068 ast_channel_unlock(chan);
1075 /* Build copies of all the new frames and count them */
1076 AST_LIST_HEAD_INIT_NOLOCK(&frames);
1077 for (cur = fin; cur; cur = AST_LIST_NEXT(cur, frame_list)) {
1078 if (!(f = ast_frdup(cur))) {
1079 if (AST_LIST_FIRST(&frames)) {
1080 ast_frfree(AST_LIST_FIRST(&frames));
1082 ast_channel_unlock(chan);
1086 AST_LIST_INSERT_TAIL(&frames, f, frame_list);
1088 if (f->frametype == AST_FRAME_VOICE) {
1093 /* Count how many frames exist on the queue */
1094 AST_LIST_TRAVERSE(ast_channel_readq(chan), cur, frame_list) {
1096 if (cur->frametype == AST_FRAME_VOICE) {
1097 queued_voice_frames++;
1101 if ((queued_frames + new_frames > 128 || queued_voice_frames + new_voice_frames > 96)) {
1103 ast_log(LOG_WARNING, "Exceptionally long %squeue length queuing to %s\n", queued_frames + new_frames > 128 ? "" : "voice ", ast_channel_name(chan));
1104 AST_LIST_TRAVERSE_SAFE_BEGIN(ast_channel_readq(chan), cur, frame_list) {
1105 /* Save the most recent frame */
1106 if (!AST_LIST_NEXT(cur, frame_list)) {
1108 } else if (cur->frametype == AST_FRAME_VOICE || cur->frametype == AST_FRAME_VIDEO || cur->frametype == AST_FRAME_NULL) {
1112 AST_LIST_REMOVE_CURRENT(frame_list);
1116 AST_LIST_TRAVERSE_SAFE_END;
1120 AST_LIST_INSERT_LIST_AFTER(ast_channel_readq(chan), &frames, after, frame_list);
1123 AST_LIST_APPEND_LIST(&frames, ast_channel_readq(chan), frame_list);
1124 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_readq(chan));
1126 AST_LIST_APPEND_LIST(ast_channel_readq(chan), &frames, frame_list);
1129 if (ast_channel_alert_writable(chan)) {
1130 if (ast_channel_alert_write(chan)) {
1131 ast_log(LOG_WARNING, "Unable to write to alert pipe on %s (qlen = %u): %s!\n",
1132 ast_channel_name(chan), queued_frames, strerror(errno));
1134 } else if (ast_channel_timingfd(chan) > -1) {
1135 ast_timer_enable_continuous(ast_channel_timer(chan));
1136 } else if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING)) {
1137 pthread_kill(ast_channel_blocker(chan), SIGURG);
1140 ast_channel_unlock(chan);
1145 int ast_queue_frame(struct ast_channel *chan, struct ast_frame *fin)
1147 return __ast_queue_frame(chan, fin, 0, NULL);
1150 int ast_queue_frame_head(struct ast_channel *chan, struct ast_frame *fin)
1152 return __ast_queue_frame(chan, fin, 1, NULL);
1155 /*! \brief Queue a hangup frame for channel */
1156 int ast_queue_hangup(struct ast_channel *chan)
1158 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_HANGUP };
1161 /* Yeah, let's not change a lock-critical value without locking */
1162 ast_channel_lock(chan);
1163 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_DEV);
1164 ast_channel_publish_blob(chan, ast_channel_hangup_request_type(), NULL);
1166 res = ast_queue_frame(chan, &f);
1167 ast_channel_unlock(chan);
1171 /*! \brief Queue a hangup frame for channel */
1172 int ast_queue_hangup_with_cause(struct ast_channel *chan, int cause)
1174 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
1175 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_HANGUP };
1179 f.data.uint32 = cause;
1182 /* Yeah, let's not change a lock-critical value without locking */
1183 ast_channel_lock(chan);
1184 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_DEV);
1186 f.data.uint32 = ast_channel_hangupcause(chan);
1188 blob = ast_json_pack("{s: i}",
1190 ast_channel_publish_blob(chan, ast_channel_hangup_request_type(), blob);
1192 res = ast_queue_frame(chan, &f);
1193 ast_channel_unlock(chan);
1197 int ast_queue_hold(struct ast_channel *chan, const char *musicclass)
1199 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
1200 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_HOLD };
1203 if (!ast_strlen_zero(musicclass)) {
1204 f.data.ptr = (void *) musicclass;
1205 f.datalen = strlen(musicclass) + 1;
1207 blob = ast_json_pack("{s: s}",
1208 "musicclass", musicclass);
1211 ast_channel_publish_cached_blob(chan, ast_channel_hold_type(), blob);
1213 res = ast_queue_frame(chan, &f);
1218 int ast_queue_unhold(struct ast_channel *chan)
1220 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_UNHOLD };
1223 ast_channel_publish_cached_blob(chan, ast_channel_unhold_type(), NULL);
1225 res = ast_queue_frame(chan, &f);
1230 /*! \brief Queue a control frame */
1231 int ast_queue_control(struct ast_channel *chan, enum ast_control_frame_type control)
1233 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = control };
1234 return ast_queue_frame(chan, &f);
1237 /*! \brief Queue a control frame with payload */
1238 int ast_queue_control_data(struct ast_channel *chan, enum ast_control_frame_type control,
1239 const void *data, size_t datalen)
1241 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = control, .data.ptr = (void *) data, .datalen = datalen };
1242 return ast_queue_frame(chan, &f);
1245 /*! \brief Set defer DTMF flag on channel */
1246 int ast_channel_defer_dtmf(struct ast_channel *chan)
1251 pre = ast_test_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF);
1252 ast_set_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF);
1257 /*! \brief Unset defer DTMF flag on channel */
1258 void ast_channel_undefer_dtmf(struct ast_channel *chan)
1261 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF);
1264 struct ast_channel *ast_channel_callback(ao2_callback_data_fn *cb_fn, void *arg,
1265 void *data, int ao2_flags)
1267 return ao2_callback_data(channels, ao2_flags, cb_fn, arg, data);
1270 static int ast_channel_by_name_cb(void *obj, void *arg, void *data, int flags)
1272 struct ast_channel *chan = obj;
1273 const char *name = arg;
1274 size_t name_len = *(size_t *) data;
1275 int ret = CMP_MATCH;
1277 if (ast_strlen_zero(name)) {
1278 ast_log(LOG_ERROR, "BUG! Must supply a channel name or partial name to match!\n");
1282 ast_channel_lock(chan);
1283 if ((!name_len && strcasecmp(ast_channel_name(chan), name))
1284 || (name_len && strncasecmp(ast_channel_name(chan), name, name_len))) {
1285 ret = 0; /* name match failed, keep looking */
1287 ast_channel_unlock(chan);
1292 static int ast_channel_by_exten_cb(void *obj, void *arg, void *data, int flags)
1294 struct ast_channel *chan = obj;
1295 char *context = arg;
1297 int ret = CMP_MATCH;
1299 if (ast_strlen_zero(exten) || ast_strlen_zero(context)) {
1300 ast_log(LOG_ERROR, "BUG! Must have a context and extension to match!\n");
1304 ast_channel_lock(chan);
1305 if (strcasecmp(ast_channel_context(chan), context) && strcasecmp(ast_channel_macrocontext(chan), context)) {
1306 ret = 0; /* Context match failed, continue */
1307 } else if (strcasecmp(ast_channel_exten(chan), exten) && strcasecmp(ast_channel_macroexten(chan), exten)) {
1308 ret = 0; /* Extension match failed, continue */
1310 ast_channel_unlock(chan);
1315 static int ast_channel_by_uniqueid_cb(void *obj, void *arg, void *data, int flags)
1317 struct ast_channel *chan = obj;
1318 char *uniqueid = arg;
1319 size_t id_len = *(size_t *) data;
1320 int ret = CMP_MATCH;
1322 if (ast_strlen_zero(uniqueid)) {
1323 ast_log(LOG_ERROR, "BUG! Must supply a uniqueid or partial uniqueid to match!\n");
1327 ast_channel_lock(chan);
1328 if ((!id_len && strcasecmp(ast_channel_uniqueid(chan), uniqueid))
1329 || (id_len && strncasecmp(ast_channel_uniqueid(chan), uniqueid, id_len))) {
1330 ret = 0; /* uniqueid match failed, keep looking */
1332 ast_channel_unlock(chan);
1337 struct ast_channel_iterator {
1338 /* storage for non-dynamically allocated iterator */
1339 struct ao2_iterator simple_iterator;
1340 /* pointer to the actual iterator (simple_iterator or a dynamically
1341 * allocated iterator)
1343 struct ao2_iterator *active_iterator;
1346 struct ast_channel_iterator *ast_channel_iterator_destroy(struct ast_channel_iterator *i)
1348 ao2_iterator_destroy(i->active_iterator);
1354 struct ast_channel_iterator *ast_channel_iterator_by_exten_new(const char *exten, const char *context)
1356 struct ast_channel_iterator *i;
1357 char *l_exten = (char *) exten;
1358 char *l_context = (char *) context;
1360 if (!(i = ast_calloc(1, sizeof(*i)))) {
1364 i->active_iterator = (void *) ast_channel_callback(ast_channel_by_exten_cb,
1365 l_context, l_exten, OBJ_MULTIPLE);
1366 if (!i->active_iterator) {
1374 struct ast_channel_iterator *ast_channel_iterator_by_name_new(const char *name, size_t name_len)
1376 struct ast_channel_iterator *i;
1377 char *l_name = (char *) name;
1379 if (!(i = ast_calloc(1, sizeof(*i)))) {
1383 i->active_iterator = (void *) ast_channel_callback(ast_channel_by_name_cb,
1385 OBJ_MULTIPLE | (name_len == 0 /* match the whole word, so optimize */ ? OBJ_KEY : 0));
1386 if (!i->active_iterator) {
1394 struct ast_channel_iterator *ast_channel_iterator_all_new(void)
1396 struct ast_channel_iterator *i;
1398 if (!(i = ast_calloc(1, sizeof(*i)))) {
1402 i->simple_iterator = ao2_iterator_init(channels, 0);
1403 i->active_iterator = &i->simple_iterator;
1408 struct ast_channel *ast_channel_iterator_next(struct ast_channel_iterator *i)
1410 return ao2_iterator_next(i->active_iterator);
1413 /* Legacy function, not currently used for lookups, but we need a cmp_fn */
1414 static int ast_channel_cmp_cb(void *obj, void *arg, int flags)
1416 ast_log(LOG_ERROR, "BUG! Should never be called!\n");
1420 struct ast_channel *ast_channel_get_by_name_prefix(const char *name, size_t name_len)
1422 struct ast_channel *chan;
1423 char *l_name = (char *) name;
1425 chan = ast_channel_callback(ast_channel_by_name_cb, l_name, &name_len,
1426 (name_len == 0) /* optimize if it is a complete name match */ ? OBJ_KEY : 0);
1431 if (ast_strlen_zero(l_name)) {
1432 /* We didn't have a name to search for so quit. */
1436 /* Now try a search for uniqueid. */
1437 return ast_channel_callback(ast_channel_by_uniqueid_cb, l_name, &name_len, 0);
1440 struct ast_channel *ast_channel_get_by_name(const char *name)
1442 return ast_channel_get_by_name_prefix(name, 0);
1445 struct ast_channel *ast_channel_get_by_exten(const char *exten, const char *context)
1447 char *l_exten = (char *) exten;
1448 char *l_context = (char *) context;
1450 return ast_channel_callback(ast_channel_by_exten_cb, l_context, l_exten, 0);
1453 int ast_is_deferrable_frame(const struct ast_frame *frame)
1455 /* Do not add a default entry in this switch statement. Each new
1456 * frame type should be addressed directly as to whether it should
1457 * be queued up or not.
1459 switch (frame->frametype) {
1460 case AST_FRAME_BRIDGE_ACTION:
1461 case AST_FRAME_BRIDGE_ACTION_SYNC:
1462 case AST_FRAME_CONTROL:
1463 case AST_FRAME_TEXT:
1464 case AST_FRAME_IMAGE:
1465 case AST_FRAME_HTML:
1468 case AST_FRAME_DTMF_END:
1469 case AST_FRAME_DTMF_BEGIN:
1470 case AST_FRAME_VOICE:
1471 case AST_FRAME_VIDEO:
1472 case AST_FRAME_NULL:
1475 case AST_FRAME_MODEM:
1481 /*! \brief Wait, look for hangups and condition arg */
1482 int ast_safe_sleep_conditional(struct ast_channel *chan, int timeout_ms, int (*cond)(void*), void *data)
1484 struct ast_frame *f;
1485 struct ast_silence_generator *silgen = NULL;
1487 struct timeval start;
1489 AST_LIST_HEAD_NOLOCK(, ast_frame) deferred_frames;
1491 AST_LIST_HEAD_INIT_NOLOCK(&deferred_frames);
1493 /* If no other generator is present, start silencegen while waiting */
1494 if (ast_opt_transmit_silence && !ast_channel_generatordata(chan)) {
1495 silgen = ast_channel_start_silence_generator(chan);
1498 start = ast_tvnow();
1499 while ((ms = ast_remaining_ms(start, timeout_ms))) {
1500 struct ast_frame *dup_f = NULL;
1502 if (cond && ((*cond)(data) == 0)) {
1505 ms = ast_waitfor(chan, ms);
1517 if (!ast_is_deferrable_frame(f)) {
1522 if ((dup_f = ast_frisolate(f))) {
1526 AST_LIST_INSERT_HEAD(&deferred_frames, dup_f, frame_list);
1531 /* stop silgen if present */
1533 ast_channel_stop_silence_generator(chan, silgen);
1536 /* We need to free all the deferred frames, but we only need to
1537 * queue the deferred frames if there was no error and no
1538 * hangup was received
1540 ast_channel_lock(chan);
1541 while ((f = AST_LIST_REMOVE_HEAD(&deferred_frames, frame_list))) {
1543 ast_queue_frame_head(chan, f);
1547 ast_channel_unlock(chan);
1552 /*! \brief Wait, look for hangups */
1553 int ast_safe_sleep(struct ast_channel *chan, int ms)
1555 return ast_safe_sleep_conditional(chan, ms, NULL, NULL);
1558 struct ast_channel *ast_channel_release(struct ast_channel *chan)
1560 /* Safe, even if already unlinked. */
1561 ao2_unlink(channels, chan);
1562 return ast_channel_unref(chan);
1565 void ast_party_name_init(struct ast_party_name *init)
1568 init->char_set = AST_PARTY_CHAR_SET_ISO8859_1;
1569 init->presentation = AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED;
1573 void ast_party_name_copy(struct ast_party_name *dest, const struct ast_party_name *src)
1576 /* Don't copy to self */
1580 ast_free(dest->str);
1581 dest->str = ast_strdup(src->str);
1582 dest->char_set = src->char_set;
1583 dest->presentation = src->presentation;
1584 dest->valid = src->valid;
1587 void ast_party_name_set_init(struct ast_party_name *init, const struct ast_party_name *guide)
1590 init->char_set = guide->char_set;
1591 init->presentation = guide->presentation;
1592 init->valid = guide->valid;
1595 void ast_party_name_set(struct ast_party_name *dest, const struct ast_party_name *src)
1598 /* Don't set to self */
1602 if (src->str && src->str != dest->str) {
1603 ast_free(dest->str);
1604 dest->str = ast_strdup(src->str);
1607 dest->char_set = src->char_set;
1608 dest->presentation = src->presentation;
1609 dest->valid = src->valid;
1612 void ast_party_name_free(struct ast_party_name *doomed)
1614 ast_free(doomed->str);
1618 void ast_party_number_init(struct ast_party_number *init)
1621 init->plan = 0;/* Unknown */
1622 init->presentation = AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED;
1626 void ast_party_number_copy(struct ast_party_number *dest, const struct ast_party_number *src)
1629 /* Don't copy to self */
1633 ast_free(dest->str);
1634 dest->str = ast_strdup(src->str);
1635 dest->plan = src->plan;
1636 dest->presentation = src->presentation;
1637 dest->valid = src->valid;
1640 void ast_party_number_set_init(struct ast_party_number *init, const struct ast_party_number *guide)
1643 init->plan = guide->plan;
1644 init->presentation = guide->presentation;
1645 init->valid = guide->valid;
1648 void ast_party_number_set(struct ast_party_number *dest, const struct ast_party_number *src)
1651 /* Don't set to self */
1655 if (src->str && src->str != dest->str) {
1656 ast_free(dest->str);
1657 dest->str = ast_strdup(src->str);
1660 dest->plan = src->plan;
1661 dest->presentation = src->presentation;
1662 dest->valid = src->valid;
1665 void ast_party_number_free(struct ast_party_number *doomed)
1667 ast_free(doomed->str);
1671 void ast_party_subaddress_init(struct ast_party_subaddress *init)
1675 init->odd_even_indicator = 0;
1679 void ast_party_subaddress_copy(struct ast_party_subaddress *dest, const struct ast_party_subaddress *src)
1682 /* Don't copy to self */
1686 ast_free(dest->str);
1687 dest->str = ast_strdup(src->str);
1688 dest->type = src->type;
1689 dest->odd_even_indicator = src->odd_even_indicator;
1690 dest->valid = src->valid;
1693 void ast_party_subaddress_set_init(struct ast_party_subaddress *init, const struct ast_party_subaddress *guide)
1696 init->type = guide->type;
1697 init->odd_even_indicator = guide->odd_even_indicator;
1698 init->valid = guide->valid;
1701 void ast_party_subaddress_set(struct ast_party_subaddress *dest, const struct ast_party_subaddress *src)
1704 /* Don't set to self */
1708 if (src->str && src->str != dest->str) {
1709 ast_free(dest->str);
1710 dest->str = ast_strdup(src->str);
1713 dest->type = src->type;
1714 dest->odd_even_indicator = src->odd_even_indicator;
1715 dest->valid = src->valid;
1718 void ast_party_subaddress_free(struct ast_party_subaddress *doomed)
1720 ast_free(doomed->str);
1724 void ast_set_party_id_all(struct ast_set_party_id *update_id)
1726 update_id->name = 1;
1727 update_id->number = 1;
1728 update_id->subaddress = 1;
1731 void ast_party_id_init(struct ast_party_id *init)
1733 ast_party_name_init(&init->name);
1734 ast_party_number_init(&init->number);
1735 ast_party_subaddress_init(&init->subaddress);
1739 void ast_party_id_copy(struct ast_party_id *dest, const struct ast_party_id *src)
1742 /* Don't copy to self */
1746 ast_party_name_copy(&dest->name, &src->name);
1747 ast_party_number_copy(&dest->number, &src->number);
1748 ast_party_subaddress_copy(&dest->subaddress, &src->subaddress);
1750 ast_free(dest->tag);
1751 dest->tag = ast_strdup(src->tag);
1754 void ast_party_id_set_init(struct ast_party_id *init, const struct ast_party_id *guide)
1756 ast_party_name_set_init(&init->name, &guide->name);
1757 ast_party_number_set_init(&init->number, &guide->number);
1758 ast_party_subaddress_set_init(&init->subaddress, &guide->subaddress);
1762 void ast_party_id_set(struct ast_party_id *dest, const struct ast_party_id *src, const struct ast_set_party_id *update)
1765 /* Don't set to self */
1769 if (!update || update->name) {
1770 ast_party_name_set(&dest->name, &src->name);
1772 if (!update || update->number) {
1773 ast_party_number_set(&dest->number, &src->number);
1775 if (!update || update->subaddress) {
1776 ast_party_subaddress_set(&dest->subaddress, &src->subaddress);
1779 if (src->tag && src->tag != dest->tag) {
1780 ast_free(dest->tag);
1781 dest->tag = ast_strdup(src->tag);
1785 void ast_party_id_free(struct ast_party_id *doomed)
1787 ast_party_name_free(&doomed->name);
1788 ast_party_number_free(&doomed->number);
1789 ast_party_subaddress_free(&doomed->subaddress);
1791 ast_free(doomed->tag);
1795 int ast_party_id_presentation(const struct ast_party_id *id)
1797 int number_priority;
1799 int number_screening;
1803 /* Determine name presentation priority. */
1804 if (!id->name.valid) {
1805 name_value = AST_PRES_UNAVAILABLE;
1808 name_value = id->name.presentation & AST_PRES_RESTRICTION;
1809 switch (name_value) {
1810 case AST_PRES_RESTRICTED:
1813 case AST_PRES_ALLOWED:
1816 case AST_PRES_UNAVAILABLE:
1820 name_value = AST_PRES_UNAVAILABLE;
1826 /* Determine number presentation priority. */
1827 if (!id->number.valid) {
1828 number_screening = AST_PRES_USER_NUMBER_UNSCREENED;
1829 number_value = AST_PRES_UNAVAILABLE;
1830 number_priority = 3;
1832 number_screening = id->number.presentation & AST_PRES_NUMBER_TYPE;
1833 number_value = id->number.presentation & AST_PRES_RESTRICTION;
1834 switch (number_value) {
1835 case AST_PRES_RESTRICTED:
1836 number_priority = 0;
1838 case AST_PRES_ALLOWED:
1839 number_priority = 1;
1841 case AST_PRES_UNAVAILABLE:
1842 number_priority = 2;
1845 number_screening = AST_PRES_USER_NUMBER_UNSCREENED;
1846 number_value = AST_PRES_UNAVAILABLE;
1847 number_priority = 3;
1852 /* Select the wining presentation value. */
1853 if (name_priority < number_priority) {
1854 number_value = name_value;
1856 if (number_value == AST_PRES_UNAVAILABLE) {
1857 return AST_PRES_NUMBER_NOT_AVAILABLE;
1860 return number_value | number_screening;
1863 void ast_party_id_invalidate(struct ast_party_id *id)
1866 id->number.valid = 0;
1867 id->subaddress.valid = 0;
1870 void ast_party_id_reset(struct ast_party_id *id)
1872 ast_party_id_free(id);
1873 ast_party_id_init(id);
1876 struct ast_party_id ast_party_id_merge(struct ast_party_id *base, struct ast_party_id *overlay)
1878 struct ast_party_id merged;
1881 if (overlay->name.valid) {
1882 merged.name = overlay->name;
1884 if (overlay->number.valid) {
1885 merged.number = overlay->number;
1887 if (overlay->subaddress.valid) {
1888 merged.subaddress = overlay->subaddress;
1890 /* Note the actual structure is returned and not a pointer to it! */
1894 void ast_party_id_merge_copy(struct ast_party_id *dest, struct ast_party_id *base, struct ast_party_id *overlay)
1896 struct ast_party_id merged;
1898 merged = ast_party_id_merge(base, overlay);
1899 ast_party_id_copy(dest, &merged);
1902 void ast_party_dialed_init(struct ast_party_dialed *init)
1904 init->number.str = NULL;
1905 init->number.plan = 0;/* Unknown */
1906 ast_party_subaddress_init(&init->subaddress);
1907 init->transit_network_select = 0;
1910 void ast_party_dialed_copy(struct ast_party_dialed *dest, const struct ast_party_dialed *src)
1913 /* Don't copy to self */
1917 ast_free(dest->number.str);
1918 dest->number.str = ast_strdup(src->number.str);
1919 dest->number.plan = src->number.plan;
1920 ast_party_subaddress_copy(&dest->subaddress, &src->subaddress);
1921 dest->transit_network_select = src->transit_network_select;
1924 void ast_party_dialed_set_init(struct ast_party_dialed *init, const struct ast_party_dialed *guide)
1926 init->number.str = NULL;
1927 init->number.plan = guide->number.plan;
1928 ast_party_subaddress_set_init(&init->subaddress, &guide->subaddress);
1929 init->transit_network_select = guide->transit_network_select;
1932 void ast_party_dialed_set(struct ast_party_dialed *dest, const struct ast_party_dialed *src)
1934 if (src->number.str && src->number.str != dest->number.str) {
1935 ast_free(dest->number.str);
1936 dest->number.str = ast_strdup(src->number.str);
1938 dest->number.plan = src->number.plan;
1940 ast_party_subaddress_set(&dest->subaddress, &src->subaddress);
1942 dest->transit_network_select = src->transit_network_select;
1945 void ast_party_dialed_free(struct ast_party_dialed *doomed)
1947 ast_free(doomed->number.str);
1948 doomed->number.str = NULL;
1949 ast_party_subaddress_free(&doomed->subaddress);
1952 void ast_party_caller_init(struct ast_party_caller *init)
1954 ast_party_id_init(&init->id);
1955 ast_party_id_init(&init->ani);
1956 ast_party_id_init(&init->priv);
1960 void ast_party_caller_copy(struct ast_party_caller *dest, const struct ast_party_caller *src)
1963 /* Don't copy to self */
1967 ast_party_id_copy(&dest->id, &src->id);
1968 ast_party_id_copy(&dest->ani, &src->ani);
1969 ast_party_id_copy(&dest->priv, &src->priv);
1970 dest->ani2 = src->ani2;
1973 void ast_party_caller_set_init(struct ast_party_caller *init, const struct ast_party_caller *guide)
1975 ast_party_id_set_init(&init->id, &guide->id);
1976 ast_party_id_set_init(&init->ani, &guide->ani);
1977 ast_party_id_set_init(&init->priv, &guide->priv);
1978 init->ani2 = guide->ani2;
1981 void ast_party_caller_set(struct ast_party_caller *dest, const struct ast_party_caller *src, const struct ast_set_party_caller *update)
1983 ast_party_id_set(&dest->id, &src->id, update ? &update->id : NULL);
1984 ast_party_id_set(&dest->ani, &src->ani, update ? &update->ani : NULL);
1985 ast_party_id_set(&dest->priv, &src->priv, update ? &update->priv : NULL);
1986 dest->ani2 = src->ani2;
1989 void ast_party_caller_free(struct ast_party_caller *doomed)
1991 ast_party_id_free(&doomed->id);
1992 ast_party_id_free(&doomed->ani);
1993 ast_party_id_free(&doomed->priv);
1996 void ast_party_connected_line_init(struct ast_party_connected_line *init)
1998 ast_party_id_init(&init->id);
1999 ast_party_id_init(&init->ani);
2000 ast_party_id_init(&init->priv);
2002 init->source = AST_CONNECTED_LINE_UPDATE_SOURCE_UNKNOWN;
2005 void ast_party_connected_line_copy(struct ast_party_connected_line *dest, const struct ast_party_connected_line *src)
2008 /* Don't copy to self */
2012 ast_party_id_copy(&dest->id, &src->id);
2013 ast_party_id_copy(&dest->ani, &src->ani);
2014 ast_party_id_copy(&dest->priv, &src->priv);
2015 dest->ani2 = src->ani2;
2016 dest->source = src->source;
2019 void ast_party_connected_line_set_init(struct ast_party_connected_line *init, const struct ast_party_connected_line *guide)
2021 ast_party_id_set_init(&init->id, &guide->id);
2022 ast_party_id_set_init(&init->ani, &guide->ani);
2023 ast_party_id_set_init(&init->priv, &guide->priv);
2024 init->ani2 = guide->ani2;
2025 init->source = guide->source;
2028 void ast_party_connected_line_set(struct ast_party_connected_line *dest, const struct ast_party_connected_line *src, const struct ast_set_party_connected_line *update)
2030 ast_party_id_set(&dest->id, &src->id, update ? &update->id : NULL);
2031 ast_party_id_set(&dest->ani, &src->ani, update ? &update->ani : NULL);
2032 ast_party_id_set(&dest->priv, &src->priv, update ? &update->priv : NULL);
2033 dest->ani2 = src->ani2;
2034 dest->source = src->source;
2037 void ast_party_connected_line_collect_caller(struct ast_party_connected_line *connected, struct ast_party_caller *caller)
2039 connected->id = caller->id;
2040 connected->ani = caller->ani;
2041 connected->priv = caller->priv;
2042 connected->ani2 = caller->ani2;
2043 connected->source = AST_CONNECTED_LINE_UPDATE_SOURCE_UNKNOWN;
2046 void ast_party_connected_line_free(struct ast_party_connected_line *doomed)
2048 ast_party_id_free(&doomed->id);
2049 ast_party_id_free(&doomed->ani);
2050 ast_party_id_free(&doomed->priv);
2053 void ast_party_redirecting_reason_init(struct ast_party_redirecting_reason *init)
2056 init->code = AST_REDIRECTING_REASON_UNKNOWN;
2059 void ast_party_redirecting_reason_copy(struct ast_party_redirecting_reason *dest, const struct ast_party_redirecting_reason *src)
2065 ast_free(dest->str);
2066 dest->str = ast_strdup(src->str);
2067 dest->code = src->code;
2070 void ast_party_redirecting_reason_set_init(struct ast_party_redirecting_reason *init, const struct ast_party_redirecting_reason *guide)
2073 init->code = guide->code;
2076 void ast_party_redirecting_reason_set(struct ast_party_redirecting_reason *dest, const struct ast_party_redirecting_reason *src)
2082 if (src->str && src->str != dest->str) {
2083 ast_free(dest->str);
2084 dest->str = ast_strdup(src->str);
2087 dest->code = src->code;
2090 void ast_party_redirecting_reason_free(struct ast_party_redirecting_reason *doomed)
2092 ast_free(doomed->str);
2096 void ast_party_redirecting_init(struct ast_party_redirecting *init)
2098 ast_party_id_init(&init->orig);
2099 ast_party_id_init(&init->from);
2100 ast_party_id_init(&init->to);
2101 ast_party_id_init(&init->priv_orig);
2102 ast_party_id_init(&init->priv_from);
2103 ast_party_id_init(&init->priv_to);
2104 ast_party_redirecting_reason_init(&init->reason);
2105 ast_party_redirecting_reason_init(&init->orig_reason);
2109 void ast_party_redirecting_copy(struct ast_party_redirecting *dest, const struct ast_party_redirecting *src)
2112 /* Don't copy to self */
2116 ast_party_id_copy(&dest->orig, &src->orig);
2117 ast_party_id_copy(&dest->from, &src->from);
2118 ast_party_id_copy(&dest->to, &src->to);
2119 ast_party_id_copy(&dest->priv_orig, &src->priv_orig);
2120 ast_party_id_copy(&dest->priv_from, &src->priv_from);
2121 ast_party_id_copy(&dest->priv_to, &src->priv_to);
2122 ast_party_redirecting_reason_copy(&dest->reason, &src->reason);
2123 ast_party_redirecting_reason_copy(&dest->orig_reason, &src->orig_reason);
2124 dest->count = src->count;
2127 void ast_party_redirecting_set_init(struct ast_party_redirecting *init, const struct ast_party_redirecting *guide)
2129 ast_party_id_set_init(&init->orig, &guide->orig);
2130 ast_party_id_set_init(&init->from, &guide->from);
2131 ast_party_id_set_init(&init->to, &guide->to);
2132 ast_party_id_set_init(&init->priv_orig, &guide->priv_orig);
2133 ast_party_id_set_init(&init->priv_from, &guide->priv_from);
2134 ast_party_id_set_init(&init->priv_to, &guide->priv_to);
2135 ast_party_redirecting_reason_set_init(&init->reason, &guide->reason);
2136 ast_party_redirecting_reason_set_init(&init->orig_reason, &guide->orig_reason);
2137 init->count = guide->count;
2140 void ast_party_redirecting_set(struct ast_party_redirecting *dest, const struct ast_party_redirecting *src, const struct ast_set_party_redirecting *update)
2142 ast_party_id_set(&dest->orig, &src->orig, update ? &update->orig : NULL);
2143 ast_party_id_set(&dest->from, &src->from, update ? &update->from : NULL);
2144 ast_party_id_set(&dest->to, &src->to, update ? &update->to : NULL);
2145 ast_party_id_set(&dest->priv_orig, &src->priv_orig, update ? &update->priv_orig : NULL);
2146 ast_party_id_set(&dest->priv_from, &src->priv_from, update ? &update->priv_from : NULL);
2147 ast_party_id_set(&dest->priv_to, &src->priv_to, update ? &update->priv_to : NULL);
2148 ast_party_redirecting_reason_set(&dest->reason, &src->reason);
2149 ast_party_redirecting_reason_set(&dest->orig_reason, &src->orig_reason);
2150 dest->count = src->count;
2153 void ast_party_redirecting_free(struct ast_party_redirecting *doomed)
2155 ast_party_id_free(&doomed->orig);
2156 ast_party_id_free(&doomed->from);
2157 ast_party_id_free(&doomed->to);
2158 ast_party_id_free(&doomed->priv_orig);
2159 ast_party_id_free(&doomed->priv_from);
2160 ast_party_id_free(&doomed->priv_to);
2161 ast_party_redirecting_reason_free(&doomed->reason);
2162 ast_party_redirecting_reason_free(&doomed->orig_reason);
2165 /*! \brief Free a channel structure */
2166 static void ast_channel_destructor(void *obj)
2168 struct ast_channel *chan = obj;
2172 struct ast_var_t *vardata;
2173 struct ast_frame *f;
2174 struct varshead *headp;
2175 struct ast_datastore *datastore;
2176 char device_name[AST_CHANNEL_NAME];
2177 struct ast_callid *callid;
2179 /* Stop monitoring */
2180 if (ast_channel_monitor(chan)) {
2181 ast_channel_monitor(chan)->stop(chan, 0);
2184 /* If there is native format music-on-hold state, free it */
2185 if (ast_channel_music_state(chan)) {
2186 ast_moh_cleanup(chan);
2189 ast_pbx_hangup_handler_destroy(chan);
2191 /* Things that may possibly raise Stasis messages shouldn't occur after this point */
2192 ast_set_flag(ast_channel_flags(chan), AST_FLAG_DEAD);
2194 if (ast_channel_internal_is_finalized(chan)) {
2195 /* A channel snapshot should not be in the process of being staged now. */
2196 ast_assert(!ast_test_flag(ast_channel_flags(chan), AST_FLAG_SNAPSHOT_STAGE));
2198 ast_channel_lock(chan);
2199 ast_channel_publish_snapshot(chan);
2200 ast_channel_unlock(chan);
2201 publish_cache_clear(chan);
2204 ast_channel_lock(chan);
2206 /* Get rid of each of the data stores on the channel */
2207 while ((datastore = AST_LIST_REMOVE_HEAD(ast_channel_datastores(chan), entry)))
2208 /* Free the data store */
2209 ast_datastore_free(datastore);
2211 /* While the channel is locked, take the reference to its callid while we tear down the call. */
2212 callid = ast_channel_callid(chan);
2213 ast_channel_callid_cleanup(chan);
2215 ast_channel_unlock(chan);
2217 /* Lock and unlock the channel just to be sure nobody has it locked still
2218 due to a reference that was stored in a datastore. (i.e. app_chanspy) */
2219 ast_channel_lock(chan);
2220 ast_channel_unlock(chan);
2222 if (ast_channel_tech_pvt(chan)) {
2223 ast_log_callid(LOG_WARNING, callid, "Channel '%s' may not have been hung up properly\n", ast_channel_name(chan));
2224 ast_free(ast_channel_tech_pvt(chan));
2227 if (ast_channel_sched(chan)) {
2228 ast_sched_context_destroy(ast_channel_sched(chan));
2231 if (ast_channel_internal_is_finalized(chan)) {
2234 ast_copy_string(device_name, ast_channel_name(chan), sizeof(device_name));
2235 if ((dashptr = strrchr(device_name, '-'))) {
2239 device_name[0] = '\0';
2242 /* Free translators */
2243 if (ast_channel_readtrans(chan))
2244 ast_translator_free_path(ast_channel_readtrans(chan));
2245 if (ast_channel_writetrans(chan))
2246 ast_translator_free_path(ast_channel_writetrans(chan));
2247 if (ast_channel_pbx(chan))
2248 ast_log_callid(LOG_WARNING, callid, "PBX may not have been terminated properly on '%s'\n", ast_channel_name(chan));
2251 ast_channel_set_oldwriteformat(chan, NULL);
2252 ast_channel_set_rawreadformat(chan, NULL);
2253 ast_channel_set_rawwriteformat(chan, NULL);
2254 ast_channel_set_readformat(chan, NULL);
2255 ast_channel_set_writeformat(chan, NULL);
2257 ast_party_dialed_free(ast_channel_dialed(chan));
2258 ast_party_caller_free(ast_channel_caller(chan));
2259 ast_party_connected_line_free(ast_channel_connected(chan));
2260 ast_party_connected_line_free(ast_channel_connected_indicated(chan));
2261 ast_party_redirecting_free(ast_channel_redirecting(chan));
2263 /* Close pipes if appropriate */
2264 ast_channel_internal_alertpipe_close(chan);
2265 if (ast_channel_timer(chan)) {
2266 ast_timer_close(ast_channel_timer(chan));
2267 ast_channel_timer_set(chan, NULL);
2270 for (i = 0; i < AST_MAX_FDS; i++) {
2271 if (ast_channel_internal_epfd_data(chan, i)) {
2272 ast_free(ast_channel_internal_epfd_data(chan, i));
2275 close(ast_channel_epfd(chan));
2277 while ((f = AST_LIST_REMOVE_HEAD(ast_channel_readq(chan), frame_list)))
2280 /* loop over the variables list, freeing all data and deleting list items */
2281 /* no need to lock the list, as the channel is already locked */
2282 headp = ast_channel_varshead(chan);
2283 while ((vardata = AST_LIST_REMOVE_HEAD(headp, entries)))
2284 ast_var_delete(vardata);
2286 ast_app_group_discard(chan);
2288 /* Destroy the jitterbuffer */
2289 ast_jb_destroy(chan);
2291 if (ast_channel_cdr(chan)) {
2292 ast_cdr_free(ast_channel_cdr(chan));
2293 ast_channel_cdr_set(chan, NULL);
2296 if (ast_channel_zone(chan)) {
2297 ast_channel_zone_set(chan, ast_tone_zone_unref(ast_channel_zone(chan)));
2300 ast_channel_internal_cleanup(chan);
2302 if (device_name[0]) {
2304 * We have a device name to notify of a new state.
2306 * Queue an unknown state, because, while we know that this particular
2307 * instance is dead, we don't know the state of all other possible
2310 ast_devstate_changed_literal(AST_DEVICE_UNKNOWN, (ast_test_flag(ast_channel_flags(chan), AST_FLAG_DISABLE_DEVSTATE_CACHE) ? AST_DEVSTATE_NOT_CACHABLE : AST_DEVSTATE_CACHABLE), device_name);
2313 ast_channel_nativeformats_set(chan, NULL);
2315 ast_callid_unref(callid);
2318 ast_channel_named_callgroups_set(chan, NULL);
2319 ast_channel_named_pickupgroups_set(chan, NULL);
2321 ast_atomic_fetchadd_int(&chancount, -1);
2324 /*! \brief Free a dummy channel structure */
2325 static void ast_dummy_channel_destructor(void *obj)
2327 struct ast_channel *chan = obj;
2328 struct ast_datastore *datastore;
2329 struct ast_var_t *vardata;
2330 struct varshead *headp;
2332 ast_pbx_hangup_handler_destroy(chan);
2334 /* Get rid of each of the data stores on the channel */
2335 while ((datastore = AST_LIST_REMOVE_HEAD(ast_channel_datastores(chan), entry))) {
2336 /* Free the data store */
2337 ast_datastore_free(datastore);
2340 ast_party_dialed_free(ast_channel_dialed(chan));
2341 ast_party_caller_free(ast_channel_caller(chan));
2342 ast_party_connected_line_free(ast_channel_connected(chan));
2343 ast_party_connected_line_free(ast_channel_connected_indicated(chan));
2344 ast_party_redirecting_free(ast_channel_redirecting(chan));
2346 /* loop over the variables list, freeing all data and deleting list items */
2347 /* no need to lock the list, as the channel is already locked */
2348 headp = ast_channel_varshead(chan);
2349 while ((vardata = AST_LIST_REMOVE_HEAD(headp, entries)))
2350 ast_var_delete(vardata);
2352 if (ast_channel_cdr(chan)) {
2353 ast_cdr_free(ast_channel_cdr(chan));
2354 ast_channel_cdr_set(chan, NULL);
2357 ast_channel_internal_cleanup(chan);
2360 struct ast_datastore *ast_channel_datastore_alloc(const struct ast_datastore_info *info, const char *uid)
2362 return ast_datastore_alloc(info, uid);
2365 int ast_channel_datastore_free(struct ast_datastore *datastore)
2367 return ast_datastore_free(datastore);
2370 int ast_channel_datastore_inherit(struct ast_channel *from, struct ast_channel *to)
2372 struct ast_datastore *datastore = NULL, *datastore2;
2374 AST_LIST_TRAVERSE(ast_channel_datastores(from), datastore, entry) {
2375 if (datastore->inheritance > 0) {
2376 datastore2 = ast_datastore_alloc(datastore->info, datastore->uid);
2378 datastore2->data = datastore->info->duplicate ? datastore->info->duplicate(datastore->data) : NULL;
2379 datastore2->inheritance = datastore->inheritance == DATASTORE_INHERIT_FOREVER ? DATASTORE_INHERIT_FOREVER : datastore->inheritance - 1;
2380 AST_LIST_INSERT_TAIL(ast_channel_datastores(to), datastore2, entry);
2387 int ast_channel_datastore_add(struct ast_channel *chan, struct ast_datastore *datastore)
2391 AST_LIST_INSERT_HEAD(ast_channel_datastores(chan), datastore, entry);
2396 int ast_channel_datastore_remove(struct ast_channel *chan, struct ast_datastore *datastore)
2398 return AST_LIST_REMOVE(ast_channel_datastores(chan), datastore, entry) ? 0 : -1;
2401 struct ast_datastore *ast_channel_datastore_find(struct ast_channel *chan, const struct ast_datastore_info *info, const char *uid)
2403 struct ast_datastore *datastore = NULL;
2408 AST_LIST_TRAVERSE(ast_channel_datastores(chan), datastore, entry) {
2409 if (datastore->info != info) {
2414 /* matched by type only */
2418 if ((datastore->uid != NULL) && !strcasecmp(uid, datastore->uid)) {
2419 /* Matched by type AND uid */
2427 /*! Set the file descriptor on the channel */
2428 void ast_channel_set_fd(struct ast_channel *chan, int which, int fd)
2431 struct epoll_event ev;
2432 struct ast_epoll_data *aed = NULL;
2434 if (ast_channel_fd_isset(chan, which)) {
2435 epoll_ctl(ast_channel_epfd(chan), EPOLL_CTL_DEL, ast_channel_fd(chan, which), &ev);
2436 aed = ast_channel_internal_epfd_data(chan, which);
2439 /* If this new fd is valid, add it to the epoll */
2441 if (!aed && (!(aed = ast_calloc(1, sizeof(*aed)))))
2444 ast_channel_internal_epfd_data_set(chan, which, aed);
2448 ev.events = EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP;
2450 epoll_ctl(ast_channel_epfd(chan), EPOLL_CTL_ADD, fd, &ev);
2452 /* We don't have to keep around this epoll data structure now */
2454 ast_channel_epfd_data_set(chan, which, NULL);
2457 ast_channel_internal_fd_set(chan, which, fd);
2461 /*! Add a channel to an optimized waitfor */
2462 void ast_poll_channel_add(struct ast_channel *chan0, struct ast_channel *chan1)
2465 struct epoll_event ev;
2468 if (ast_channel_epfd(chan0) == -1)
2471 /* Iterate through the file descriptors on chan1, adding them to chan0 */
2472 for (i = 0; i < AST_MAX_FDS; i++) {
2473 if (!ast_channel_fd_isset(chan1, i)) {
2476 ev.events = EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP;
2477 ev.data.ptr = ast_channel_internal_epfd_data(chan1, i);
2478 epoll_ctl(ast_channel_epfd(chan0), EPOLL_CTL_ADD, ast_channel_fd(chan1, i), &ev);
2485 /*! Delete a channel from an optimized waitfor */
2486 void ast_poll_channel_del(struct ast_channel *chan0, struct ast_channel *chan1)
2489 struct epoll_event ev;
2492 if (ast_channel_epfd(chan0) == -1)
2495 for (i = 0; i < AST_MAX_FDS; i++) {
2496 if (!ast_channel_fd_isset(chan1, i)) {
2499 epoll_ctl(ast_channel_epfd(chan0), EPOLL_CTL_DEL, ast_channel_fd(chan1, i), &ev);
2506 void ast_channel_clear_softhangup(struct ast_channel *chan, int flag)
2508 ast_channel_lock(chan);
2510 ast_channel_softhangup_internal_flag_clear(chan, flag);
2512 if (!ast_channel_softhangup_internal_flag(chan)) {
2513 struct ast_frame *fr;
2515 /* If we have completely cleared the softhangup flag,
2516 * then we need to fully abort the hangup process. This requires
2517 * pulling the END_OF_Q frame out of the channel frame queue if it
2518 * still happens to be there. */
2520 fr = AST_LIST_LAST(ast_channel_readq(chan));
2521 if (fr && fr->frametype == AST_FRAME_CONTROL &&
2522 fr->subclass.integer == AST_CONTROL_END_OF_Q) {
2523 AST_LIST_REMOVE(ast_channel_readq(chan), fr, frame_list);
2528 ast_channel_unlock(chan);
2531 /*! \brief Softly hangup a channel, don't lock */
2532 int ast_softhangup_nolock(struct ast_channel *chan, int cause)
2534 ast_debug(1, "Soft-Hanging (%#04x) up channel '%s'\n", (unsigned)cause, ast_channel_name(chan));
2535 /* Inform channel driver that we need to be hung up, if it cares */
2536 ast_channel_softhangup_internal_flag_add(chan, cause);
2537 ast_queue_frame(chan, &ast_null_frame);
2538 /* Interrupt any poll call or such */
2539 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING))
2540 pthread_kill(ast_channel_blocker(chan), SIGURG);
2544 /*! \brief Softly hangup a channel, lock */
2545 int ast_softhangup(struct ast_channel *chan, int cause)
2547 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
2550 ast_channel_lock(chan);
2551 res = ast_softhangup_nolock(chan, cause);
2552 blob = ast_json_pack("{s: i, s: b}",
2555 ast_channel_publish_blob(chan, ast_channel_hangup_request_type(), blob);
2556 ast_channel_unlock(chan);
2561 static void free_translation(struct ast_channel *clonechan)
2563 if (ast_channel_writetrans(clonechan)) {
2564 ast_translator_free_path(ast_channel_writetrans(clonechan));
2566 if (ast_channel_readtrans(clonechan)) {
2567 ast_translator_free_path(ast_channel_readtrans(clonechan));
2569 ast_channel_writetrans_set(clonechan, NULL);
2570 ast_channel_readtrans_set(clonechan, NULL);
2573 void ast_set_hangupsource(struct ast_channel *chan, const char *source, int force)
2575 RAII_VAR(struct ast_channel *, bridge, ast_channel_bridge_peer(chan), ast_channel_cleanup);
2577 ast_channel_lock(chan);
2578 if (force || ast_strlen_zero(ast_channel_hangupsource(chan))) {
2579 ast_channel_hangupsource_set(chan, source);
2581 ast_channel_unlock(chan);
2584 ast_channel_lock(bridge);
2585 if (force || ast_strlen_zero(ast_channel_hangupsource(bridge))) {
2586 ast_channel_hangupsource_set(bridge, source);
2588 ast_channel_unlock(bridge);
2592 int ast_channel_has_audio_frame_or_monitor(struct ast_channel *chan)
2594 return ast_channel_monitor(chan)
2595 || !ast_audiohook_write_list_empty(ast_channel_audiohooks(chan))
2596 || !ast_framehook_list_contains_no_active(ast_channel_framehooks(chan));
2599 int ast_channel_has_hook_requiring_audio(struct ast_channel *chan)
2601 return ast_channel_monitor(chan)
2602 || !ast_audiohook_write_list_empty(ast_channel_audiohooks(chan))
2603 || !ast_framehook_list_contains_no_active_of_type(ast_channel_framehooks(chan), AST_FRAME_VOICE);
2606 static void destroy_hooks(struct ast_channel *chan)
2608 if (ast_channel_audiohooks(chan)) {
2609 ast_audiohook_detach_list(ast_channel_audiohooks(chan));
2610 ast_channel_audiohooks_set(chan, NULL);
2613 ast_framehook_list_destroy(chan);
2616 /*! \brief Hangup a channel */
2617 void ast_hangup(struct ast_channel *chan)
2619 /* Be NULL safe for RAII_VAR() usage. */
2624 ast_autoservice_stop(chan);
2626 ast_channel_lock(chan);
2628 while (ast_channel_masq(chan) || ast_channel_masqr(chan)) {
2629 CHANNEL_DEADLOCK_AVOIDANCE(chan);
2632 /* Mark as a zombie so a masquerade cannot be setup on this channel. */
2633 ast_set_flag(ast_channel_flags(chan), AST_FLAG_ZOMBIE);
2635 ast_channel_unlock(chan);
2638 * XXX if running the hangup handlers here causes problems
2639 * because the handlers take too long to execute, we could move
2640 * the meat of this function into another thread. A thread
2641 * where channels go to die.
2643 * If this is done, ast_autoservice_chan_hangup_peer() will no
2646 ast_pbx_hangup_handler_run(chan);
2647 ao2_unlink(channels, chan);
2648 ast_channel_lock(chan);
2650 destroy_hooks(chan);
2652 free_translation(chan);
2653 /* Close audio stream */
2654 if (ast_channel_stream(chan)) {
2655 ast_closestream(ast_channel_stream(chan));
2656 ast_channel_stream_set(chan, NULL);
2658 /* Close video stream */
2659 if (ast_channel_vstream(chan)) {
2660 ast_closestream(ast_channel_vstream(chan));
2661 ast_channel_vstream_set(chan, NULL);
2663 if (ast_channel_sched(chan)) {
2664 ast_sched_context_destroy(ast_channel_sched(chan));
2665 ast_channel_sched_set(chan, NULL);
2668 if (ast_channel_generatordata(chan)) { /* Clear any tone stuff remaining */
2669 if (ast_channel_generator(chan) && ast_channel_generator(chan)->release) {
2670 ast_channel_generator(chan)->release(chan, ast_channel_generatordata(chan));
2673 ast_channel_generatordata_set(chan, NULL);
2674 ast_channel_generator_set(chan, NULL);
2676 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING)) {
2677 ast_log(LOG_WARNING, "Hard hangup called by thread %ld on %s, while fd "
2678 "is blocked by thread %ld in procedure %s! Expect a failure\n",
2679 (long) pthread_self(), ast_channel_name(chan), (long)ast_channel_blocker(chan), ast_channel_blockproc(chan));
2680 ast_assert(ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING) == 0);
2683 ast_debug(1, "Hanging up channel '%s'\n", ast_channel_name(chan));
2684 if (ast_channel_tech(chan)->hangup) {
2685 ast_channel_tech(chan)->hangup(chan);
2688 ast_channel_unlock(chan);
2692 ast_channel_unref(chan);
2695 int ast_raw_answer(struct ast_channel *chan)
2698 struct timeval answertime;
2700 ast_channel_lock(chan);
2702 /* You can't answer an outbound call */
2703 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_OUTGOING)) {
2704 ast_channel_unlock(chan);
2708 /* Stop if we're a zombie or need a soft hangup */
2709 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_ZOMBIE) || ast_check_hangup(chan)) {
2710 ast_channel_unlock(chan);
2714 answertime = ast_tvnow();
2715 ast_channel_answertime_set(chan, &answertime);
2717 ast_channel_unlock(chan);
2719 switch (ast_channel_state(chan)) {
2720 case AST_STATE_RINGING:
2721 case AST_STATE_RING:
2722 ast_channel_lock(chan);
2723 if (ast_channel_tech(chan)->answer) {
2724 res = ast_channel_tech(chan)->answer(chan);
2726 ast_setstate(chan, AST_STATE_UP);
2727 ast_channel_unlock(chan);
2735 ast_indicate(chan, -1);
2740 int __ast_answer(struct ast_channel *chan, unsigned int delay)
2743 enum ast_channel_state old_state;
2745 old_state = ast_channel_state(chan);
2746 if ((res = ast_raw_answer(chan))) {
2750 switch (old_state) {
2751 case AST_STATE_RINGING:
2752 case AST_STATE_RING:
2753 /* wait for media to start flowing, but don't wait any longer
2754 * than 'delay' or 500 milliseconds, whichever is longer
2757 AST_LIST_HEAD_NOLOCK(, ast_frame) frames;
2758 struct ast_frame *cur;
2759 struct ast_frame *new_frame;
2760 int timeout_ms = MAX(delay, 500);
2761 unsigned int done = 0;
2762 struct timeval start;
2764 AST_LIST_HEAD_INIT_NOLOCK(&frames);
2766 start = ast_tvnow();
2768 int ms = ast_remaining_ms(start, timeout_ms);
2769 ms = ast_waitfor(chan, ms);
2771 ast_log(LOG_WARNING, "Error condition occurred when polling channel %s for a voice frame: %s\n", ast_channel_name(chan), strerror(errno));
2776 ast_debug(2, "Didn't receive a media frame from %s within %u ms of answering. Continuing anyway\n", ast_channel_name(chan), MAX(delay, 500));
2779 cur = ast_read(chan);
2780 if (!cur || ((cur->frametype == AST_FRAME_CONTROL) &&
2781 (cur->subclass.integer == AST_CONTROL_HANGUP))) {
2786 ast_debug(2, "Hangup of channel %s detected in answer routine\n", ast_channel_name(chan));
2790 if ((new_frame = ast_frisolate(cur)) != cur) {
2794 AST_LIST_INSERT_HEAD(&frames, new_frame, frame_list);
2796 /* if a specific delay period was requested, continue
2797 * until that delay has passed. don't stop just because
2798 * incoming media has arrived.
2804 switch (new_frame->frametype) {
2805 /* all of these frametypes qualify as 'media' */
2806 case AST_FRAME_VOICE:
2807 case AST_FRAME_VIDEO:
2808 case AST_FRAME_TEXT:
2809 case AST_FRAME_DTMF_BEGIN:
2810 case AST_FRAME_DTMF_END:
2811 case AST_FRAME_IMAGE:
2812 case AST_FRAME_HTML:
2813 case AST_FRAME_MODEM:
2816 case AST_FRAME_CONTROL:
2818 case AST_FRAME_BRIDGE_ACTION:
2819 case AST_FRAME_BRIDGE_ACTION_SYNC:
2820 case AST_FRAME_NULL:
2831 ast_channel_lock(chan);
2832 while ((cur = AST_LIST_REMOVE_HEAD(&frames, frame_list))) {
2833 ast_queue_frame_head(chan, cur);
2836 ast_channel_unlock(chan);
2847 int ast_answer(struct ast_channel *chan)
2849 return __ast_answer(chan, 0);
2852 inline int ast_auto_answer(struct ast_channel *chan)
2854 if (ast_channel_state(chan) == AST_STATE_UP) {
2855 /* Already answered */
2858 return ast_answer(chan);
2861 int ast_channel_get_duration(struct ast_channel *chan)
2863 ast_assert(NULL != chan);
2865 if (ast_tvzero(ast_channel_creationtime(chan))) {
2868 return (ast_tvdiff_ms(ast_tvnow(), ast_channel_creationtime(chan)) / 1000);
2871 int ast_channel_get_up_time(struct ast_channel *chan)
2873 ast_assert(NULL != chan);
2875 if (ast_tvzero(ast_channel_answertime(chan))) {
2878 return (ast_tvdiff_ms(ast_tvnow(), ast_channel_answertime(chan)) / 1000);
2881 static void deactivate_generator_nolock(struct ast_channel *chan)
2883 if (ast_channel_generatordata(chan)) {
2884 struct ast_generator *generator = ast_channel_generator(chan);
2886 if (generator && generator->release) {
2887 generator->release(chan, ast_channel_generatordata(chan));
2889 ast_channel_generatordata_set(chan, NULL);
2890 ast_channel_generator_set(chan, NULL);
2891 ast_channel_set_fd(chan, AST_GENERATOR_FD, -1);
2892 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_WRITE_INT);
2893 ast_settimeout(chan, 0, NULL, NULL);
2897 void ast_deactivate_generator(struct ast_channel *chan)
2899 ast_channel_lock(chan);
2900 deactivate_generator_nolock(chan);
2901 ast_channel_unlock(chan);
2904 static void generator_write_format_change(struct ast_channel *chan)
2906 struct ast_generator *generator;
2908 ast_channel_lock(chan);
2909 generator = ast_channel_generator(chan);
2910 if (generator && generator->write_format_change) {
2911 generator->write_format_change(chan, ast_channel_generatordata(chan));
2913 ast_channel_unlock(chan);
2916 static int generator_force(const void *data)
2918 /* Called if generator doesn't have data */
2921 int (*generate)(struct ast_channel *chan, void *tmp, int datalen, int samples) = NULL;
2922 struct ast_channel *chan = (struct ast_channel *)data;
2924 ast_channel_lock(chan);
2925 tmp = ast_channel_generatordata(chan);
2926 ast_channel_generatordata_set(chan, NULL);
2927 if (ast_channel_generator(chan))
2928 generate = ast_channel_generator(chan)->generate;
2929 ast_channel_unlock(chan);
2931 if (!tmp || !generate) {
2935 res = generate(chan, tmp, 0, ast_format_get_sample_rate(ast_channel_writeformat(chan)) / 50);
2937 ast_channel_lock(chan);
2938 if (ast_channel_generator(chan) && generate == ast_channel_generator(chan)->generate) {
2939 ast_channel_generatordata_set(chan, tmp);
2941 ast_channel_unlock(chan);
2944 ast_debug(1, "Auto-deactivating generator\n");
2945 ast_deactivate_generator(chan);
2951 int ast_activate_generator(struct ast_channel *chan, struct ast_generator *gen, void *params)
2954 void *generatordata = NULL;
2956 ast_channel_lock(chan);
2957 if (ast_channel_generatordata(chan)) {
2958 struct ast_generator *generator_old = ast_channel_generator(chan);
2960 if (generator_old && generator_old->release) {
2961 generator_old->release(chan, ast_channel_generatordata(chan));
2964 if (gen->alloc && !(generatordata = gen->alloc(chan, params))) {
2967 ast_channel_generatordata_set(chan, generatordata);
2969 ast_settimeout(chan, 50, generator_force, chan);
2970 ast_channel_generator_set(chan, gen);
2972 ast_channel_unlock(chan);
2979 /*! \brief Wait for x amount of time on a file descriptor to have input. */
2980 int ast_waitfor_n_fd(int *fds, int n, int *ms, int *exception)
2983 ast_waitfor_nandfds(NULL, 0, fds, n, exception, &winner, ms);
2987 /*! \brief Wait for x amount of time on a file descriptor to have input. */
2989 static struct ast_channel *ast_waitfor_nandfds_classic(struct ast_channel **c, int n, int *fds, int nfds,
2990 int *exception, int *outfd, int *ms)
2992 struct ast_channel *ast_waitfor_nandfds(struct ast_channel **c, int n, int *fds, int nfds,
2993 int *exception, int *outfd, int *ms)
2996 struct timeval start = { 0 , 0 };
2997 struct pollfd *pfds = NULL;
3002 struct timeval now = { 0, 0 };
3003 struct timeval whentohangup = { 0, 0 }, diff;
3004 struct ast_channel *winner = NULL;
3017 if ((sz = n * AST_MAX_FDS + nfds)) {
3018 pfds = ast_alloca(sizeof(*pfds) * sz);
3019 fdmap = ast_alloca(sizeof(*fdmap) * sz);
3021 /* nothing to allocate and no FDs to check */
3025 for (x = 0; x < n; x++) {
3026 ast_channel_lock(c[x]);
3027 if (!ast_tvzero(*ast_channel_whentohangup(c[x]))) {
3028 if (ast_tvzero(whentohangup))
3030 diff = ast_tvsub(*ast_channel_whentohangup(c[x]), now);
3031 if (diff.tv_sec < 0 || ast_tvzero(diff)) {
3032 ast_test_suite_event_notify("HANGUP_TIME", "Channel: %s", ast_channel_name(c[x]));
3033 /* Should already be hungup */
3034 ast_channel_softhangup_internal_flag_add(c[x], AST_SOFTHANGUP_TIMEOUT);
3035 ast_channel_unlock(c[x]);
3038 if (ast_tvzero(whentohangup) || ast_tvcmp(diff, whentohangup) < 0)
3039 whentohangup = diff;
3041 ast_channel_unlock(c[x]);
3043 /* Wait full interval */
3045 /* INT_MAX, not LONG_MAX, because it matters on 64-bit */
3046 if (!ast_tvzero(whentohangup) && whentohangup.tv_sec < INT_MAX / 1000) {
3047 rms = whentohangup.tv_sec * 1000 + whentohangup.tv_usec / 1000; /* timeout in milliseconds */
3048 if (*ms >= 0 && *ms < rms) { /* original *ms still smaller */
3051 } else if (!ast_tvzero(whentohangup) && rms < 0) {
3052 /* Tiny corner case... call would need to last >24 days */
3056 * Build the pollfd array, putting the channels' fds first,
3057 * followed by individual fds. Order is important because
3058 * individual fd's must have priority over channel fds.
3061 for (x = 0; x < n; x++) {
3062 for (y = 0; y < AST_MAX_FDS; y++) {
3063 fdmap[max].fdno = y; /* fd y is linked to this pfds */
3064 fdmap[max].chan = x; /* channel x is linked to this pfds */
3065 max += ast_add_fd(&pfds[max], ast_channel_fd(c[x], y));
3067 CHECK_BLOCKING(c[x]);
3069 /* Add the individual fds */
3070 for (x = 0; x < nfds; x++) {
3071 fdmap[max].chan = -1;
3072 max += ast_add_fd(&pfds[max], fds[x]);
3076 start = ast_tvnow();
3079 if (sizeof(int) == 4) { /* XXX fix timeout > 600000 on linux x86-32 */
3082 if (kbrms > 600000) {
3085 res = ast_poll(pfds, max, kbrms);
3089 } while (!res && (rms > 0));
3091 res = ast_poll(pfds, max, rms);
3093 for (x = 0; x < n; x++) {
3094 ast_clear_flag(ast_channel_flags(c[x]), AST_FLAG_BLOCKING);
3096 if (res < 0) { /* Simulate a timeout if we were interrupted */
3097 if (errno != EINTR) {
3102 if (!ast_tvzero(whentohangup)) { /* if we have a timeout, check who expired */
3104 for (x = 0; x < n; x++) {
3105 if (!ast_tvzero(*ast_channel_whentohangup(c[x])) && ast_tvcmp(*ast_channel_whentohangup(c[x]), now) <= 0) {
3106 ast_test_suite_event_notify("HANGUP_TIME", "Channel: %s", ast_channel_name(c[x]));
3107 ast_channel_softhangup_internal_flag_add(c[x], AST_SOFTHANGUP_TIMEOUT);
3108 if (winner == NULL) {
3114 if (res == 0) { /* no fd ready, reset timeout and done */
3115 *ms = 0; /* XXX use 0 since we may not have an exact timeout. */
3119 * Then check if any channel or fd has a pending event.
3120 * Remember to check channels first and fds last, as they
3121 * must have priority on setting 'winner'
3123 for (x = 0; x < max; x++) {
3124 res = pfds[x].revents;
3128 if (fdmap[x].chan >= 0) { /* this is a channel */
3129 winner = c[fdmap[x].chan]; /* override previous winners */
3130 if (res & POLLPRI) {
3131 ast_set_flag(ast_channel_flags(winner), AST_FLAG_EXCEPTION);
3133 ast_clear_flag(ast_channel_flags(winner), AST_FLAG_EXCEPTION);
3135 ast_channel_fdno_set(winner, fdmap[x].fdno);
3136 } else { /* this is an fd */
3138 *outfd = pfds[x].fd;
3141 *exception = (res & POLLPRI) ? -1 : 0;
3147 *ms -= ast_tvdiff_ms(ast_tvnow(), start);
3156 static struct ast_channel *ast_waitfor_nandfds_simple(struct ast_channel *chan, int *ms)
3158 struct timeval start = { 0 , 0 };
3160 struct epoll_event ev[1];
3161 long diff, rms = *ms;
3162 struct ast_channel *winner = NULL;
3163 struct ast_epoll_data *aed = NULL;
3165 ast_channel_lock(chan);
3166 /* Figure out their timeout */
3167 if (!ast_tvzero(*ast_channel_whentohangup(chan))) {
3168 if ((diff = ast_tvdiff_ms(*ast_channel_whentohangup(chan), ast_tvnow())) < 0) {
3169 /* They should already be hungup! */
3170 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_TIMEOUT);
3171 ast_channel_unlock(chan);
3174 /* If this value is smaller then the current one... make it priority */
3180 ast_channel_unlock(chan);
3182 /* Time to make this channel block... */
3183 CHECK_BLOCKING(chan);
3186 start = ast_tvnow();
3189 /* We don't have to add any file descriptors... they are already added, we just have to wait! */
3190 res = epoll_wait(ast_channel_epfd(chan), ev, 1, rms);
3193 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING);
3195 /* Simulate a timeout if we were interrupted */
3197 if (errno != EINTR) {
3203 /* If this channel has a timeout see if it expired */
3204 if (!ast_tvzero(*ast_channel_whentohangup(chan))) {
3205 if (ast_tvdiff_ms(ast_tvnow(), *ast_channel_whentohangup(chan)) >= 0) {
3206 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_TIMEOUT);
3211 /* No fd ready, reset timeout and be done for now */
3217 /* See what events are pending */
3218 aed = ev[0].data.ptr;
3219 ast_channel_fdno_set(chan, aed->which);
3220 if (ev[0].events & EPOLLPRI) {
3221 ast_set_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3223 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3227 *ms -= ast_tvdiff_ms(ast_tvnow(), start);
3236 static struct ast_channel *ast_waitfor_nandfds_complex(struct ast_channel **c, int n, int *ms)
3238 struct timeval start = { 0 , 0 };
3240 struct epoll_event ev[25] = { { 0, } };
3241 struct timeval now = { 0, 0 };
3242 long whentohangup = 0, diff = 0, rms = *ms;
3243 struct ast_channel *winner = NULL;
3245 for (i = 0; i < n; i++) {
3246 ast_channel_lock(c[i]);
3247 if (!ast_tvzero(*ast_channel_whentohangup(c[i]))) {
3248 if (whentohangup == 0) {
3251 if ((diff = ast_tvdiff_ms(*ast_channel_whentohangup(c[i]), now)) < 0) {
3252 ast_channel_softhangup_internal_flag_add(c[i], AST_SOFTHANGUP_TIMEOUT);
3253 ast_channel_unlock(c[i]);
3256 if (!whentohangup || whentohangup > diff) {
3257 whentohangup = diff;
3260 ast_channel_unlock(c[i]);
3261 CHECK_BLOCKING(c[i]);
3267 if (*ms >= 0 && *ms < rms) {
3273 start = ast_tvnow();
3276 res = epoll_wait(ast_channel_epfd(c[0]), ev, 25, rms);
3278 for (i = 0; i < n; i++) {
3279 ast_clear_flag(ast_channel_flags(c[i]), AST_FLAG_BLOCKING);
3283 if (errno != EINTR) {
3291 for (i = 0; i < n; i++) {
3292 if (!ast_tvzero(*ast_channel_whentohangup(c[i])) && ast_tvdiff_ms(now, *ast_channel_whentohangup(c[i])) >= 0) {
3293 ast_channel_softhangup_internal_flag_add(c[i], AST_SOFTHANGUP_TIMEOUT);
3306 for (i = 0; i < res; i++) {
3307 struct ast_epoll_data *aed = ev[i].data.ptr;
3309 if (!ev[i].events || !aed) {
3314 if (ev[i].events & EPOLLPRI) {
3315 ast_set_flag(ast_channel_flags(winner), AST_FLAG_EXCEPTION);
3317 ast_clear_flag(ast_channel_flags(winner), AST_FLAG_EXCEPTION);
3319 ast_channel_fdno_set(winner, aed->which);
3323 *ms -= ast_tvdiff_ms(ast_tvnow(), start);
3332 struct ast_channel *ast_waitfor_nandfds(struct ast_channel **c, int n, int *fds, int nfds,
3333 int *exception, int *outfd, int *ms)
3335 /* Clear all provided values in one place. */
3343 /* If no epoll file descriptor is available resort to classic nandfds */
3344 if (!n || nfds || ast_channel_epfd(c[0]) == -1) {
3345 return ast_waitfor_nandfds_classic(c, n, fds, nfds, exception, outfd, ms);
3346 } else if (!nfds && n == 1) {
3347 return ast_waitfor_nandfds_simple(c[0], ms);
3349 return ast_waitfor_nandfds_complex(c, n, ms);
3354 struct ast_channel *ast_waitfor_n(struct ast_channel **c, int n, int *ms)
3356 return ast_waitfor_nandfds(c, n, NULL, 0, NULL, NULL, ms);
3359 int ast_waitfor(struct ast_channel *c, int ms)
3364 ast_waitfor_nandfds(&c, 1, NULL, 0, NULL, NULL, &ms);
3367 ast_waitfor_nandfds(&c, 1, NULL, 0, NULL, NULL, &ms);
3372 int ast_waitfordigit(struct ast_channel *c, int ms)
3374 return ast_waitfordigit_full(c, ms, -1, -1);
3377 int ast_settimeout(struct ast_channel *c, unsigned int rate, int (*func)(const void *data), void *data)
3379 return ast_settimeout_full(c, rate, func, data, 0);
3382 int ast_settimeout_full(struct ast_channel *c, unsigned int rate, int (*func)(const void *data), void *data, unsigned int is_ao2_obj)
3385 unsigned int real_rate = rate, max_rate;
3387 ast_channel_lock(c);
3389 if (ast_channel_timingfd(c) == -1) {
3390 ast_channel_unlock(c);
3399 if (rate && rate > (max_rate = ast_timer_get_max_rate(ast_channel_timer(c)))) {
3400 real_rate = max_rate;
3403 ast_debug(1, "Scheduling timer at (%u requested / %u actual) timer ticks per second\n", rate, real_rate);
3405 res = ast_timer_set_rate(ast_channel_timer(c), real_rate);
3407 if (ast_channel_timingdata(c) && ast_test_flag(ast_channel_flags(c), AST_FLAG_TIMINGDATA_IS_AO2_OBJ)) {
3408 ao2_ref(ast_channel_timingdata(c), -1);
3411 ast_channel_timingfunc_set(c, func);
3412 ast_channel_timingdata_set(c, data);
3414 if (data && is_ao2_obj) {
3416 ast_set_flag(ast_channel_flags(c), AST_FLAG_TIMINGDATA_IS_AO2_OBJ);
3418 ast_clear_flag(ast_channel_flags(c), AST_FLAG_TIMINGDATA_IS_AO2_OBJ);
3421 if (func == NULL && rate == 0 && ast_channel_fdno(c) == AST_TIMING_FD) {
3422 /* Clearing the timing func and setting the rate to 0
3423 * means that we don't want to be reading from the timingfd
3424 * any more. Setting c->fdno to -1 means we won't have any
3425 * errant reads from the timingfd, meaning we won't potentially
3426 * miss any important frames.
3428 ast_channel_fdno_set(c, -1);
3431 ast_channel_unlock(c);
3436 int ast_waitfordigit_full(struct ast_channel *c, int timeout_ms, int audiofd, int cmdfd)
3438 struct timeval start = ast_tvnow();
3441 /* Stop if we're a zombie or need a soft hangup */
3442 if (ast_test_flag(ast_channel_flags(c), AST_FLAG_ZOMBIE) || ast_check_hangup(c))
3445 /* Only look for the end of DTMF, don't bother with the beginning and don't emulate things */
3446 ast_set_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3448 /* Wait for a digit, no more than timeout_ms milliseconds total.
3449 * Or, wait indefinitely if timeout_ms is <0.
3451 while ((ms = ast_remaining_ms(start, timeout_ms))) {
3452 struct ast_channel *rchan;
3456 /* While ast_waitfor_nandfds tries to help by reducing the timeout by how much was waited,
3457 * it is unhelpful if it waited less than a millisecond.
3459 rchan = ast_waitfor_nandfds(&c, 1, &cmdfd, (cmdfd > -1) ? 1 : 0, NULL, &outfd, &ms);
3461 if (!rchan && outfd < 0 && ms) {
3462 if (errno == 0 || errno == EINTR)
3464 ast_log(LOG_WARNING, "Wait failed (%s)\n", strerror(errno));
3465 ast_clear_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3467 } else if (outfd > -1) {
3468 /* The FD we were watching has something waiting */
3469 ast_log(LOG_WARNING, "The FD we were waiting for has something waiting. Waitfordigit returning numeric 1\n");
3470 ast_clear_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3474 struct ast_frame *f = ast_read(c);
3478 switch (f->frametype) {
3479 case AST_FRAME_DTMF_BEGIN:
3481 case AST_FRAME_DTMF_END:
3482 res = f->subclass.integer;
3484 ast_clear_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3486 case AST_FRAME_CONTROL:
3487 switch (f->subclass.integer) {
3488 case AST_CONTROL_HANGUP:
3490 ast_clear_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3492 case AST_CONTROL_STREAM_STOP:
3493 case AST_CONTROL_STREAM_SUSPEND:
3494 case AST_CONTROL_STREAM_RESTART:
3495 case AST_CONTROL_STREAM_REVERSE:
3496 case AST_CONTROL_STREAM_FORWARD:
3497 /* Fall-through and treat as if it were a DTMF signal. Items
3498 * that perform stream control will handle this. */
3499 res = f->subclass.integer;
3501 ast_clear_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3503 case AST_CONTROL_PVT_CAUSE_CODE:
3504 case AST_CONTROL_RINGING:
3505 case AST_CONTROL_ANSWER:
3506 case AST_CONTROL_SRCUPDATE:
3507 case AST_CONTROL_SRCCHANGE:
3508 case AST_CONTROL_CONNECTED_LINE:
3509 case AST_CONTROL_REDIRECTING:
3510 case AST_CONTROL_UPDATE_RTP_PEER:
3511 case AST_CONTROL_HOLD:
3512 case AST_CONTROL_UNHOLD:
3517 ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass.integer);
3521 case AST_FRAME_VOICE:
3522 /* Write audio if appropriate */
3524 if (write(audiofd, f->data.ptr, f->datalen) < 0) {
3525 ast_log(LOG_WARNING, "write() failed: %s\n", strerror(errno));
3536 ast_clear_flag(ast_channel_flags(c), AST_FLAG_END_DTMF_ONLY);
3538 return 0; /* Time is up */
3541 enum DtmfDirection {
3546 static const char *dtmf_direction_to_string(enum DtmfDirection direction)
3548 switch (direction) {
3558 static void send_dtmf_begin_event(struct ast_channel *chan,
3559 enum DtmfDirection direction, const char digit)
3561 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
3562 char digit_str[] = { digit, '\0' };
3564 blob = ast_json_pack("{ s: s, s: s }",
3566 "direction", dtmf_direction_to_string(direction));
3571 ast_channel_publish_cached_blob(chan, ast_channel_dtmf_begin_type(), blob);
3574 static void send_dtmf_end_event(struct ast_channel *chan,
3575 enum DtmfDirection direction, const char digit, long duration_ms)
3577 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
3578 char digit_str[] = { digit, '\0' };
3580 blob = ast_json_pack("{ s: s, s: s, s: i }",
3582 "direction", dtmf_direction_to_string(direction),
3583 "duration_ms", duration_ms);
3588 ast_channel_publish_cached_blob(chan, ast_channel_dtmf_end_type(), blob);
3591 static void ast_read_generator_actions(struct ast_channel *chan, struct ast_frame *f)
3593 struct ast_generator *generator;
3598 generator = ast_channel_generator(chan);
3600 || !generator->generate
3601 || f->frametype != AST_FRAME_VOICE
3602 || !ast_channel_generatordata(chan)
3603 || ast_channel_timingfunc(chan)) {
3608 * We must generate frames in phase locked mode since
3609 * we have no internal timer available.
3611 if (ast_format_cmp(f->subclass.format, ast_channel_writeformat(chan)) == AST_FORMAT_CMP_NOT_EQUAL) {
3613 factor = ((float) ast_format_get_sample_rate(ast_channel_writeformat(chan))) / ((float) ast_format_get_sample_rate(f->subclass.format));
3614 samples = (int) (((float) f->samples) * factor);
3616 samples = f->samples;
3619 gendata = ast_channel_generatordata(chan);
3620 ast_channel_generatordata_set(chan, NULL); /* reset, to let writes go through */
3623 * This unlock is here based on two assumptions that hold true at
3624 * this point in the code. 1) this function is only called from
3625 * within __ast_read() and 2) all generators call ast_write() in
3626 * their generate callback.
3628 * The reason this is added is so that when ast_write is called,
3629 * the lock that occurs there will not recursively lock the
3630 * channel. Doing this will allow deadlock avoidance to work in
3633 ast_channel_unlock(chan);
3634 res = generator->generate(chan, gendata, f->datalen, samples);
3635 ast_channel_lock(chan);
3636 if (generator == ast_channel_generator(chan)) {
3637 ast_channel_generatordata_set(chan, gendata);
3639 ast_debug(1, "Auto-deactivating generator\n");
3640 ast_deactivate_generator(chan);
3645 static inline void queue_dtmf_readq(struct ast_channel *chan, struct ast_frame *f)
3647 struct ast_frame *fr = ast_channel_dtmff(chan);
3649 fr->frametype = AST_FRAME_DTMF_END;
3650 fr->subclass.integer = f->subclass.integer;
3653 /* The only time this function will be called is for a frame that just came
3654 * out of the channel driver. So, we want to stick it on the tail of the
3657 ast_queue_frame(chan, fr);
3661 * \brief Determine whether or not we should ignore DTMF in the readq
3663 static inline int should_skip_dtmf(struct ast_channel *chan)
3665 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF | AST_FLAG_EMULATE_DTMF)) {
3666 /* We're in the middle of emulating a digit, or DTMF has been
3667 * explicitly deferred. Skip this digit, then. */
3671 if (!ast_tvzero(*ast_channel_dtmf_tv(chan)) &&
3672 ast_tvdiff_ms(ast_tvnow(), *ast_channel_dtmf_tv(chan)) < AST_MIN_DTMF_GAP) {
3673 /* We're not in the middle of a digit, but it hasn't been long enough
3674 * since the last digit, so we'll have to skip DTMF for now. */
3682 * \brief calculates the number of samples to jump forward with in a monitor stream.
3684 * \note When using ast_seekstream() with the read and write streams of a monitor,
3685 * the number of samples to seek forward must be of the same sample rate as the stream
3686 * or else the jump will not be calculated correctly.
3688 * \retval number of samples to seek forward after rate conversion.
3690 static inline int calc_monitor_jump(int samples, int sample_rate, int seek_rate)
3692 int diff = sample_rate - seek_rate;
3695 samples = samples / (float) (sample_rate / seek_rate);
3696 } else if (diff < 0) {
3697 samples = samples * (float) (seek_rate / sample_rate);
3703 static struct ast_frame *__ast_read(struct ast_channel *chan, int dropaudio)
3705 struct ast_frame *f = NULL; /* the return value */
3709 /* this function is very long so make sure there is only one return
3710 * point at the end (there are only two exceptions to this).
3712 ast_channel_lock(chan);
3714 /* Stop if we're a zombie or need a soft hangup */
3715 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_ZOMBIE) || ast_check_hangup(chan)) {
3716 if (ast_channel_generator(chan))
3717 ast_deactivate_generator(chan);
3720 * It is possible for chan->_softhangup to be set and there
3721 * still be control frames that need to be read. Instead of
3722 * just going to 'done' in the case of ast_check_hangup(), we
3723 * need to queue the end-of-Q frame so that it can mark the end
3724 * of the read queue. If there are frames to be read,
3725 * ast_queue_control() will be called repeatedly, but will only
3726 * queue the first end-of-Q frame.
3728 if (ast_channel_softhangup_internal_flag(chan)) {
3729 ast_queue_control(chan, AST_CONTROL_END_OF_Q);
3736 * The ast_waitfor() code records which of the channel's file
3737 * descriptors reported that data is available. In theory,
3738 * ast_read() should only be called after ast_waitfor() reports
3739 * that a channel has data available for reading. However,
3740 * there still may be some edge cases throughout the code where
3741 * ast_read() is called improperly. This can potentially cause
3742 * problems, so if this is a developer build, make a lot of
3743 * noise if this happens so that it can be addressed.
3745 * One of the potential problems is blocking on a dead channel.
3747 if (ast_channel_fdno(chan) == -1) {
3749 "ast_read() on chan '%s' called with no recorded file descriptor.\n",
3750 ast_channel_name(chan));
3755 prestate = ast_channel_state(chan);
3757 if (ast_channel_timingfd(chan) > -1 && ast_channel_fdno(chan) == AST_TIMING_FD) {
3758 enum ast_timer_event res;
3760 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3762 res = ast_timer_get_event(ast_channel_timer(chan));
3765 case AST_TIMING_EVENT_EXPIRED:
3766 if (ast_timer_ack(ast_channel_timer(chan), 1) < 0) {
3767 ast_log(LOG_ERROR, "Failed to acknoweldge timer in ast_read\n");
3771 if (ast_channel_timingfunc(chan)) {
3772 /* save a copy of func/data before unlocking the channel */
3773 ast_timing_func_t func = ast_channel_timingfunc(chan);
3774 void *data = ast_channel_timingdata(chan);
3776 if (data && ast_test_flag(ast_channel_flags(chan), AST_FLAG_TIMINGDATA_IS_AO2_OBJ)) {
3780 ast_channel_fdno_set(chan, -1);
3781 ast_channel_unlock(chan);
3787 ast_timer_set_rate(ast_channel_timer(chan), 0);
3788 ast_channel_fdno_set(chan, -1);
3789 ast_channel_unlock(chan);
3792 /* cannot 'goto done' because the channel is already unlocked */
3793 return &ast_null_frame;
3795 case AST_TIMING_EVENT_CONTINUOUS:
3796 if (AST_LIST_EMPTY(ast_channel_readq(chan)) ||
3797 !AST_LIST_NEXT(AST_LIST_FIRST(ast_channel_readq(chan)), frame_list)) {
3798 ast_timer_disable_continuous(ast_channel_timer(chan));
3803 } else if (ast_channel_fd_isset(chan, AST_GENERATOR_FD) && ast_channel_fdno(chan) == AST_GENERATOR_FD) {
3804 /* if the AST_GENERATOR_FD is set, call the generator with args
3805 * set to -1 so it can do whatever it needs to.
3807 void *tmp = ast_channel_generatordata(chan);
3808 ast_channel_generatordata_set(chan, NULL); /* reset to let ast_write get through */
3809 ast_channel_generator(chan)->generate(chan, tmp, -1, -1);
3810 ast_channel_generatordata_set(chan, tmp);
3811 f = &ast_null_frame;
3812 ast_channel_fdno_set(chan, -1);
3814 } else if (ast_channel_fd_isset(chan, AST_JITTERBUFFER_FD) && ast_channel_fdno(chan) == AST_JITTERBUFFER_FD) {
3815 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3818 /* Read and ignore anything on the alertpipe, but read only
3819 one sizeof(blah) per frame that we send from it */
3820 if (ast_channel_internal_alert_read(chan) == AST_ALERT_READ_FATAL) {
3821 f = &ast_null_frame;
3825 /* Check for pending read queue */
3826 if (!AST_LIST_EMPTY(ast_channel_readq(chan))) {
3827 int skip_dtmf = should_skip_dtmf(chan);
3829 AST_LIST_TRAVERSE_SAFE_BEGIN(ast_channel_readq(chan), f, frame_list) {
3830 /* We have to be picky about which frame we pull off of the readq because
3831 * there are cases where we want to leave DTMF frames on the queue until
3832 * some later time. */
3834 if ( (f->frametype == AST_FRAME_DTMF_BEGIN || f->frametype == AST_FRAME_DTMF_END) && skip_dtmf) {
3838 AST_LIST_REMOVE_CURRENT(frame_list);
3841 AST_LIST_TRAVERSE_SAFE_END;
3844 /* There were no acceptable frames on the readq. */
3845 f = &ast_null_frame;
3846 ast_channel_alert_write(chan);
3849 /* Interpret hangup and end-of-Q frames to return NULL */
3850 /* XXX why not the same for frames from the channel ? */
3851 if (f->frametype == AST_FRAME_CONTROL) {
3852 switch (f->subclass.integer) {
3853 case AST_CONTROL_HANGUP:
3854 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_DEV);
3855 cause = f->data.uint32;
3857 case AST_CONTROL_END_OF_Q:
3866 ast_channel_blocker_set(chan, pthread_self());
3867 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION)) {
3868 if (ast_channel_tech(chan)->exception)
3869 f = ast_channel_tech(chan)->exception(chan);
3871 ast_log(LOG_WARNING, "Exception flag set on '%s', but no exception handler\n", ast_channel_name(chan));
3872 f = &ast_null_frame;