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 #include "asterisk/_private.h"
38 #include "asterisk/paths.h" /* use ast_config_AST_SYSTEM_NAME */
40 #include "asterisk/pbx.h"
41 #include "asterisk/frame.h"
42 #include "asterisk/mod_format.h"
43 #include "asterisk/sched.h"
44 #include "asterisk/channel.h"
45 #include "asterisk/musiconhold.h"
46 #include "asterisk/say.h"
47 #include "asterisk/file.h"
48 #include "asterisk/cli.h"
49 #include "asterisk/translate.h"
50 #include "asterisk/manager.h"
51 #include "asterisk/chanvars.h"
52 #include "asterisk/linkedlists.h"
53 #include "asterisk/indications.h"
54 #include "asterisk/causes.h"
55 #include "asterisk/callerid.h"
56 #include "asterisk/utils.h"
57 #include "asterisk/lock.h"
58 #include "asterisk/app.h"
59 #include "asterisk/transcap.h"
60 #include "asterisk/devicestate.h"
61 #include "asterisk/threadstorage.h"
62 #include "asterisk/slinfactory.h"
63 #include "asterisk/audiohook.h"
64 #include "asterisk/framehook.h"
65 #include "asterisk/timing.h"
66 #include "asterisk/autochan.h"
67 #include "asterisk/stringfields.h"
68 #include "asterisk/global_datastores.h"
69 #include "asterisk/channel_internal.h"
70 #include "asterisk/features.h"
71 #include "asterisk/bridge.h"
72 #include "asterisk/test.h"
73 #include "asterisk/stasis_channels.h"
74 #include "asterisk/max_forwards.h"
75 #include "asterisk/stream.h"
80 #if defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED)
83 #endif /* defined(HAVE_PRI) */
84 #endif /* defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED) */
86 /* uncomment if you have problems with 'monitoring' synchronized files */
88 #define MONITOR_CONSTANT_DELAY
89 #define MONITOR_DELAY 150 * 8 /*!< 150 ms of MONITORING DELAY */
94 unsigned long global_fin, global_fout;
96 AST_THREADSTORAGE(state2str_threadbuf);
97 #define STATE2STR_BUFSIZE 32
99 /*! Default amount of time to use when emulating a digit as a begin and end
101 #define AST_DEFAULT_EMULATE_DTMF_DURATION 100
103 #define DEFAULT_AMA_FLAGS AST_AMA_DOCUMENTATION
105 /*! Minimum amount of time between the end of the last digit and the beginning
106 * of a new one - 45ms */
107 #define AST_MIN_DTMF_GAP 45
109 /*! \brief List of channel drivers */
111 const struct ast_channel_tech *tech;
112 AST_LIST_ENTRY(chanlist) list;
115 /*! \brief the list of registered channel types */
116 static AST_RWLIST_HEAD_STATIC(backends, chanlist);
119 #define NUM_CHANNEL_BUCKETS 61
121 #define NUM_CHANNEL_BUCKETS 1567
124 /*! \brief All active channels on the system */
125 static struct ao2_container *channels;
127 /*! \brief map AST_CAUSE's to readable string representations
137 static const struct causes_map causes[] = {
138 { AST_CAUSE_UNALLOCATED, "UNALLOCATED", "Unallocated (unassigned) number" },
139 { AST_CAUSE_NO_ROUTE_TRANSIT_NET, "NO_ROUTE_TRANSIT_NET", "No route to specified transmit network" },
140 { AST_CAUSE_NO_ROUTE_DESTINATION, "NO_ROUTE_DESTINATION", "No route to destination" },
141 { AST_CAUSE_MISDIALLED_TRUNK_PREFIX, "MISDIALLED_TRUNK_PREFIX", "Misdialed trunk prefix" },
142 { AST_CAUSE_CHANNEL_UNACCEPTABLE, "CHANNEL_UNACCEPTABLE", "Channel unacceptable" },
143 { AST_CAUSE_CALL_AWARDED_DELIVERED, "CALL_AWARDED_DELIVERED", "Call awarded and being delivered in an established channel" },
144 { AST_CAUSE_PRE_EMPTED, "PRE_EMPTED", "Pre-empted" },
145 { AST_CAUSE_NUMBER_PORTED_NOT_HERE, "NUMBER_PORTED_NOT_HERE", "Number ported elsewhere" },
146 { AST_CAUSE_NORMAL_CLEARING, "NORMAL_CLEARING", "Normal Clearing" },
147 { AST_CAUSE_USER_BUSY, "USER_BUSY", "User busy" },
148 { AST_CAUSE_NO_USER_RESPONSE, "NO_USER_RESPONSE", "No user responding" },
149 { AST_CAUSE_NO_ANSWER, "NO_ANSWER", "User alerting, no answer" },
150 { AST_CAUSE_SUBSCRIBER_ABSENT, "SUBSCRIBER_ABSENT", "Subscriber absent" },
151 { AST_CAUSE_CALL_REJECTED, "CALL_REJECTED", "Call Rejected" },
152 { AST_CAUSE_NUMBER_CHANGED, "NUMBER_CHANGED", "Number changed" },
153 { AST_CAUSE_REDIRECTED_TO_NEW_DESTINATION, "REDIRECTED_TO_NEW_DESTINATION", "Redirected to new destination" },
154 { AST_CAUSE_ANSWERED_ELSEWHERE, "ANSWERED_ELSEWHERE", "Answered elsewhere" },
155 { AST_CAUSE_DESTINATION_OUT_OF_ORDER, "DESTINATION_OUT_OF_ORDER", "Destination out of order" },
156 { AST_CAUSE_INVALID_NUMBER_FORMAT, "INVALID_NUMBER_FORMAT", "Invalid number format" },
157 { AST_CAUSE_FACILITY_REJECTED, "FACILITY_REJECTED", "Facility rejected" },
158 { AST_CAUSE_RESPONSE_TO_STATUS_ENQUIRY, "RESPONSE_TO_STATUS_ENQUIRY", "Response to STATus ENQuiry" },
159 { AST_CAUSE_NORMAL_UNSPECIFIED, "NORMAL_UNSPECIFIED", "Normal, unspecified" },
160 { AST_CAUSE_NORMAL_CIRCUIT_CONGESTION, "NORMAL_CIRCUIT_CONGESTION", "Circuit/channel congestion" },
161 { AST_CAUSE_NETWORK_OUT_OF_ORDER, "NETWORK_OUT_OF_ORDER", "Network out of order" },
162 { AST_CAUSE_NORMAL_TEMPORARY_FAILURE, "NORMAL_TEMPORARY_FAILURE", "Temporary failure" },
163 { AST_CAUSE_SWITCH_CONGESTION, "SWITCH_CONGESTION", "Switching equipment congestion" },
164 { AST_CAUSE_ACCESS_INFO_DISCARDED, "ACCESS_INFO_DISCARDED", "Access information discarded" },
165 { AST_CAUSE_REQUESTED_CHAN_UNAVAIL, "REQUESTED_CHAN_UNAVAIL", "Requested channel not available" },
166 { AST_CAUSE_FACILITY_NOT_SUBSCRIBED, "FACILITY_NOT_SUBSCRIBED", "Facility not subscribed" },
167 { AST_CAUSE_OUTGOING_CALL_BARRED, "OUTGOING_CALL_BARRED", "Outgoing call barred" },
168 { AST_CAUSE_INCOMING_CALL_BARRED, "INCOMING_CALL_BARRED", "Incoming call barred" },
169 { AST_CAUSE_BEARERCAPABILITY_NOTAUTH, "BEARERCAPABILITY_NOTAUTH", "Bearer capability not authorized" },
170 { AST_CAUSE_BEARERCAPABILITY_NOTAVAIL, "BEARERCAPABILITY_NOTAVAIL", "Bearer capability not available" },
171 { AST_CAUSE_BEARERCAPABILITY_NOTIMPL, "BEARERCAPABILITY_NOTIMPL", "Bearer capability not implemented" },
172 { AST_CAUSE_CHAN_NOT_IMPLEMENTED, "CHAN_NOT_IMPLEMENTED", "Channel not implemented" },
173 { AST_CAUSE_FACILITY_NOT_IMPLEMENTED, "FACILITY_NOT_IMPLEMENTED", "Facility not implemented" },
174 { AST_CAUSE_INVALID_CALL_REFERENCE, "INVALID_CALL_REFERENCE", "Invalid call reference value" },
175 { AST_CAUSE_INCOMPATIBLE_DESTINATION, "INCOMPATIBLE_DESTINATION", "Incompatible destination" },
176 { AST_CAUSE_INVALID_MSG_UNSPECIFIED, "INVALID_MSG_UNSPECIFIED", "Invalid message unspecified" },
177 { AST_CAUSE_MANDATORY_IE_MISSING, "MANDATORY_IE_MISSING", "Mandatory information element is missing" },
178 { AST_CAUSE_MESSAGE_TYPE_NONEXIST, "MESSAGE_TYPE_NONEXIST", "Message type nonexist." },
179 { AST_CAUSE_WRONG_MESSAGE, "WRONG_MESSAGE", "Wrong message" },
180 { AST_CAUSE_IE_NONEXIST, "IE_NONEXIST", "Info. element nonexist or not implemented" },
181 { AST_CAUSE_INVALID_IE_CONTENTS, "INVALID_IE_CONTENTS", "Invalid information element contents" },
182 { AST_CAUSE_WRONG_CALL_STATE, "WRONG_CALL_STATE", "Message not compatible with call state" },
183 { AST_CAUSE_RECOVERY_ON_TIMER_EXPIRE, "RECOVERY_ON_TIMER_EXPIRE", "Recover on timer expiry" },
184 { AST_CAUSE_MANDATORY_IE_LENGTH_ERROR, "MANDATORY_IE_LENGTH_ERROR", "Mandatory IE length error" },
185 { AST_CAUSE_PROTOCOL_ERROR, "PROTOCOL_ERROR", "Protocol error, unspecified" },
186 { AST_CAUSE_INTERWORKING, "INTERWORKING", "Interworking, unspecified" },
189 struct ast_variable *ast_channeltype_list(void)
192 struct ast_variable *var = NULL, *prev = NULL;
194 AST_RWLIST_RDLOCK(&backends);
195 AST_RWLIST_TRAVERSE(&backends, cl, list) {
197 if ((prev->next = ast_variable_new(cl->tech->type, cl->tech->description, "")))
200 var = ast_variable_new(cl->tech->type, cl->tech->description, "");
204 AST_RWLIST_UNLOCK(&backends);
209 #if defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED)
210 static const char *party_number_ton2str(int ton)
212 #if defined(HAVE_PRI)
213 switch ((ton >> 4) & 0x07) {
214 case PRI_TON_INTERNATIONAL:
215 return "International";
216 case PRI_TON_NATIONAL:
218 case PRI_TON_NET_SPECIFIC:
219 return "Network Specific";
220 case PRI_TON_SUBSCRIBER:
222 case PRI_TON_ABBREVIATED:
223 return "Abbreviated";
224 case PRI_TON_RESERVED:
226 case PRI_TON_UNKNOWN:
230 #endif /* defined(HAVE_PRI) */
233 #endif /* defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED) */
235 #if defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED)
236 static const char *party_number_plan2str(int plan)
238 #if defined(HAVE_PRI)
239 switch (plan & 0x0F) {
241 case PRI_NPI_UNKNOWN:
243 case PRI_NPI_E163_E164:
244 return "Public (E.163/E.164)";
246 return "Data (X.121)";
248 return "Telex (F.69)";
249 case PRI_NPI_NATIONAL:
250 return "National Standard";
251 case PRI_NPI_PRIVATE:
253 case PRI_NPI_RESERVED:
256 #endif /* defined(HAVE_PRI) */
259 #endif /* defined(KEEP_TILL_CHANNEL_PARTY_NUMBER_INFO_NEEDED) */
261 /*! \brief Show channel types - CLI command */
262 static char *handle_cli_core_show_channeltypes(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
264 #define FORMAT "%-15.15s %-40.40s %-13.13s %-13.13s %-13.13s %-13.13s\n"
270 e->command = "core show channeltypes";
272 "Usage: core show channeltypes\n"
273 " Lists available channel types registered in your\n"
274 " Asterisk server.\n";
281 return CLI_SHOWUSAGE;
283 ast_cli(a->fd, FORMAT, "Type", "Description", "Devicestate", "Presencestate", "Indications", "Transfer");
284 ast_cli(a->fd, FORMAT, "-------------", "-------------", "-------------", "-------------", "-------------", "-------------");
286 AST_RWLIST_RDLOCK(&backends);
287 AST_RWLIST_TRAVERSE(&backends, cl, list) {
288 ast_cli(a->fd, FORMAT, cl->tech->type, cl->tech->description,
289 (cl->tech->devicestate) ? "yes" : "no",
290 (cl->tech->presencestate) ? "yes" : "no",
291 (cl->tech->indicate) ? "yes" : "no",
292 (cl->tech->transfer) ? "yes" : "no");
295 AST_RWLIST_UNLOCK(&backends);
297 ast_cli(a->fd, "----------\n%d channel drivers registered.\n", count_chan);
304 static char *complete_channeltypes(struct ast_cli_args *a)
314 wordlen = strlen(a->word);
316 AST_RWLIST_RDLOCK(&backends);
317 AST_RWLIST_TRAVERSE(&backends, cl, list) {
318 if (!strncasecmp(a->word, cl->tech->type, wordlen) && ++which > a->n) {
319 ret = ast_strdup(cl->tech->type);
323 AST_RWLIST_UNLOCK(&backends);
328 /*! \brief Show details about a channel driver - CLI command */
329 static char *handle_cli_core_show_channeltype(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
331 struct chanlist *cl = NULL;
332 struct ast_str *codec_buf = ast_str_alloca(AST_FORMAT_CAP_NAMES_LEN);
336 e->command = "core show channeltype";
338 "Usage: core show channeltype <name>\n"
339 " Show details about the specified channel type, <name>.\n";
342 return complete_channeltypes(a);
346 return CLI_SHOWUSAGE;
348 AST_RWLIST_RDLOCK(&backends);
350 AST_RWLIST_TRAVERSE(&backends, cl, list) {
351 if (!strncasecmp(cl->tech->type, a->argv[3], strlen(cl->tech->type)))
357 ast_cli(a->fd, "\n%s is not a registered channel driver.\n", a->argv[3]);
358 AST_RWLIST_UNLOCK(&backends);
363 "-- Info about channel driver: %s --\n"
364 " Device State: %s\n"
365 "Presence State: %s\n"
368 " Capabilities: %s\n"
372 " Image Support: %s\n"
373 " Text Support: %s\n",
375 (cl->tech->devicestate) ? "yes" : "no",
376 (cl->tech->presencestate) ? "yes" : "no",
377 (cl->tech->indicate) ? "yes" : "no",
378 (cl->tech->transfer) ? "yes" : "no",
379 ast_format_cap_get_names(cl->tech->capabilities, &codec_buf),
380 (cl->tech->send_digit_begin) ? "yes" : "no",
381 (cl->tech->send_digit_end) ? "yes" : "no",
382 (cl->tech->send_html) ? "yes" : "no",
383 (cl->tech->send_image) ? "yes" : "no",
384 (cl->tech->send_text) ? "yes" : "no"
388 AST_RWLIST_UNLOCK(&backends);
393 static struct ast_cli_entry cli_channel[] = {
394 AST_CLI_DEFINE(handle_cli_core_show_channeltypes, "List available channel types"),
395 AST_CLI_DEFINE(handle_cli_core_show_channeltype, "Give more details on that channel type")
398 static struct ast_frame *kill_read(struct ast_channel *chan)
400 /* Hangup channel. */
404 static struct ast_frame *kill_exception(struct ast_channel *chan)
406 /* Hangup channel. */
410 static int kill_write(struct ast_channel *chan, struct ast_frame *frame)
412 /* Hangup channel. */
416 static int kill_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
418 /* No problem fixing up the channel. */
422 static int kill_hangup(struct ast_channel *chan)
424 ast_channel_tech_pvt_set(chan, NULL);
429 * \brief Kill the channel channel driver technology descriptor.
432 * The purpose of this channel technology is to encourage the
433 * channel to hangup as quickly as possible.
435 * \note Used by DTMF atxfer and zombie channels.
437 const struct ast_channel_tech ast_kill_tech = {
439 .description = "Kill channel (should not see this)",
441 .exception = kill_exception,
444 .hangup = kill_hangup,
447 /*! \brief Checks to see if a channel is needing hang up */
448 int ast_check_hangup(struct ast_channel *chan)
450 if (ast_channel_softhangup_internal_flag(chan)) /* yes if soft hangup flag set */
452 if (ast_tvzero(*ast_channel_whentohangup(chan))) /* no if no hangup scheduled */
454 if (ast_tvdiff_ms(*ast_channel_whentohangup(chan), ast_tvnow()) > 0) /* no if hangup time has not come yet. */
456 ast_debug(4, "Hangup time has come: %" PRIi64 "\n", ast_tvdiff_ms(*ast_channel_whentohangup(chan), ast_tvnow()));
457 ast_test_suite_event_notify("HANGUP_TIME", "Channel: %s", ast_channel_name(chan));
458 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_TIMEOUT); /* record event */
462 int ast_check_hangup_locked(struct ast_channel *chan)
465 ast_channel_lock(chan);
466 res = ast_check_hangup(chan);
467 ast_channel_unlock(chan);
471 void ast_channel_softhangup_withcause_locked(struct ast_channel *chan, int causecode)
473 ast_channel_lock(chan);
476 ast_debug(1, "Setting hangupcause of channel %s to %d (is %d now)\n",
477 ast_channel_name(chan), causecode, ast_channel_hangupcause(chan));
479 ast_channel_hangupcause_set(chan, causecode);
482 ast_softhangup_nolock(chan, AST_SOFTHANGUP_EXPLICIT);
484 ast_channel_unlock(chan);
487 static int ast_channel_softhangup_cb(void *obj, void *arg, int flags)
489 struct ast_channel *chan = obj;
491 ast_softhangup(chan, AST_SOFTHANGUP_SHUTDOWN);
496 void ast_softhangup_all(void)
498 ao2_callback(channels, OBJ_NODATA | OBJ_MULTIPLE, ast_channel_softhangup_cb, NULL);
501 /*! \brief returns number of active/allocated channels */
502 int ast_active_channels(void)
504 return channels ? ao2_container_count(channels) : 0;
507 int ast_undestroyed_channels(void)
509 return ast_atomic_fetchadd_int(&chancount, 0);
512 /*! \brief Set when to hangup channel */
513 void ast_channel_setwhentohangup_tv(struct ast_channel *chan, struct timeval offset)
515 if (ast_tvzero(offset)) {
516 ast_channel_whentohangup_set(chan, &offset);
518 struct timeval tv = ast_tvadd(offset, ast_tvnow());
519 ast_channel_whentohangup_set(chan, &tv);
521 ast_queue_frame(chan, &ast_null_frame);
525 void ast_channel_setwhentohangup(struct ast_channel *chan, time_t offset)
527 struct timeval when = { offset, };
528 ast_channel_setwhentohangup_tv(chan, when);
531 /*! \brief Compare a offset with when to hangup channel */
532 int ast_channel_cmpwhentohangup_tv(struct ast_channel *chan, struct timeval offset)
534 struct timeval whentohangup;
536 if (ast_tvzero(*ast_channel_whentohangup(chan)))
537 return ast_tvzero(offset) ? 0 : -1;
539 if (ast_tvzero(offset))
542 whentohangup = ast_tvadd(offset, ast_tvnow());
544 return ast_tvdiff_ms(whentohangup, *ast_channel_whentohangup(chan));
547 int ast_channel_cmpwhentohangup(struct ast_channel *chan, time_t offset)
549 struct timeval when = { offset, };
550 return ast_channel_cmpwhentohangup_tv(chan, when);
553 /*! \brief Register a new telephony channel in Asterisk */
554 int ast_channel_register(const struct ast_channel_tech *tech)
556 struct chanlist *chan;
558 AST_RWLIST_WRLOCK(&backends);
560 AST_RWLIST_TRAVERSE(&backends, chan, list) {
561 if (!strcasecmp(tech->type, chan->tech->type)) {
562 ast_log(LOG_WARNING, "Already have a handler for type '%s'\n", tech->type);
563 AST_RWLIST_UNLOCK(&backends);
568 if (!(chan = ast_calloc(1, sizeof(*chan)))) {
569 AST_RWLIST_UNLOCK(&backends);
573 AST_RWLIST_INSERT_HEAD(&backends, chan, list);
575 ast_debug(1, "Registered handler for '%s' (%s)\n", chan->tech->type, chan->tech->description);
577 ast_verb(2, "Registered channel type '%s' (%s)\n", chan->tech->type, chan->tech->description);
579 AST_RWLIST_UNLOCK(&backends);
584 /*! \brief Unregister channel driver */
585 void ast_channel_unregister(const struct ast_channel_tech *tech)
587 struct chanlist *chan;
589 ast_debug(1, "Unregistering channel type '%s'\n", tech->type);
591 AST_RWLIST_WRLOCK(&backends);
593 AST_RWLIST_TRAVERSE_SAFE_BEGIN(&backends, chan, list) {
594 if (chan->tech == tech) {
595 AST_LIST_REMOVE_CURRENT(list);
597 ast_verb(2, "Unregistered channel type '%s'\n", tech->type);
601 AST_LIST_TRAVERSE_SAFE_END;
603 AST_RWLIST_UNLOCK(&backends);
606 /*! \brief Get handle to channel driver based on name */
607 const struct ast_channel_tech *ast_get_channel_tech(const char *name)
609 struct chanlist *chanls;
610 const struct ast_channel_tech *ret = NULL;
612 AST_RWLIST_RDLOCK(&backends);
614 AST_RWLIST_TRAVERSE(&backends, chanls, list) {
615 if (!strcasecmp(name, chanls->tech->type)) {
621 AST_RWLIST_UNLOCK(&backends);
626 /*! \brief Gives the string form of a given hangup cause */
627 const char *ast_cause2str(int cause)
631 for (x = 0; x < ARRAY_LEN(causes); x++) {
632 if (causes[x].cause == cause)
633 return causes[x].desc;
639 /*! \brief Convert a symbolic hangup cause to number */
640 int ast_str2cause(const char *name)
644 for (x = 0; x < ARRAY_LEN(causes); x++)
645 if (!strncasecmp(causes[x].name, name, strlen(causes[x].name)))
646 return causes[x].cause;
651 static struct stasis_message *create_channel_snapshot_message(struct ast_channel *channel)
653 RAII_VAR(struct ast_channel_snapshot *, snapshot, NULL, ao2_cleanup);
655 if (!ast_channel_snapshot_type()) {
659 ast_channel_lock(channel);
660 snapshot = ast_channel_snapshot_create(channel);
661 ast_channel_unlock(channel);
666 return stasis_message_create(ast_channel_snapshot_type(), snapshot);
669 static void publish_cache_clear(struct ast_channel *chan)
671 RAII_VAR(struct stasis_message *, message, NULL, ao2_cleanup);
672 RAII_VAR(struct stasis_message *, clear_msg, NULL, ao2_cleanup);
674 clear_msg = create_channel_snapshot_message(chan);
679 message = stasis_cache_clear_create(clear_msg);
680 stasis_publish(ast_channel_topic(chan), message);
683 /*! \brief Gives the string form of a given channel state.
685 * \note This function is not reentrant.
689 const char *ast_state2str(enum ast_channel_state state)
696 case AST_STATE_RESERVED:
698 case AST_STATE_OFFHOOK:
700 case AST_STATE_DIALING:
704 case AST_STATE_RINGING:
710 case AST_STATE_DIALING_OFFHOOK:
711 return "Dialing Offhook";
712 case AST_STATE_PRERING:
717 if (!(buf = ast_threadstorage_get(&state2str_threadbuf, STATE2STR_BUFSIZE)))
719 snprintf(buf, STATE2STR_BUFSIZE, "Unknown (%u)", state);
724 /*! \brief Gives the string form of a given transfer capability */
725 char *ast_transfercapability2str(int transfercapability)
727 switch (transfercapability) {
728 case AST_TRANS_CAP_SPEECH:
730 case AST_TRANS_CAP_DIGITAL:
732 case AST_TRANS_CAP_RESTRICTED_DIGITAL:
733 return "RESTRICTED_DIGITAL";
734 case AST_TRANS_CAP_3_1K_AUDIO:
736 case AST_TRANS_CAP_DIGITAL_W_TONES:
737 return "DIGITAL_W_TONES";
738 case AST_TRANS_CAP_VIDEO:
745 /*! \brief Channel technology used to extract a channel from a running application. The
746 * channel created with this technology will be immediately hung up - most external
747 * applications won't ever want to see this.
749 static const struct ast_channel_tech surrogate_tech = {
751 .description = "Surrogate channel used to pull channel from an application",
752 .properties = AST_CHAN_TP_INTERNAL,
755 static const struct ast_channel_tech null_tech = {
757 .description = "Null channel (should not see this)",
760 static void ast_channel_destructor(void *obj);
761 static void ast_dummy_channel_destructor(void *obj);
762 static int ast_channel_by_uniqueid_cb(void *obj, void *arg, void *data, int flags);
764 static int does_id_conflict(const char *uniqueid)
766 struct ast_channel *conflict;
769 if (ast_strlen_zero(uniqueid)) {
773 conflict = ast_channel_callback(ast_channel_by_uniqueid_cb, (char *) uniqueid, &length, OBJ_NOLOCK);
775 ast_log(LOG_ERROR, "Channel Unique ID '%s' already in use by channel %s(%p)\n",
776 uniqueid, ast_channel_name(conflict), conflict);
777 ast_channel_unref(conflict);
784 /*! \brief Create a new channel structure */
785 static struct ast_channel * attribute_malloc __attribute__((format(printf, 15, 0)))
786 __ast_channel_alloc_ap(int needqueue, int state, const char *cid_num, const char *cid_name,
787 const char *acctcode, const char *exten, const char *context, const struct ast_assigned_ids *assignedids,
788 const struct ast_channel *requestor, enum ama_flags amaflag, struct ast_endpoint *endpoint,
789 const char *file, int line,
790 const char *function, const char *name_fmt, va_list ap)
792 struct ast_channel *tmp;
793 struct varshead *headp;
794 char *tech = "", *tech2 = NULL;
795 struct ast_format_cap *nativeformats;
796 struct ast_sched_context *schedctx;
797 struct ast_timer *timer;
799 const struct ast_channel_tech *channel_tech;
800 struct ast_stream_topology *topology;
802 /* If shutting down, don't allocate any new channels */
803 if (ast_shutting_down()) {
804 ast_log(LOG_WARNING, "Channel allocation failed: Refusing due to active shutdown\n");
808 tmp = __ast_channel_internal_alloc(ast_channel_destructor, assignedids, requestor,
809 file, line, function);
811 /* Channel structure allocation failure. */
815 ast_channel_stage_snapshot(tmp);
817 if (!(nativeformats = ast_format_cap_alloc(AST_FORMAT_CAP_FLAG_DEFAULT))) {
819 * Aborting the channel creation. We do not need to complete staging
820 * the channel snapshot because the channel has not been finalized or
821 * linked into the channels container yet. Nobody else knows about
822 * this channel nor will anybody ever know about it.
824 return ast_channel_unref(tmp);
826 ast_format_cap_append(nativeformats, ast_format_none, 0);
827 ast_channel_nativeformats_set(tmp, nativeformats);
828 ao2_ref(nativeformats, -1);
830 ast_channel_set_rawwriteformat(tmp, ast_format_none);
831 ast_channel_set_rawreadformat(tmp, ast_format_none);
832 ast_channel_set_writeformat(tmp, ast_format_none);
833 ast_channel_set_readformat(tmp, ast_format_none);
836 * Init file descriptors to unopened state so
837 * the destructor can know not to close them.
839 ast_channel_timingfd_set(tmp, -1);
840 ast_channel_internal_alertpipe_clear(tmp);
841 ast_channel_internal_fd_clear_all(tmp);
843 if (!(schedctx = ast_sched_context_create())) {
844 ast_log(LOG_WARNING, "Channel allocation failed: Unable to create schedule context\n");
845 /* See earlier channel creation abort comment above. */
846 return ast_channel_unref(tmp);
848 ast_channel_sched_set(tmp, schedctx);
850 ast_party_dialed_init(ast_channel_dialed(tmp));
851 ast_party_caller_init(ast_channel_caller(tmp));
852 ast_party_connected_line_init(ast_channel_connected(tmp));
853 ast_party_connected_line_init(ast_channel_connected_indicated(tmp));
854 ast_party_redirecting_init(ast_channel_redirecting(tmp));
857 ast_channel_caller(tmp)->id.name.valid = 1;
858 ast_channel_caller(tmp)->id.name.str = ast_strdup(cid_name);
859 if (!ast_channel_caller(tmp)->id.name.str) {
860 /* See earlier channel creation abort comment above. */
861 return ast_channel_unref(tmp);
865 ast_channel_caller(tmp)->id.number.valid = 1;
866 ast_channel_caller(tmp)->id.number.str = ast_strdup(cid_num);
867 if (!ast_channel_caller(tmp)->id.number.str) {
868 /* See earlier channel creation abort comment above. */
869 return ast_channel_unref(tmp);
873 if ((timer = ast_timer_open())) {
874 ast_channel_timer_set(tmp, timer);
875 if (strcmp(ast_timer_get_name(ast_channel_timer(tmp)), "timerfd")) {
878 ast_channel_timingfd_set(tmp, ast_timer_fd(ast_channel_timer(tmp)));
881 if (needqueue && ast_channel_internal_alertpipe_init(tmp)) {
882 /* See earlier channel creation abort comment above. */
883 return ast_channel_unref(tmp);
886 if (!(topology = ast_stream_topology_alloc())) {
887 return ast_channel_unref(tmp);
889 ast_channel_internal_set_stream_topology(tmp, topology);
891 /* Always watch the alertpipe */
892 ast_channel_set_fd(tmp, AST_ALERT_FD, ast_channel_internal_alert_readfd(tmp));
893 /* And timing pipe */
894 ast_channel_set_fd(tmp, AST_TIMING_FD, ast_channel_timingfd(tmp));
897 ast_channel_state_set(tmp, state);
898 ast_channel_hold_state_set(tmp, AST_CONTROL_UNHOLD);
900 ast_channel_streamid_set(tmp, -1);
901 ast_channel_vstreamid_set(tmp, -1);
903 ast_channel_fin_set(tmp, global_fin);
904 ast_channel_fout_set(tmp, global_fout);
907 ast_channel_creationtime_set(tmp, &now);
909 ast_channel_internal_setup_topics(tmp);
911 if (!ast_strlen_zero(name_fmt)) {
912 char *slash, *slash2;
913 /* Almost every channel is calling this function, and setting the name via the ast_string_field_build() call.
914 * And they all use slightly different formats for their name string.
915 * This means, to set the name here, we have to accept variable args, and call the string_field_build from here.
916 * This means, that the stringfields must have a routine that takes the va_lists directly, and
917 * uses them to build the string, instead of forming the va_lists internally from the vararg ... list.
918 * This new function was written so this can be accomplished.
920 ast_channel_name_build_va(tmp, name_fmt, ap);
921 tech = ast_strdupa(ast_channel_name(tmp));
922 if ((slash = strchr(tech, '/'))) {
923 if ((slash2 = strchr(slash + 1, '/'))) {
931 * Start the string with '-' so it becomes an empty string
934 ast_channel_name_set(tmp, "-**Unknown**");
937 if (amaflag != AST_AMA_NONE) {
938 ast_channel_amaflags_set(tmp, amaflag);
940 ast_channel_amaflags_set(tmp, DEFAULT_AMA_FLAGS);
943 if (!ast_strlen_zero(acctcode)) {
944 ast_channel_accountcode_set(tmp, acctcode);
946 ast_channel_language_set(tmp, ast_defaultlanguage);
948 ast_channel_context_set(tmp, S_OR(context, "default"));
949 ast_channel_exten_set(tmp, S_OR(exten, "s"));
950 ast_channel_priority_set(tmp, 1);
952 headp = ast_channel_varshead(tmp);
953 AST_LIST_HEAD_INIT_NOLOCK(headp);
955 ast_pbx_hangup_handler_init(tmp);
956 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_datastores(tmp));
957 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_autochans(tmp));
959 channel_tech = ast_get_channel_tech(tech);
960 if (!channel_tech && !ast_strlen_zero(tech2)) {
961 channel_tech = ast_get_channel_tech(tech2);
964 ast_channel_tech_set(tmp, channel_tech);
966 ast_channel_tech_set(tmp, &null_tech);
969 /* You might scream "locking inversion" at seeing this but it is actually perfectly fine.
970 * Since the channel was just created nothing can know about it yet or even acquire it.
972 ast_channel_lock(tmp);
976 if (assignedids && (does_id_conflict(assignedids->uniqueid) || does_id_conflict(assignedids->uniqueid2))) {
977 ast_channel_internal_errno_set(AST_CHANNEL_ERROR_ID_EXISTS);
978 ao2_unlock(channels);
979 ast_channel_unlock(tmp);
980 /* See earlier channel creation abort comment above. */
981 return ast_channel_unref(tmp);
984 /* Finalize and link into the channels container. */
985 ast_channel_internal_finalize(tmp);
986 ast_atomic_fetchadd_int(&chancount, +1);
987 ao2_link_flags(channels, tmp, OBJ_NOLOCK);
989 ao2_unlock(channels);
992 ast_endpoint_add_channel(endpoint, tmp);
996 * And now, since the channel structure is built, and has its name, let
997 * the world know of its existance
999 ast_channel_stage_snapshot_done(tmp);
1001 ast_debug(1, "Channel %p '%s' allocated\n", tmp, ast_channel_name(tmp));
1006 struct ast_channel *__ast_channel_alloc(int needqueue, int state, const char *cid_num,
1007 const char *cid_name, const char *acctcode,
1008 const char *exten, const char *context, const struct ast_assigned_ids *assignedids,
1009 const struct ast_channel *requestor, enum ama_flags amaflag,
1010 struct ast_endpoint *endpoint,
1011 const char *file, int line, const char *function,
1012 const char *name_fmt, ...)
1015 struct ast_channel *result;
1017 va_start(ap, name_fmt);
1018 result = __ast_channel_alloc_ap(needqueue, state, cid_num, cid_name, acctcode, exten, context,
1019 assignedids, requestor, amaflag, endpoint, file, line, function, name_fmt, ap);
1025 /* only do the minimum amount of work needed here to make a channel
1026 * structure that can be used to expand channel vars */
1027 struct ast_channel *__ast_dummy_channel_alloc(const char *file, int line, const char *function)
1029 struct ast_channel *tmp;
1030 struct varshead *headp;
1032 tmp = __ast_channel_internal_alloc(ast_dummy_channel_destructor, NULL, NULL,
1033 file, line, function);
1035 /* Dummy channel structure allocation failure. */
1039 ast_pbx_hangup_handler_init(tmp);
1040 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_datastores(tmp));
1043 * Init file descriptors to unopened state just in case
1044 * autoservice is called on the channel or something tries to
1045 * read a frame from it.
1047 ast_channel_timingfd_set(tmp, -1);
1048 ast_channel_internal_alertpipe_clear(tmp);
1049 ast_channel_internal_fd_clear_all(tmp);
1051 ast_channel_hold_state_set(tmp, AST_CONTROL_UNHOLD);
1053 ast_channel_internal_setup_topics(tmp);
1055 headp = ast_channel_varshead(tmp);
1056 AST_LIST_HEAD_INIT_NOLOCK(headp);
1061 static int __ast_queue_frame(struct ast_channel *chan, struct ast_frame *fin, int head, struct ast_frame *after)
1063 struct ast_frame *f;
1064 struct ast_frame *cur;
1065 unsigned int new_frames = 0;
1066 unsigned int new_voice_frames = 0;
1067 unsigned int queued_frames = 0;
1068 unsigned int queued_voice_frames = 0;
1069 AST_LIST_HEAD_NOLOCK(,ast_frame) frames;
1071 ast_channel_lock(chan);
1074 * Check the last frame on the queue if we are queuing the new
1077 cur = AST_LIST_LAST(ast_channel_readq(chan));
1078 if (cur && cur->frametype == AST_FRAME_CONTROL && !head && (!after || after == cur)) {
1079 switch (cur->subclass.integer) {
1080 case AST_CONTROL_END_OF_Q:
1081 if (fin->frametype == AST_FRAME_CONTROL
1082 && fin->subclass.integer == AST_CONTROL_HANGUP) {
1084 * Destroy the end-of-Q marker frame so we can queue the hangup
1085 * frame in its place.
1087 AST_LIST_REMOVE(ast_channel_readq(chan), cur, frame_list);
1091 * This has degenerated to a normal queue append anyway. Since
1092 * we just destroyed the last frame in the queue we must make
1093 * sure that "after" is NULL or bad things will happen.
1099 case AST_CONTROL_HANGUP:
1100 /* Don't queue anything. */
1101 ast_channel_unlock(chan);
1108 /* Build copies of all the new frames and count them */
1109 AST_LIST_HEAD_INIT_NOLOCK(&frames);
1110 for (cur = fin; cur; cur = AST_LIST_NEXT(cur, frame_list)) {
1111 if (!(f = ast_frdup(cur))) {
1112 if (AST_LIST_FIRST(&frames)) {
1113 ast_frfree(AST_LIST_FIRST(&frames));
1115 ast_channel_unlock(chan);
1119 AST_LIST_INSERT_TAIL(&frames, f, frame_list);
1121 if (f->frametype == AST_FRAME_VOICE) {
1126 /* Count how many frames exist on the queue */
1127 AST_LIST_TRAVERSE(ast_channel_readq(chan), cur, frame_list) {
1129 if (cur->frametype == AST_FRAME_VOICE) {
1130 queued_voice_frames++;
1134 if ((queued_frames + new_frames > 128 || queued_voice_frames + new_voice_frames > 96)) {
1136 ast_log(LOG_WARNING, "Exceptionally long %squeue length queuing to %s\n", queued_frames + new_frames > 128 ? "" : "voice ", ast_channel_name(chan));
1137 AST_LIST_TRAVERSE_SAFE_BEGIN(ast_channel_readq(chan), cur, frame_list) {
1138 /* Save the most recent frame */
1139 if (!AST_LIST_NEXT(cur, frame_list)) {
1141 } else if (cur->frametype == AST_FRAME_VOICE || cur->frametype == AST_FRAME_VIDEO || cur->frametype == AST_FRAME_NULL) {
1145 AST_LIST_REMOVE_CURRENT(frame_list);
1148 /* Read from the alert pipe for each flushed frame. */
1149 ast_channel_internal_alert_read(chan);
1152 AST_LIST_TRAVERSE_SAFE_END;
1156 AST_LIST_INSERT_LIST_AFTER(ast_channel_readq(chan), &frames, after, frame_list);
1159 AST_LIST_APPEND_LIST(&frames, ast_channel_readq(chan), frame_list);
1160 AST_LIST_HEAD_INIT_NOLOCK(ast_channel_readq(chan));
1162 AST_LIST_APPEND_LIST(ast_channel_readq(chan), &frames, frame_list);
1165 if (ast_channel_alert_writable(chan)) {
1166 /* Write to the alert pipe for each added frame */
1167 while (new_frames--) {
1168 if (ast_channel_alert_write(chan)) {
1169 ast_log(LOG_WARNING, "Unable to write to alert pipe on %s (qlen = %u): %s!\n",
1170 ast_channel_name(chan), queued_frames, strerror(errno));
1174 } else if (ast_channel_timingfd(chan) > -1) {
1175 ast_timer_enable_continuous(ast_channel_timer(chan));
1176 } else if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING)) {
1177 pthread_kill(ast_channel_blocker(chan), SIGURG);
1180 ast_channel_unlock(chan);
1185 int ast_queue_frame(struct ast_channel *chan, struct ast_frame *fin)
1187 return __ast_queue_frame(chan, fin, 0, NULL);
1190 int ast_queue_frame_head(struct ast_channel *chan, struct ast_frame *fin)
1192 return __ast_queue_frame(chan, fin, 1, NULL);
1195 /*! \brief Queue a hangup frame for channel */
1196 int ast_queue_hangup(struct ast_channel *chan)
1198 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_HANGUP };
1201 /* Yeah, let's not change a lock-critical value without locking */
1202 ast_channel_lock(chan);
1203 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_DEV);
1204 ast_channel_publish_blob(chan, ast_channel_hangup_request_type(), NULL);
1206 res = ast_queue_frame(chan, &f);
1207 ast_channel_unlock(chan);
1211 /*! \brief Queue a hangup frame for channel */
1212 int ast_queue_hangup_with_cause(struct ast_channel *chan, int cause)
1214 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
1215 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_HANGUP };
1219 f.data.uint32 = cause;
1222 /* Yeah, let's not change a lock-critical value without locking */
1223 ast_channel_lock(chan);
1224 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_DEV);
1226 f.data.uint32 = ast_channel_hangupcause(chan);
1228 blob = ast_json_pack("{s: i}",
1230 ast_channel_publish_blob(chan, ast_channel_hangup_request_type(), blob);
1232 res = ast_queue_frame(chan, &f);
1233 ast_channel_unlock(chan);
1237 int ast_queue_hold(struct ast_channel *chan, const char *musicclass)
1239 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_HOLD };
1240 struct ast_json *blob = NULL;
1243 if (!ast_strlen_zero(musicclass)) {
1244 f.data.ptr = (void *) musicclass;
1245 f.datalen = strlen(musicclass) + 1;
1247 blob = ast_json_pack("{s: s}",
1248 "musicclass", musicclass);
1251 ast_channel_publish_cached_blob(chan, ast_channel_hold_type(), blob);
1253 res = ast_queue_frame(chan, &f);
1255 ast_json_unref(blob);
1260 int ast_queue_unhold(struct ast_channel *chan)
1262 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = AST_CONTROL_UNHOLD };
1265 ast_channel_publish_cached_blob(chan, ast_channel_unhold_type(), NULL);
1267 res = ast_queue_frame(chan, &f);
1272 /*! \brief Queue a control frame */
1273 int ast_queue_control(struct ast_channel *chan, enum ast_control_frame_type control)
1275 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = control };
1276 return ast_queue_frame(chan, &f);
1279 /*! \brief Queue a control frame with payload */
1280 int ast_queue_control_data(struct ast_channel *chan, enum ast_control_frame_type control,
1281 const void *data, size_t datalen)
1283 struct ast_frame f = { AST_FRAME_CONTROL, .subclass.integer = control, .data.ptr = (void *) data, .datalen = datalen };
1284 return ast_queue_frame(chan, &f);
1287 /*! \brief Set defer DTMF flag on channel */
1288 int ast_channel_defer_dtmf(struct ast_channel *chan)
1293 ast_channel_lock(chan);
1294 pre = ast_test_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF);
1295 ast_set_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF);
1296 ast_channel_unlock(chan);
1301 /*! \brief Unset defer DTMF flag on channel */
1302 void ast_channel_undefer_dtmf(struct ast_channel *chan)
1305 ast_channel_clear_flag(chan, AST_FLAG_DEFER_DTMF);
1309 struct ast_channel *ast_channel_callback(ao2_callback_data_fn *cb_fn, void *arg,
1310 void *data, int ao2_flags)
1312 return ao2_callback_data(channels, ao2_flags, cb_fn, arg, data);
1315 static int ast_channel_by_name_cb(void *obj, void *arg, void *data, int flags)
1317 struct ast_channel *chan = obj;
1318 const char *name = arg;
1319 size_t name_len = *(size_t *) data;
1320 int ret = CMP_MATCH;
1322 if (ast_strlen_zero(name)) {
1323 ast_log(LOG_ERROR, "BUG! Must supply a channel name or partial name to match!\n");
1327 ast_channel_lock(chan);
1328 if ((!name_len && strcasecmp(ast_channel_name(chan), name))
1329 || (name_len && strncasecmp(ast_channel_name(chan), name, name_len))) {
1330 ret = 0; /* name match failed, keep looking */
1332 ast_channel_unlock(chan);
1337 static int ast_channel_by_exten_cb(void *obj, void *arg, void *data, int flags)
1339 struct ast_channel *chan = obj;
1340 char *context = arg;
1342 int ret = CMP_MATCH;
1344 if (ast_strlen_zero(exten) || ast_strlen_zero(context)) {
1345 ast_log(LOG_ERROR, "BUG! Must have a context and extension to match!\n");
1349 ast_channel_lock(chan);
1350 if (strcasecmp(ast_channel_context(chan), context) && strcasecmp(ast_channel_macrocontext(chan), context)) {
1351 ret = 0; /* Context match failed, continue */
1352 } else if (strcasecmp(ast_channel_exten(chan), exten) && strcasecmp(ast_channel_macroexten(chan), exten)) {
1353 ret = 0; /* Extension match failed, continue */
1355 ast_channel_unlock(chan);
1360 static int ast_channel_by_uniqueid_cb(void *obj, void *arg, void *data, int flags)
1362 struct ast_channel *chan = obj;
1363 char *uniqueid = arg;
1364 size_t id_len = *(size_t *) data;
1365 int ret = CMP_MATCH;
1367 if (ast_strlen_zero(uniqueid)) {
1368 ast_log(LOG_ERROR, "BUG! Must supply a uniqueid or partial uniqueid to match!\n");
1372 ast_channel_lock(chan);
1373 if ((!id_len && strcasecmp(ast_channel_uniqueid(chan), uniqueid))
1374 || (id_len && strncasecmp(ast_channel_uniqueid(chan), uniqueid, id_len))) {
1375 ret = 0; /* uniqueid match failed, keep looking */
1377 ast_channel_unlock(chan);
1382 struct ast_channel_iterator {
1383 /* storage for non-dynamically allocated iterator */
1384 struct ao2_iterator simple_iterator;
1385 /* pointer to the actual iterator (simple_iterator or a dynamically
1386 * allocated iterator)
1388 struct ao2_iterator *active_iterator;
1391 struct ast_channel_iterator *ast_channel_iterator_destroy(struct ast_channel_iterator *i)
1393 ao2_iterator_destroy(i->active_iterator);
1399 struct ast_channel_iterator *ast_channel_iterator_by_exten_new(const char *exten, const char *context)
1401 struct ast_channel_iterator *i;
1402 char *l_exten = (char *) exten;
1403 char *l_context = (char *) context;
1405 if (!(i = ast_calloc(1, sizeof(*i)))) {
1409 i->active_iterator = (void *) ast_channel_callback(ast_channel_by_exten_cb,
1410 l_context, l_exten, OBJ_MULTIPLE);
1411 if (!i->active_iterator) {
1419 struct ast_channel_iterator *ast_channel_iterator_by_name_new(const char *name, size_t name_len)
1421 struct ast_channel_iterator *i;
1422 char *l_name = (char *) name;
1424 if (!(i = ast_calloc(1, sizeof(*i)))) {
1428 i->active_iterator = (void *) ast_channel_callback(ast_channel_by_name_cb,
1430 OBJ_MULTIPLE | (name_len == 0 /* match the whole word, so optimize */ ? OBJ_KEY : 0));
1431 if (!i->active_iterator) {
1439 struct ast_channel_iterator *ast_channel_iterator_all_new(void)
1441 struct ast_channel_iterator *i;
1443 if (!(i = ast_calloc(1, sizeof(*i)))) {
1447 i->simple_iterator = ao2_iterator_init(channels, 0);
1448 i->active_iterator = &i->simple_iterator;
1453 struct ast_channel *ast_channel_iterator_next(struct ast_channel_iterator *i)
1455 return ao2_iterator_next(i->active_iterator);
1458 /* Legacy function, not currently used for lookups, but we need a cmp_fn */
1459 static int ast_channel_cmp_cb(void *obj, void *arg, int flags)
1461 ast_log(LOG_ERROR, "BUG! Should never be called!\n");
1465 struct ast_channel *ast_channel_get_by_name_prefix(const char *name, size_t name_len)
1467 struct ast_channel *chan;
1468 char *l_name = (char *) name;
1470 chan = ast_channel_callback(ast_channel_by_name_cb, l_name, &name_len,
1471 (name_len == 0) /* optimize if it is a complete name match */ ? OBJ_KEY : 0);
1476 if (ast_strlen_zero(l_name)) {
1477 /* We didn't have a name to search for so quit. */
1481 /* Now try a search for uniqueid. */
1482 return ast_channel_callback(ast_channel_by_uniqueid_cb, l_name, &name_len, 0);
1485 struct ast_channel *ast_channel_get_by_name(const char *name)
1487 return ast_channel_get_by_name_prefix(name, 0);
1490 struct ast_channel *ast_channel_get_by_exten(const char *exten, const char *context)
1492 char *l_exten = (char *) exten;
1493 char *l_context = (char *) context;
1495 return ast_channel_callback(ast_channel_by_exten_cb, l_context, l_exten, 0);
1498 int ast_is_deferrable_frame(const struct ast_frame *frame)
1500 /* Do not add a default entry in this switch statement. Each new
1501 * frame type should be addressed directly as to whether it should
1502 * be queued up or not.
1504 switch (frame->frametype) {
1505 case AST_FRAME_BRIDGE_ACTION:
1506 case AST_FRAME_BRIDGE_ACTION_SYNC:
1507 case AST_FRAME_CONTROL:
1508 case AST_FRAME_TEXT:
1509 case AST_FRAME_IMAGE:
1510 case AST_FRAME_HTML:
1513 case AST_FRAME_DTMF_END:
1514 case AST_FRAME_DTMF_BEGIN:
1515 case AST_FRAME_VOICE:
1516 case AST_FRAME_VIDEO:
1517 case AST_FRAME_NULL:
1520 case AST_FRAME_MODEM:
1521 case AST_FRAME_RTCP:
1527 /*! \brief Wait, look for hangups and condition arg */
1528 int ast_safe_sleep_conditional(struct ast_channel *chan, int timeout_ms, int (*cond)(void*), void *data)
1530 struct ast_frame *f;
1531 struct ast_silence_generator *silgen = NULL;
1533 struct timeval start;
1535 AST_LIST_HEAD_NOLOCK(, ast_frame) deferred_frames;
1537 AST_LIST_HEAD_INIT_NOLOCK(&deferred_frames);
1539 /* If no other generator is present, start silencegen while waiting */
1540 if (ast_opt_transmit_silence && !ast_channel_generatordata(chan)) {
1541 silgen = ast_channel_start_silence_generator(chan);
1544 start = ast_tvnow();
1545 while ((ms = ast_remaining_ms(start, timeout_ms))) {
1546 struct ast_frame *dup_f = NULL;
1548 if (cond && ((*cond)(data) == 0)) {
1551 ms = ast_waitfor(chan, ms);
1563 if (!ast_is_deferrable_frame(f)) {
1568 if ((dup_f = ast_frisolate(f))) {
1572 AST_LIST_INSERT_HEAD(&deferred_frames, dup_f, frame_list);
1577 /* stop silgen if present */
1579 ast_channel_stop_silence_generator(chan, silgen);
1582 /* We need to free all the deferred frames, but we only need to
1583 * queue the deferred frames if there was no error and no
1584 * hangup was received
1586 ast_channel_lock(chan);
1587 while ((f = AST_LIST_REMOVE_HEAD(&deferred_frames, frame_list))) {
1589 ast_queue_frame_head(chan, f);
1593 ast_channel_unlock(chan);
1598 /*! \brief Wait, look for hangups */
1599 int ast_safe_sleep(struct ast_channel *chan, int ms)
1601 return ast_safe_sleep_conditional(chan, ms, NULL, NULL);
1604 struct ast_channel *ast_channel_release(struct ast_channel *chan)
1606 /* Safe, even if already unlinked. */
1607 ao2_unlink(channels, chan);
1608 return ast_channel_unref(chan);
1611 void ast_party_name_init(struct ast_party_name *init)
1614 init->char_set = AST_PARTY_CHAR_SET_ISO8859_1;
1615 init->presentation = AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED;
1619 void ast_party_name_copy(struct ast_party_name *dest, const struct ast_party_name *src)
1622 /* Don't copy to self */
1626 ast_free(dest->str);
1627 dest->str = ast_strdup(src->str);
1628 dest->char_set = src->char_set;
1629 dest->presentation = src->presentation;
1630 dest->valid = src->valid;
1633 void ast_party_name_set_init(struct ast_party_name *init, const struct ast_party_name *guide)
1636 init->char_set = guide->char_set;
1637 init->presentation = guide->presentation;
1638 init->valid = guide->valid;
1641 void ast_party_name_set(struct ast_party_name *dest, const struct ast_party_name *src)
1644 /* Don't set to self */
1648 if (src->str && src->str != dest->str) {
1649 ast_free(dest->str);
1650 dest->str = ast_strdup(src->str);
1653 dest->char_set = src->char_set;
1654 dest->presentation = src->presentation;
1655 dest->valid = src->valid;
1658 void ast_party_name_free(struct ast_party_name *doomed)
1660 ast_free(doomed->str);
1664 void ast_party_number_init(struct ast_party_number *init)
1667 init->plan = 0;/* Unknown */
1668 init->presentation = AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED;
1672 void ast_party_number_copy(struct ast_party_number *dest, const struct ast_party_number *src)
1675 /* Don't copy to self */
1679 ast_free(dest->str);
1680 dest->str = ast_strdup(src->str);
1681 dest->plan = src->plan;
1682 dest->presentation = src->presentation;
1683 dest->valid = src->valid;
1686 void ast_party_number_set_init(struct ast_party_number *init, const struct ast_party_number *guide)
1689 init->plan = guide->plan;
1690 init->presentation = guide->presentation;
1691 init->valid = guide->valid;
1694 void ast_party_number_set(struct ast_party_number *dest, const struct ast_party_number *src)
1697 /* Don't set to self */
1701 if (src->str && src->str != dest->str) {
1702 ast_free(dest->str);
1703 dest->str = ast_strdup(src->str);
1706 dest->plan = src->plan;
1707 dest->presentation = src->presentation;
1708 dest->valid = src->valid;
1711 void ast_party_number_free(struct ast_party_number *doomed)
1713 ast_free(doomed->str);
1717 void ast_party_subaddress_init(struct ast_party_subaddress *init)
1721 init->odd_even_indicator = 0;
1725 void ast_party_subaddress_copy(struct ast_party_subaddress *dest, const struct ast_party_subaddress *src)
1728 /* Don't copy to self */
1732 ast_free(dest->str);
1733 dest->str = ast_strdup(src->str);
1734 dest->type = src->type;
1735 dest->odd_even_indicator = src->odd_even_indicator;
1736 dest->valid = src->valid;
1739 void ast_party_subaddress_set_init(struct ast_party_subaddress *init, const struct ast_party_subaddress *guide)
1742 init->type = guide->type;
1743 init->odd_even_indicator = guide->odd_even_indicator;
1744 init->valid = guide->valid;
1747 void ast_party_subaddress_set(struct ast_party_subaddress *dest, const struct ast_party_subaddress *src)
1750 /* Don't set to self */
1754 if (src->str && src->str != dest->str) {
1755 ast_free(dest->str);
1756 dest->str = ast_strdup(src->str);
1759 dest->type = src->type;
1760 dest->odd_even_indicator = src->odd_even_indicator;
1761 dest->valid = src->valid;
1764 void ast_party_subaddress_free(struct ast_party_subaddress *doomed)
1766 ast_free(doomed->str);
1770 void ast_set_party_id_all(struct ast_set_party_id *update_id)
1772 update_id->name = 1;
1773 update_id->number = 1;
1774 update_id->subaddress = 1;
1777 void ast_party_id_init(struct ast_party_id *init)
1779 ast_party_name_init(&init->name);
1780 ast_party_number_init(&init->number);
1781 ast_party_subaddress_init(&init->subaddress);
1785 void ast_party_id_copy(struct ast_party_id *dest, const struct ast_party_id *src)
1788 /* Don't copy to self */
1792 ast_party_name_copy(&dest->name, &src->name);
1793 ast_party_number_copy(&dest->number, &src->number);
1794 ast_party_subaddress_copy(&dest->subaddress, &src->subaddress);
1796 ast_free(dest->tag);
1797 dest->tag = ast_strdup(src->tag);
1800 void ast_party_id_set_init(struct ast_party_id *init, const struct ast_party_id *guide)
1802 ast_party_name_set_init(&init->name, &guide->name);
1803 ast_party_number_set_init(&init->number, &guide->number);
1804 ast_party_subaddress_set_init(&init->subaddress, &guide->subaddress);
1808 void ast_party_id_set(struct ast_party_id *dest, const struct ast_party_id *src, const struct ast_set_party_id *update)
1811 /* Don't set to self */
1815 if (!update || update->name) {
1816 ast_party_name_set(&dest->name, &src->name);
1818 if (!update || update->number) {
1819 ast_party_number_set(&dest->number, &src->number);
1821 if (!update || update->subaddress) {
1822 ast_party_subaddress_set(&dest->subaddress, &src->subaddress);
1825 if (src->tag && src->tag != dest->tag) {
1826 ast_free(dest->tag);
1827 dest->tag = ast_strdup(src->tag);
1831 void ast_party_id_free(struct ast_party_id *doomed)
1833 ast_party_name_free(&doomed->name);
1834 ast_party_number_free(&doomed->number);
1835 ast_party_subaddress_free(&doomed->subaddress);
1837 ast_free(doomed->tag);
1841 int ast_party_id_presentation(const struct ast_party_id *id)
1843 int number_priority;
1845 int number_screening;
1849 /* Determine name presentation priority. */
1850 if (!id->name.valid) {
1851 name_value = AST_PRES_UNAVAILABLE;
1854 name_value = id->name.presentation & AST_PRES_RESTRICTION;
1855 switch (name_value) {
1856 case AST_PRES_RESTRICTED:
1859 case AST_PRES_ALLOWED:
1862 case AST_PRES_UNAVAILABLE:
1866 name_value = AST_PRES_UNAVAILABLE;
1872 /* Determine number presentation priority. */
1873 if (!id->number.valid) {
1874 number_screening = AST_PRES_USER_NUMBER_UNSCREENED;
1875 number_value = AST_PRES_UNAVAILABLE;
1876 number_priority = 3;
1878 number_screening = id->number.presentation & AST_PRES_NUMBER_TYPE;
1879 number_value = id->number.presentation & AST_PRES_RESTRICTION;
1880 switch (number_value) {
1881 case AST_PRES_RESTRICTED:
1882 number_priority = 0;
1884 case AST_PRES_ALLOWED:
1885 number_priority = 1;
1887 case AST_PRES_UNAVAILABLE:
1888 number_priority = 2;
1891 number_screening = AST_PRES_USER_NUMBER_UNSCREENED;
1892 number_value = AST_PRES_UNAVAILABLE;
1893 number_priority = 3;
1898 /* Select the wining presentation value. */
1899 if (name_priority < number_priority) {
1900 number_value = name_value;
1902 if (number_value == AST_PRES_UNAVAILABLE) {
1903 return AST_PRES_NUMBER_NOT_AVAILABLE;
1906 return number_value | number_screening;
1909 void ast_party_id_invalidate(struct ast_party_id *id)
1912 id->number.valid = 0;
1913 id->subaddress.valid = 0;
1916 void ast_party_id_reset(struct ast_party_id *id)
1918 ast_party_id_free(id);
1919 ast_party_id_init(id);
1922 struct ast_party_id ast_party_id_merge(struct ast_party_id *base, struct ast_party_id *overlay)
1924 struct ast_party_id merged;
1927 if (overlay->name.valid) {
1928 merged.name = overlay->name;
1930 if (overlay->number.valid) {
1931 merged.number = overlay->number;
1933 if (overlay->subaddress.valid) {
1934 merged.subaddress = overlay->subaddress;
1936 /* Note the actual structure is returned and not a pointer to it! */
1940 void ast_party_id_merge_copy(struct ast_party_id *dest, struct ast_party_id *base, struct ast_party_id *overlay)
1942 struct ast_party_id merged;
1944 merged = ast_party_id_merge(base, overlay);
1945 ast_party_id_copy(dest, &merged);
1948 void ast_party_dialed_init(struct ast_party_dialed *init)
1950 init->number.str = NULL;
1951 init->number.plan = 0;/* Unknown */
1952 ast_party_subaddress_init(&init->subaddress);
1953 init->transit_network_select = 0;
1956 void ast_party_dialed_copy(struct ast_party_dialed *dest, const struct ast_party_dialed *src)
1959 /* Don't copy to self */
1963 ast_free(dest->number.str);
1964 dest->number.str = ast_strdup(src->number.str);
1965 dest->number.plan = src->number.plan;
1966 ast_party_subaddress_copy(&dest->subaddress, &src->subaddress);
1967 dest->transit_network_select = src->transit_network_select;
1970 void ast_party_dialed_set_init(struct ast_party_dialed *init, const struct ast_party_dialed *guide)
1972 init->number.str = NULL;
1973 init->number.plan = guide->number.plan;
1974 ast_party_subaddress_set_init(&init->subaddress, &guide->subaddress);
1975 init->transit_network_select = guide->transit_network_select;
1978 void ast_party_dialed_set(struct ast_party_dialed *dest, const struct ast_party_dialed *src)
1980 if (src->number.str && src->number.str != dest->number.str) {
1981 ast_free(dest->number.str);
1982 dest->number.str = ast_strdup(src->number.str);
1984 dest->number.plan = src->number.plan;
1986 ast_party_subaddress_set(&dest->subaddress, &src->subaddress);
1988 dest->transit_network_select = src->transit_network_select;
1991 void ast_party_dialed_free(struct ast_party_dialed *doomed)
1993 ast_free(doomed->number.str);
1994 doomed->number.str = NULL;
1995 ast_party_subaddress_free(&doomed->subaddress);
1998 void ast_party_caller_init(struct ast_party_caller *init)
2000 ast_party_id_init(&init->id);
2001 ast_party_id_init(&init->ani);
2002 ast_party_id_init(&init->priv);
2006 void ast_party_caller_copy(struct ast_party_caller *dest, const struct ast_party_caller *src)
2009 /* Don't copy to self */
2013 ast_party_id_copy(&dest->id, &src->id);
2014 ast_party_id_copy(&dest->ani, &src->ani);
2015 ast_party_id_copy(&dest->priv, &src->priv);
2016 dest->ani2 = src->ani2;
2019 void ast_party_caller_set_init(struct ast_party_caller *init, const struct ast_party_caller *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;
2027 void ast_party_caller_set(struct ast_party_caller *dest, const struct ast_party_caller *src, const struct ast_set_party_caller *update)
2029 ast_party_id_set(&dest->id, &src->id, update ? &update->id : NULL);
2030 ast_party_id_set(&dest->ani, &src->ani, update ? &update->ani : NULL);
2031 ast_party_id_set(&dest->priv, &src->priv, update ? &update->priv : NULL);
2032 dest->ani2 = src->ani2;
2035 void ast_party_caller_free(struct ast_party_caller *doomed)
2037 ast_party_id_free(&doomed->id);
2038 ast_party_id_free(&doomed->ani);
2039 ast_party_id_free(&doomed->priv);
2042 void ast_party_connected_line_init(struct ast_party_connected_line *init)
2044 ast_party_id_init(&init->id);
2045 ast_party_id_init(&init->ani);
2046 ast_party_id_init(&init->priv);
2048 init->source = AST_CONNECTED_LINE_UPDATE_SOURCE_UNKNOWN;
2051 void ast_party_connected_line_copy(struct ast_party_connected_line *dest, const struct ast_party_connected_line *src)
2054 /* Don't copy to self */
2058 ast_party_id_copy(&dest->id, &src->id);
2059 ast_party_id_copy(&dest->ani, &src->ani);
2060 ast_party_id_copy(&dest->priv, &src->priv);
2061 dest->ani2 = src->ani2;
2062 dest->source = src->source;
2065 void ast_party_connected_line_set_init(struct ast_party_connected_line *init, const struct ast_party_connected_line *guide)
2067 ast_party_id_set_init(&init->id, &guide->id);
2068 ast_party_id_set_init(&init->ani, &guide->ani);
2069 ast_party_id_set_init(&init->priv, &guide->priv);
2070 init->ani2 = guide->ani2;
2071 init->source = guide->source;
2074 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)
2076 ast_party_id_set(&dest->id, &src->id, update ? &update->id : NULL);
2077 ast_party_id_set(&dest->ani, &src->ani, update ? &update->ani : NULL);
2078 ast_party_id_set(&dest->priv, &src->priv, update ? &update->priv : NULL);
2079 dest->ani2 = src->ani2;
2080 dest->source = src->source;
2083 void ast_party_connected_line_collect_caller(struct ast_party_connected_line *connected, struct ast_party_caller *caller)
2085 connected->id = caller->id;
2086 connected->ani = caller->ani;
2087 connected->priv = caller->priv;
2088 connected->ani2 = caller->ani2;
2089 connected->source = AST_CONNECTED_LINE_UPDATE_SOURCE_UNKNOWN;
2092 void ast_party_connected_line_free(struct ast_party_connected_line *doomed)
2094 ast_party_id_free(&doomed->id);
2095 ast_party_id_free(&doomed->ani);
2096 ast_party_id_free(&doomed->priv);
2099 void ast_party_redirecting_reason_init(struct ast_party_redirecting_reason *init)
2102 init->code = AST_REDIRECTING_REASON_UNKNOWN;
2105 void ast_party_redirecting_reason_copy(struct ast_party_redirecting_reason *dest, const struct ast_party_redirecting_reason *src)
2111 ast_free(dest->str);
2112 dest->str = ast_strdup(src->str);
2113 dest->code = src->code;
2116 void ast_party_redirecting_reason_set_init(struct ast_party_redirecting_reason *init, const struct ast_party_redirecting_reason *guide)
2119 init->code = guide->code;
2122 void ast_party_redirecting_reason_set(struct ast_party_redirecting_reason *dest, const struct ast_party_redirecting_reason *src)
2128 if (src->str && src->str != dest->str) {
2129 ast_free(dest->str);
2130 dest->str = ast_strdup(src->str);
2133 dest->code = src->code;
2136 void ast_party_redirecting_reason_free(struct ast_party_redirecting_reason *doomed)
2138 ast_free(doomed->str);
2142 void ast_party_redirecting_init(struct ast_party_redirecting *init)
2144 ast_party_id_init(&init->orig);
2145 ast_party_id_init(&init->from);
2146 ast_party_id_init(&init->to);
2147 ast_party_id_init(&init->priv_orig);
2148 ast_party_id_init(&init->priv_from);
2149 ast_party_id_init(&init->priv_to);
2150 ast_party_redirecting_reason_init(&init->reason);
2151 ast_party_redirecting_reason_init(&init->orig_reason);
2155 void ast_party_redirecting_copy(struct ast_party_redirecting *dest, const struct ast_party_redirecting *src)
2158 /* Don't copy to self */
2162 ast_party_id_copy(&dest->orig, &src->orig);
2163 ast_party_id_copy(&dest->from, &src->from);
2164 ast_party_id_copy(&dest->to, &src->to);
2165 ast_party_id_copy(&dest->priv_orig, &src->priv_orig);
2166 ast_party_id_copy(&dest->priv_from, &src->priv_from);
2167 ast_party_id_copy(&dest->priv_to, &src->priv_to);
2168 ast_party_redirecting_reason_copy(&dest->reason, &src->reason);
2169 ast_party_redirecting_reason_copy(&dest->orig_reason, &src->orig_reason);
2170 dest->count = src->count;
2173 void ast_party_redirecting_set_init(struct ast_party_redirecting *init, const struct ast_party_redirecting *guide)
2175 ast_party_id_set_init(&init->orig, &guide->orig);
2176 ast_party_id_set_init(&init->from, &guide->from);
2177 ast_party_id_set_init(&init->to, &guide->to);
2178 ast_party_id_set_init(&init->priv_orig, &guide->priv_orig);
2179 ast_party_id_set_init(&init->priv_from, &guide->priv_from);
2180 ast_party_id_set_init(&init->priv_to, &guide->priv_to);
2181 ast_party_redirecting_reason_set_init(&init->reason, &guide->reason);
2182 ast_party_redirecting_reason_set_init(&init->orig_reason, &guide->orig_reason);
2183 init->count = guide->count;
2186 void ast_party_redirecting_set(struct ast_party_redirecting *dest, const struct ast_party_redirecting *src, const struct ast_set_party_redirecting *update)
2188 ast_party_id_set(&dest->orig, &src->orig, update ? &update->orig : NULL);
2189 ast_party_id_set(&dest->from, &src->from, update ? &update->from : NULL);
2190 ast_party_id_set(&dest->to, &src->to, update ? &update->to : NULL);
2191 ast_party_id_set(&dest->priv_orig, &src->priv_orig, update ? &update->priv_orig : NULL);
2192 ast_party_id_set(&dest->priv_from, &src->priv_from, update ? &update->priv_from : NULL);
2193 ast_party_id_set(&dest->priv_to, &src->priv_to, update ? &update->priv_to : NULL);
2194 ast_party_redirecting_reason_set(&dest->reason, &src->reason);
2195 ast_party_redirecting_reason_set(&dest->orig_reason, &src->orig_reason);
2196 dest->count = src->count;
2199 void ast_party_redirecting_free(struct ast_party_redirecting *doomed)
2201 ast_party_id_free(&doomed->orig);
2202 ast_party_id_free(&doomed->from);
2203 ast_party_id_free(&doomed->to);
2204 ast_party_id_free(&doomed->priv_orig);
2205 ast_party_id_free(&doomed->priv_from);
2206 ast_party_id_free(&doomed->priv_to);
2207 ast_party_redirecting_reason_free(&doomed->reason);
2208 ast_party_redirecting_reason_free(&doomed->orig_reason);
2211 /*! \brief Free a channel structure */
2212 static void ast_channel_destructor(void *obj)
2214 struct ast_channel *chan = obj;
2215 struct ast_var_t *vardata;
2216 struct ast_frame *f;
2217 struct varshead *headp;
2218 struct ast_datastore *datastore;
2219 char device_name[AST_CHANNEL_NAME];
2222 ast_debug(1, "Channel %p '%s' destroying\n", chan, ast_channel_name(chan));
2224 /* Stop monitoring */
2225 if (ast_channel_monitor(chan)) {
2226 ast_channel_monitor(chan)->stop(chan, 0);
2229 /* If there is native format music-on-hold state, free it */
2230 if (ast_channel_music_state(chan)) {
2231 ast_moh_cleanup(chan);
2234 ast_pbx_hangup_handler_destroy(chan);
2236 /* Things that may possibly raise Stasis messages shouldn't occur after this point */
2237 ast_set_flag(ast_channel_flags(chan), AST_FLAG_DEAD);
2239 if (ast_channel_internal_is_finalized(chan)) {
2240 /* A channel snapshot should not be in the process of being staged now. */
2241 ast_assert(!ast_test_flag(ast_channel_flags(chan), AST_FLAG_SNAPSHOT_STAGE));
2243 ast_channel_lock(chan);
2244 ast_channel_publish_snapshot(chan);
2245 ast_channel_unlock(chan);
2246 publish_cache_clear(chan);
2249 ast_channel_lock(chan);
2251 /* Get rid of each of the data stores on the channel */
2252 while ((datastore = AST_LIST_REMOVE_HEAD(ast_channel_datastores(chan), entry)))
2253 /* Free the data store */
2254 ast_datastore_free(datastore);
2256 /* While the channel is locked, take the reference to its callid while we tear down the call. */
2257 callid = ast_channel_callid(chan);
2258 ast_channel_callid_cleanup(chan);
2260 ast_channel_unlock(chan);
2262 /* Lock and unlock the channel just to be sure nobody has it locked still
2263 due to a reference that was stored in a datastore. (i.e. app_chanspy) */
2264 ast_channel_lock(chan);
2265 ast_channel_unlock(chan);
2267 if (ast_channel_tech_pvt(chan)) {
2268 ast_log_callid(LOG_WARNING, callid, "Channel '%s' may not have been hung up properly\n", ast_channel_name(chan));
2269 ast_free(ast_channel_tech_pvt(chan));
2272 if (ast_channel_sched(chan)) {
2273 ast_sched_context_destroy(ast_channel_sched(chan));
2276 if (ast_channel_internal_is_finalized(chan)) {
2279 ast_copy_string(device_name, ast_channel_name(chan), sizeof(device_name));
2280 if ((dashptr = strrchr(device_name, '-'))) {
2284 device_name[0] = '\0';
2287 /* Free translators */
2288 if (ast_channel_readtrans(chan))
2289 ast_translator_free_path(ast_channel_readtrans(chan));
2290 if (ast_channel_writetrans(chan))
2291 ast_translator_free_path(ast_channel_writetrans(chan));
2292 if (ast_channel_pbx(chan))
2293 ast_log_callid(LOG_WARNING, callid, "PBX may not have been terminated properly on '%s'\n", ast_channel_name(chan));
2296 ast_channel_set_oldwriteformat(chan, NULL);
2297 ast_channel_set_rawreadformat(chan, NULL);
2298 ast_channel_set_rawwriteformat(chan, NULL);
2299 ast_channel_set_readformat(chan, NULL);
2300 ast_channel_set_writeformat(chan, NULL);
2302 ast_party_dialed_free(ast_channel_dialed(chan));
2303 ast_party_caller_free(ast_channel_caller(chan));
2304 ast_party_connected_line_free(ast_channel_connected(chan));
2305 ast_party_connected_line_free(ast_channel_connected_indicated(chan));
2306 ast_party_redirecting_free(ast_channel_redirecting(chan));
2308 /* Close pipes if appropriate */
2309 ast_channel_internal_alertpipe_close(chan);
2310 if (ast_channel_timer(chan)) {
2311 ast_timer_close(ast_channel_timer(chan));
2312 ast_channel_timer_set(chan, NULL);
2314 while ((f = AST_LIST_REMOVE_HEAD(ast_channel_readq(chan), frame_list)))
2317 /* loop over the variables list, freeing all data and deleting list items */
2318 /* no need to lock the list, as the channel is already locked */
2319 headp = ast_channel_varshead(chan);
2320 while ((vardata = AST_LIST_REMOVE_HEAD(headp, entries)))
2321 ast_var_delete(vardata);
2323 ast_app_group_discard(chan);
2325 /* Destroy the jitterbuffer */
2326 ast_jb_destroy(chan);
2328 if (ast_channel_cdr(chan)) {
2329 ast_cdr_free(ast_channel_cdr(chan));
2330 ast_channel_cdr_set(chan, NULL);
2333 if (ast_channel_zone(chan)) {
2334 ast_channel_zone_set(chan, ast_tone_zone_unref(ast_channel_zone(chan)));
2337 ast_channel_internal_cleanup(chan);
2339 if (device_name[0]) {
2341 * We have a device name to notify of a new state.
2343 * Queue an unknown state, because, while we know that this particular
2344 * instance is dead, we don't know the state of all other possible
2347 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);
2350 ast_channel_nativeformats_set(chan, NULL);
2352 ast_channel_named_callgroups_set(chan, NULL);
2353 ast_channel_named_pickupgroups_set(chan, NULL);
2355 ast_atomic_fetchadd_int(&chancount, -1);
2358 /*! \brief Free a dummy channel structure */
2359 static void ast_dummy_channel_destructor(void *obj)
2361 struct ast_channel *chan = obj;
2362 struct ast_datastore *datastore;
2363 struct ast_var_t *vardata;
2364 struct varshead *headp;
2366 ast_pbx_hangup_handler_destroy(chan);
2368 /* Get rid of each of the data stores on the channel */
2369 while ((datastore = AST_LIST_REMOVE_HEAD(ast_channel_datastores(chan), entry))) {
2370 /* Free the data store */
2371 ast_datastore_free(datastore);
2374 ast_party_dialed_free(ast_channel_dialed(chan));
2375 ast_party_caller_free(ast_channel_caller(chan));
2376 ast_party_connected_line_free(ast_channel_connected(chan));
2377 ast_party_connected_line_free(ast_channel_connected_indicated(chan));
2378 ast_party_redirecting_free(ast_channel_redirecting(chan));
2380 /* loop over the variables list, freeing all data and deleting list items */
2381 /* no need to lock the list, as the channel is already locked */
2382 headp = ast_channel_varshead(chan);
2383 while ((vardata = AST_LIST_REMOVE_HEAD(headp, entries)))
2384 ast_var_delete(vardata);
2386 if (ast_channel_cdr(chan)) {
2387 ast_cdr_free(ast_channel_cdr(chan));
2388 ast_channel_cdr_set(chan, NULL);
2391 ast_channel_internal_cleanup(chan);
2394 struct ast_datastore *ast_channel_datastore_alloc(const struct ast_datastore_info *info, const char *uid)
2396 return ast_datastore_alloc(info, uid);
2399 int ast_channel_datastore_free(struct ast_datastore *datastore)
2401 return ast_datastore_free(datastore);
2404 int ast_channel_datastore_inherit(struct ast_channel *from, struct ast_channel *to)
2406 struct ast_datastore *datastore = NULL, *datastore2;
2408 AST_LIST_TRAVERSE(ast_channel_datastores(from), datastore, entry) {
2409 if (datastore->inheritance > 0) {
2410 datastore2 = ast_datastore_alloc(datastore->info, datastore->uid);
2412 datastore2->data = datastore->info->duplicate ? datastore->info->duplicate(datastore->data) : NULL;
2413 datastore2->inheritance = datastore->inheritance == DATASTORE_INHERIT_FOREVER ? DATASTORE_INHERIT_FOREVER : datastore->inheritance - 1;
2414 AST_LIST_INSERT_TAIL(ast_channel_datastores(to), datastore2, entry);
2421 int ast_channel_datastore_add(struct ast_channel *chan, struct ast_datastore *datastore)
2425 AST_LIST_INSERT_HEAD(ast_channel_datastores(chan), datastore, entry);
2430 int ast_channel_datastore_remove(struct ast_channel *chan, struct ast_datastore *datastore)
2432 return AST_LIST_REMOVE(ast_channel_datastores(chan), datastore, entry) ? 0 : -1;
2435 struct ast_datastore *ast_channel_datastore_find(struct ast_channel *chan, const struct ast_datastore_info *info, const char *uid)
2437 struct ast_datastore *datastore = NULL;
2442 AST_LIST_TRAVERSE(ast_channel_datastores(chan), datastore, entry) {
2443 if (datastore->info != info) {
2448 /* matched by type only */
2452 if ((datastore->uid != NULL) && !strcasecmp(uid, datastore->uid)) {
2453 /* Matched by type AND uid */
2461 /*! Set the file descriptor on the channel */
2462 void ast_channel_set_fd(struct ast_channel *chan, int which, int fd)
2464 ast_channel_internal_fd_set(chan, which, fd);
2468 void ast_channel_clear_softhangup(struct ast_channel *chan, int flag)
2470 ast_channel_lock(chan);
2472 ast_channel_softhangup_internal_flag_clear(chan, flag);
2474 if (!ast_channel_softhangup_internal_flag(chan)) {
2475 struct ast_frame *fr;
2477 /* If we have completely cleared the softhangup flag,
2478 * then we need to fully abort the hangup process. This requires
2479 * pulling the END_OF_Q frame out of the channel frame queue if it
2480 * still happens to be there. */
2482 fr = AST_LIST_LAST(ast_channel_readq(chan));
2483 if (fr && fr->frametype == AST_FRAME_CONTROL &&
2484 fr->subclass.integer == AST_CONTROL_END_OF_Q) {
2485 AST_LIST_REMOVE(ast_channel_readq(chan), fr, frame_list);
2490 ast_channel_unlock(chan);
2493 /*! \brief Softly hangup a channel, don't lock */
2494 int ast_softhangup_nolock(struct ast_channel *chan, int cause)
2496 ast_debug(1, "Soft-Hanging (%#04x) up channel '%s'\n", (unsigned)cause, ast_channel_name(chan));
2497 /* Inform channel driver that we need to be hung up, if it cares */
2498 ast_channel_softhangup_internal_flag_add(chan, cause);
2499 ast_queue_frame(chan, &ast_null_frame);
2500 /* Interrupt any poll call or such */
2501 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING))
2502 pthread_kill(ast_channel_blocker(chan), SIGURG);
2506 /*! \brief Softly hangup a channel, lock */
2507 int ast_softhangup(struct ast_channel *chan, int cause)
2509 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
2512 ast_channel_lock(chan);
2513 res = ast_softhangup_nolock(chan, cause);
2514 blob = ast_json_pack("{s: i, s: b}",
2517 ast_channel_publish_blob(chan, ast_channel_hangup_request_type(), blob);
2518 ast_channel_unlock(chan);
2523 static void free_translation(struct ast_channel *clonechan)
2525 if (ast_channel_writetrans(clonechan)) {
2526 ast_translator_free_path(ast_channel_writetrans(clonechan));
2528 if (ast_channel_readtrans(clonechan)) {
2529 ast_translator_free_path(ast_channel_readtrans(clonechan));
2531 ast_channel_writetrans_set(clonechan, NULL);
2532 ast_channel_readtrans_set(clonechan, NULL);
2535 void ast_set_hangupsource(struct ast_channel *chan, const char *source, int force)
2537 RAII_VAR(struct ast_channel *, bridge, ast_channel_bridge_peer(chan), ast_channel_cleanup);
2539 ast_channel_lock(chan);
2540 if (force || ast_strlen_zero(ast_channel_hangupsource(chan))) {
2541 ast_channel_hangupsource_set(chan, source);
2543 ast_channel_unlock(chan);
2546 ast_channel_lock(bridge);
2547 if (force || ast_strlen_zero(ast_channel_hangupsource(bridge))) {
2548 ast_channel_hangupsource_set(bridge, source);
2550 ast_channel_unlock(bridge);
2554 int ast_channel_has_audio_frame_or_monitor(struct ast_channel *chan)
2556 return ast_channel_monitor(chan)
2557 || !ast_audiohook_write_list_empty(ast_channel_audiohooks(chan))
2558 || !ast_framehook_list_contains_no_active(ast_channel_framehooks(chan));
2561 int ast_channel_has_hook_requiring_audio(struct ast_channel *chan)
2563 return ast_channel_monitor(chan)
2564 || !ast_audiohook_write_list_empty(ast_channel_audiohooks(chan))
2565 || !ast_framehook_list_contains_no_active_of_type(ast_channel_framehooks(chan), AST_FRAME_VOICE);
2568 static void destroy_hooks(struct ast_channel *chan)
2570 if (ast_channel_audiohooks(chan)) {
2571 ast_audiohook_detach_list(ast_channel_audiohooks(chan));
2572 ast_channel_audiohooks_set(chan, NULL);
2575 ast_framehook_list_destroy(chan);
2578 /*! \brief Hangup a channel */
2579 void ast_hangup(struct ast_channel *chan)
2581 /* Be NULL safe for RAII_VAR() usage. */
2586 ast_debug(1, "Channel %p '%s' hanging up. Refs: %d\n", chan, ast_channel_name(chan),
2589 ast_autoservice_stop(chan);
2591 ast_channel_lock(chan);
2593 while (ast_channel_masq(chan) || ast_channel_masqr(chan)) {
2594 CHANNEL_DEADLOCK_AVOIDANCE(chan);
2597 /* Mark as a zombie so a masquerade cannot be setup on this channel. */
2598 ast_set_flag(ast_channel_flags(chan), AST_FLAG_ZOMBIE);
2600 ast_channel_unlock(chan);
2603 * XXX if running the hangup handlers here causes problems
2604 * because the handlers take too long to execute, we could move
2605 * the meat of this function into another thread. A thread
2606 * where channels go to die.
2608 * If this is done, ast_autoservice_chan_hangup_peer() will no
2611 ast_pbx_hangup_handler_run(chan);
2612 ao2_unlink(channels, chan);
2613 ast_channel_lock(chan);
2615 destroy_hooks(chan);
2617 free_translation(chan);
2618 /* Close audio stream */
2619 if (ast_channel_stream(chan)) {
2620 ast_closestream(ast_channel_stream(chan));
2621 ast_channel_stream_set(chan, NULL);
2623 /* Close video stream */
2624 if (ast_channel_vstream(chan)) {
2625 ast_closestream(ast_channel_vstream(chan));
2626 ast_channel_vstream_set(chan, NULL);
2628 if (ast_channel_sched(chan)) {
2629 ast_sched_context_destroy(ast_channel_sched(chan));
2630 ast_channel_sched_set(chan, NULL);
2633 if (ast_channel_generatordata(chan)) { /* Clear any tone stuff remaining */
2634 if (ast_channel_generator(chan) && ast_channel_generator(chan)->release) {
2635 ast_channel_generator(chan)->release(chan, ast_channel_generatordata(chan));
2638 ast_channel_generatordata_set(chan, NULL);
2639 ast_channel_generator_set(chan, NULL);
2641 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING)) {
2642 ast_log(LOG_WARNING, "Hard hangup called by thread %ld on %s, while fd "
2643 "is blocked by thread %ld in procedure %s! Expect a failure\n",
2644 (long) pthread_self(), ast_channel_name(chan), (long)ast_channel_blocker(chan), ast_channel_blockproc(chan));
2645 ast_assert(ast_test_flag(ast_channel_flags(chan), AST_FLAG_BLOCKING) == 0);
2648 if (ast_channel_tech(chan)->hangup) {
2649 ast_channel_tech(chan)->hangup(chan);
2652 ast_channel_unlock(chan);
2656 ast_channel_unref(chan);
2661 * \brief Set channel answered time if not already set.
2664 * \param chan Channel to set answered time.
2668 static void set_channel_answer_time(struct ast_channel *chan)
2670 if (ast_tvzero(ast_channel_answertime(chan))) {
2671 struct timeval answertime;
2673 answertime = ast_tvnow();
2674 ast_channel_answertime_set(chan, &answertime);
2678 int ast_raw_answer(struct ast_channel *chan)
2682 ast_channel_lock(chan);
2684 /* You can't answer an outbound call */
2685 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_OUTGOING)) {
2686 ast_channel_unlock(chan);
2690 /* Stop if we're a zombie or need a soft hangup */
2691 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_ZOMBIE) || ast_check_hangup(chan)) {
2692 ast_channel_unlock(chan);
2697 * Mark when incoming channel answered so we can know how
2698 * long the channel has been up.
2700 set_channel_answer_time(chan);
2702 ast_channel_unlock(chan);
2704 switch (ast_channel_state(chan)) {
2705 case AST_STATE_RINGING:
2706 case AST_STATE_RING:
2707 ast_channel_lock(chan);
2708 if (ast_channel_tech(chan)->answer) {
2709 res = ast_channel_tech(chan)->answer(chan);
2711 ast_setstate(chan, AST_STATE_UP);
2712 ast_channel_unlock(chan);
2720 ast_indicate(chan, -1);
2725 int __ast_answer(struct ast_channel *chan, unsigned int delay)
2728 enum ast_channel_state old_state;
2730 old_state = ast_channel_state(chan);
2731 if ((res = ast_raw_answer(chan))) {
2735 switch (old_state) {
2736 case AST_STATE_RINGING:
2737 case AST_STATE_RING:
2738 /* wait for media to start flowing, but don't wait any longer
2739 * than 'delay' or 500 milliseconds, whichever is longer
2742 AST_LIST_HEAD_NOLOCK(, ast_frame) frames;
2743 struct ast_frame *cur;
2744 struct ast_frame *new_frame;
2745 int timeout_ms = MAX(delay, 500);
2746 unsigned int done = 0;
2747 struct timeval start;
2749 AST_LIST_HEAD_INIT_NOLOCK(&frames);
2751 start = ast_tvnow();
2753 int ms = ast_remaining_ms(start, timeout_ms);
2754 ms = ast_waitfor(chan, ms);
2756 ast_log(LOG_WARNING, "Error condition occurred when polling channel %s for a voice frame: %s\n", ast_channel_name(chan), strerror(errno));
2761 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));
2764 cur = ast_read(chan);
2765 if (!cur || ((cur->frametype == AST_FRAME_CONTROL) &&
2766 (cur->subclass.integer == AST_CONTROL_HANGUP))) {
2771 ast_debug(2, "Hangup of channel %s detected in answer routine\n", ast_channel_name(chan));
2775 if ((new_frame = ast_frisolate(cur)) != cur) {
2779 AST_LIST_INSERT_HEAD(&frames, new_frame, frame_list);
2781 /* if a specific delay period was requested, continue
2782 * until that delay has passed. don't stop just because
2783 * incoming media has arrived.
2789 switch (new_frame->frametype) {
2790 /* all of these frametypes qualify as 'media' */
2791 case AST_FRAME_VOICE:
2792 case AST_FRAME_VIDEO:
2793 case AST_FRAME_TEXT:
2794 case AST_FRAME_DTMF_BEGIN:
2795 case AST_FRAME_DTMF_END:
2796 case AST_FRAME_IMAGE:
2797 case AST_FRAME_HTML:
2798 case AST_FRAME_MODEM:
2799 case AST_FRAME_RTCP:
2802 case AST_FRAME_CONTROL:
2804 case AST_FRAME_BRIDGE_ACTION:
2805 case AST_FRAME_BRIDGE_ACTION_SYNC:
2806 case AST_FRAME_NULL:
2816 ast_channel_lock(chan);
2817 while ((cur = AST_LIST_REMOVE_HEAD(&frames, frame_list))) {
2819 ast_queue_frame_head(chan, cur);
2823 ast_channel_unlock(chan);
2833 int ast_answer(struct ast_channel *chan)
2835 return __ast_answer(chan, 0);
2838 inline int ast_auto_answer(struct ast_channel *chan)
2840 if (ast_channel_state(chan) == AST_STATE_UP) {
2841 /* Already answered */
2844 return ast_answer(chan);
2847 int ast_channel_get_duration(struct ast_channel *chan)
2849 ast_assert(NULL != chan);
2851 if (ast_tvzero(ast_channel_creationtime(chan))) {
2854 return (ast_tvdiff_ms(ast_tvnow(), ast_channel_creationtime(chan)) / 1000);
2857 int ast_channel_get_up_time(struct ast_channel *chan)
2859 ast_assert(NULL != chan);
2861 if (ast_tvzero(ast_channel_answertime(chan))) {
2864 return (ast_tvdiff_ms(ast_tvnow(), ast_channel_answertime(chan)) / 1000);
2867 static void deactivate_generator_nolock(struct ast_channel *chan)
2869 if (ast_channel_generatordata(chan)) {
2870 struct ast_generator *generator = ast_channel_generator(chan);
2872 if (generator && generator->release) {
2873 generator->release(chan, ast_channel_generatordata(chan));
2875 ast_channel_generatordata_set(chan, NULL);
2876 ast_channel_generator_set(chan, NULL);
2877 ast_channel_set_fd(chan, AST_GENERATOR_FD, -1);
2878 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_WRITE_INT);
2879 ast_settimeout(chan, 0, NULL, NULL);
2883 void ast_deactivate_generator(struct ast_channel *chan)
2885 ast_channel_lock(chan);
2886 deactivate_generator_nolock(chan);
2887 ast_channel_unlock(chan);
2890 static void generator_write_format_change(struct ast_channel *chan)
2892 struct ast_generator *generator;
2894 ast_channel_lock(chan);
2895 generator = ast_channel_generator(chan);
2896 if (generator && generator->write_format_change) {
2897 generator->write_format_change(chan, ast_channel_generatordata(chan));
2899 ast_channel_unlock(chan);
2902 static int generator_force(const void *data)
2904 /* Called if generator doesn't have data */
2907 int (*generate)(struct ast_channel *chan, void *tmp, int datalen, int samples) = NULL;
2908 struct ast_channel *chan = (struct ast_channel *)data;
2910 ast_channel_lock(chan);
2911 tmp = ast_channel_generatordata(chan);
2912 ast_channel_generatordata_set(chan, NULL);
2913 if (ast_channel_generator(chan))
2914 generate = ast_channel_generator(chan)->generate;
2915 ast_channel_unlock(chan);
2917 if (!tmp || !generate) {
2921 res = generate(chan, tmp, 0, ast_format_get_sample_rate(ast_channel_writeformat(chan)) / 50);
2923 ast_channel_lock(chan);
2924 if (ast_channel_generator(chan) && generate == ast_channel_generator(chan)->generate) {
2925 ast_channel_generatordata_set(chan, tmp);
2927 ast_channel_unlock(chan);
2930 ast_debug(1, "Auto-deactivating generator\n");
2931 ast_deactivate_generator(chan);
2937 int ast_activate_generator(struct ast_channel *chan, struct ast_generator *gen, void *params)
2940 void *generatordata = NULL;
2942 ast_channel_lock(chan);
2943 if (ast_channel_generatordata(chan)) {
2944 struct ast_generator *generator_old = ast_channel_generator(chan);
2946 if (generator_old && generator_old->release) {
2947 generator_old->release(chan, ast_channel_generatordata(chan));
2950 if (gen->alloc && !(generatordata = gen->alloc(chan, params))) {
2953 ast_channel_generatordata_set(chan, generatordata);
2955 ast_settimeout(chan, 50, generator_force, chan);
2956 ast_channel_generator_set(chan, gen);
2958 ast_channel_unlock(chan);
2965 /*! \brief Wait for x amount of time on a file descriptor to have input. */
2966 int ast_waitfor_n_fd(int *fds, int n, int *ms, int *exception)
2969 ast_waitfor_nandfds(NULL, 0, fds, n, exception, &winner, ms);
2973 /*! \brief Wait for x amount of time on a file descriptor to have input. */
2974 struct ast_channel *ast_waitfor_nandfds(struct ast_channel **c, int n, int *fds, int nfds,
2975 int *exception, int *outfd, int *ms)
2977 struct timeval start = { 0 , 0 };
2978 struct pollfd *pfds = NULL;
2983 struct timeval now = { 0, 0 };
2984 struct timeval whentohangup = { 0, 0 }, diff;
2985 struct ast_channel *winner = NULL;
2998 for (x = 0; x < n; x++) {
2999 ast_channel_lock(c[x]);
3000 if (!ast_tvzero(*ast_channel_whentohangup(c[x]))) {
3001 if (ast_tvzero(whentohangup))
3003 diff = ast_tvsub(*ast_channel_whentohangup(c[x]), now);
3004 if (diff.tv_sec < 0 || ast_tvzero(diff)) {
3005 ast_test_suite_event_notify("HANGUP_TIME", "Channel: %s", ast_channel_name(c[x]));
3006 /* Should already be hungup */
3007 ast_channel_softhangup_internal_flag_add(c[x], AST_SOFTHANGUP_TIMEOUT);
3008 ast_channel_unlock(c[x]);
3011 if (ast_tvzero(whentohangup) || ast_tvcmp(diff, whentohangup) < 0)
3012 whentohangup = diff;
3014 sz += ast_channel_fd_count(c[x]);
3015 ast_channel_unlock(c[x]);
3022 pfds = ast_alloca(sizeof(*pfds) * sz);
3023 fdmap = ast_alloca(sizeof(*fdmap) * sz);
3025 /* Wait full interval */
3027 /* INT_MAX, not LONG_MAX, because it matters on 64-bit */
3028 if (!ast_tvzero(whentohangup) && whentohangup.tv_sec < INT_MAX / 1000) {
3029 rms = whentohangup.tv_sec * 1000 + whentohangup.tv_usec / 1000; /* timeout in milliseconds */
3030 if (*ms >= 0 && *ms < rms) { /* original *ms still smaller */
3033 } else if (!ast_tvzero(whentohangup) && rms < 0) {
3034 /* Tiny corner case... call would need to last >24 days */
3038 * Build the pollfd array, putting the channels' fds first,
3039 * followed by individual fds. Order is important because
3040 * individual fd's must have priority over channel fds.
3043 for (x = 0; x < n; x++) {
3044 ast_channel_lock(c[x]);
3045 for (y = 0; y < ast_channel_fd_count(c[x]); y++) {
3046 fdmap[max].fdno = y; /* fd y is linked to this pfds */
3047 fdmap[max].chan = x; /* channel x is linked to this pfds */
3048 max += ast_add_fd(&pfds[max], ast_channel_fd(c[x], y));
3050 CHECK_BLOCKING(c[x]);
3051 ast_channel_unlock(c[x]);
3053 /* Add the individual fds */
3054 for (x = 0; x < nfds; x++) {
3055 fdmap[max].chan = -1;
3056 max += ast_add_fd(&pfds[max], fds[x]);
3060 start = ast_tvnow();
3063 if (sizeof(int) == 4) { /* XXX fix timeout > 600000 on linux x86-32 */
3066 if (kbrms > 600000) {
3069 res = ast_poll(pfds, max, kbrms);
3073 } while (!res && (rms > 0));
3075 res = ast_poll(pfds, max, rms);
3077 for (x = 0; x < n; x++) {
3078 ast_channel_lock(c[x]);
3079 ast_clear_flag(ast_channel_flags(c[x]), AST_FLAG_BLOCKING);
3080 ast_channel_unlock(c[x]);
3082 if (res < 0) { /* Simulate a timeout if we were interrupted */
3083 if (errno != EINTR) {
3088 if (!ast_tvzero(whentohangup)) { /* if we have a timeout, check who expired */
3090 for (x = 0; x < n; x++) {
3091 if (!ast_tvzero(*ast_channel_whentohangup(c[x])) && ast_tvcmp(*ast_channel_whentohangup(c[x]), now) <= 0) {
3092 ast_test_suite_event_notify("HANGUP_TIME", "Channel: %s", ast_channel_name(c[x]));
3093 ast_channel_softhangup_internal_flag_add(c[x], AST_SOFTHANGUP_TIMEOUT);
3094 if (winner == NULL) {
3100 if (res == 0) { /* no fd ready, reset timeout and done */
3101 *ms = 0; /* XXX use 0 since we may not have an exact timeout. */
3105 * Then check if any channel or fd has a pending event.
3106 * Remember to check channels first and fds last, as they
3107 * must have priority on setting 'winner'
3109 for (x = 0; x < max; x++) {
3110 res = pfds[x].revents;
3114 if (fdmap[x].chan >= 0) { /* this is a channel */
3115 winner = c[fdmap[x].chan]; /* override previous winners */
3116 ast_channel_lock(winner);
3117 if (res & POLLPRI) {
3118 ast_set_flag(ast_channel_flags(winner), AST_FLAG_EXCEPTION);
3120 ast_clear_flag(ast_channel_flags(winner), AST_FLAG_EXCEPTION);
3122 ast_channel_fdno_set(winner, fdmap[x].fdno);
3123 ast_channel_unlock(winner);
3124 } else { /* this is an fd */
3126 *outfd = pfds[x].fd;
3129 *exception = (res & POLLPRI) ? -1 : 0;
3135 *ms -= ast_tvdiff_ms(ast_tvnow(), start);
3143 struct ast_channel *ast_waitfor_n(struct ast_channel **c, int n, int *ms)
3145 return ast_waitfor_nandfds(c, n, NULL, 0, NULL, NULL, ms);
3148 int ast_waitfor(struct ast_channel *c, int ms)
3153 ast_waitfor_nandfds(&c, 1, NULL, 0, NULL, NULL, &ms);
3156 ast_waitfor_nandfds(&c, 1, NULL, 0, NULL, NULL, &ms);
3161 int ast_waitfordigit(struct ast_channel *c, int ms)
3163 return ast_waitfordigit_full(c, ms, NULL, -1, -1);
3166 int ast_settimeout(struct ast_channel *c, unsigned int rate, int (*func)(const void *data), void *data)
3168 return ast_settimeout_full(c, rate, func, data, 0);
3171 int ast_settimeout_full(struct ast_channel *c, unsigned int rate, int (*func)(const void *data), void *data, unsigned int is_ao2_obj)
3174 unsigned int real_rate = rate, max_rate;
3176 ast_channel_lock(c);
3178 if (ast_channel_timingfd(c) == -1) {
3179 ast_channel_unlock(c);
3188 if (rate && rate > (max_rate = ast_timer_get_max_rate(ast_channel_timer(c)))) {
3189 real_rate = max_rate;
3192 ast_debug(1, "Scheduling timer at (%u requested / %u actual) timer ticks per second\n", rate, real_rate);
3194 res = ast_timer_set_rate(ast_channel_timer(c), real_rate);
3196 if (ast_channel_timingdata(c) && ast_test_flag(ast_channel_flags(c), AST_FLAG_TIMINGDATA_IS_AO2_OBJ)) {
3197 ao2_ref(ast_channel_timingdata(c), -1);
3200 ast_channel_timingfunc_set(c, func);
3201 ast_channel_timingdata_set(c, data);
3203 if (data && is_ao2_obj) {
3205 ast_set_flag(ast_channel_flags(c), AST_FLAG_TIMINGDATA_IS_AO2_OBJ);
3207 ast_clear_flag(ast_channel_flags(c), AST_FLAG_TIMINGDATA_IS_AO2_OBJ);
3210 if (func == NULL && rate == 0 && ast_channel_fdno(c) == AST_TIMING_FD) {
3211 /* Clearing the timing func and setting the rate to 0
3212 * means that we don't want to be reading from the timingfd
3213 * any more. Setting c->fdno to -1 means we won't have any
3214 * errant reads from the timingfd, meaning we won't potentially
3215 * miss any important frames.
3217 ast_channel_fdno_set(c, -1);
3220 ast_channel_unlock(c);
3225 int ast_waitfordigit_full(struct ast_channel *c, int timeout_ms, const char *breakon, int audiofd, int cmdfd)
3227 struct timeval start = ast_tvnow();
3230 /* Stop if we're a zombie or need a soft hangup */
3231 if (ast_test_flag(ast_channel_flags(c), AST_FLAG_ZOMBIE) || ast_check_hangup(c))
3234 /* Only look for the end of DTMF, don't bother with the beginning and don't emulate things */
3235 ast_channel_set_flag(c, AST_FLAG_END_DTMF_ONLY);
3237 /* Wait for a digit, no more than timeout_ms milliseconds total.
3238 * Or, wait indefinitely if timeout_ms is <0.
3240 while ((ms = ast_remaining_ms(start, timeout_ms))) {
3241 struct ast_channel *rchan;
3245 /* While ast_waitfor_nandfds tries to help by reducing the timeout by how much was waited,
3246 * it is unhelpful if it waited less than a millisecond.
3248 rchan = ast_waitfor_nandfds(&c, 1, &cmdfd, (cmdfd > -1) ? 1 : 0, NULL, &outfd, &ms);
3250 if (!rchan && outfd < 0 && ms) {
3251 if (errno == 0 || errno == EINTR)
3253 ast_log(LOG_WARNING, "Wait failed (%s)\n", strerror(errno));
3254 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3256 } else if (outfd > -1) {
3257 /* The FD we were watching has something waiting */
3258 ast_log(LOG_WARNING, "The FD we were waiting for has something waiting. Waitfordigit returning numeric 1\n");
3259 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3263 struct ast_frame *f = ast_read(c);
3266 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3271 switch (f->frametype) {
3272 case AST_FRAME_DTMF_BEGIN:
3274 case AST_FRAME_DTMF_END:
3275 res = f->subclass.integer;
3276 if (!breakon || strchr(breakon, res)) {
3278 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3282 case AST_FRAME_CONTROL:
3283 switch (f->subclass.integer) {
3284 case AST_CONTROL_HANGUP:
3286 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3288 case AST_CONTROL_STREAM_STOP:
3289 case AST_CONTROL_STREAM_SUSPEND:
3290 case AST_CONTROL_STREAM_RESTART:
3291 case AST_CONTROL_STREAM_REVERSE:
3292 case AST_CONTROL_STREAM_FORWARD:
3293 /* Fall-through and treat as if it were a DTMF signal. Items
3294 * that perform stream control will handle this. */
3295 res = f->subclass.integer;
3297 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3299 case AST_CONTROL_PVT_CAUSE_CODE:
3300 case AST_CONTROL_RINGING:
3301 case AST_CONTROL_ANSWER:
3302 case AST_CONTROL_SRCUPDATE:
3303 case AST_CONTROL_SRCCHANGE:
3304 case AST_CONTROL_CONNECTED_LINE:
3305 case AST_CONTROL_REDIRECTING:
3306 case AST_CONTROL_UPDATE_RTP_PEER:
3307 case AST_CONTROL_HOLD:
3308 case AST_CONTROL_UNHOLD:
3313 ast_log(LOG_WARNING, "Unexpected control subclass '%d'\n", f->subclass.integer);
3317 case AST_FRAME_VOICE:
3318 /* Write audio if appropriate */
3320 if (write(audiofd, f->data.ptr, f->datalen) < 0) {
3321 ast_log(LOG_WARNING, "write() failed: %s\n", strerror(errno));
3332 ast_channel_clear_flag(c, AST_FLAG_END_DTMF_ONLY);
3334 return 0; /* Time is up */
3337 enum DtmfDirection {
3342 static const char *dtmf_direction_to_string(enum DtmfDirection direction)
3344 switch (direction) {
3354 static void send_dtmf_begin_event(struct ast_channel *chan,
3355 enum DtmfDirection direction, const char digit)
3357 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
3358 char digit_str[] = { digit, '\0' };
3360 blob = ast_json_pack("{ s: s, s: s }",
3362 "direction", dtmf_direction_to_string(direction));
3367 ast_channel_publish_cached_blob(chan, ast_channel_dtmf_begin_type(), blob);
3370 static void send_dtmf_end_event(struct ast_channel *chan,
3371 enum DtmfDirection direction, const char digit, long duration_ms)
3373 RAII_VAR(struct ast_json *, blob, NULL, ast_json_unref);
3374 char digit_str[] = { digit, '\0' };
3376 blob = ast_json_pack("{ s: s, s: s, s: i }",
3378 "direction", dtmf_direction_to_string(direction),
3379 "duration_ms", duration_ms);
3384 ast_channel_publish_cached_blob(chan, ast_channel_dtmf_end_type(), blob);
3387 static void ast_read_generator_actions(struct ast_channel *chan, struct ast_frame *f)
3389 struct ast_generator *generator;
3394 generator = ast_channel_generator(chan);
3396 || !generator->generate
3397 || f->frametype != AST_FRAME_VOICE
3398 || !ast_channel_generatordata(chan)
3399 || ast_channel_timingfunc(chan)) {
3404 * We must generate frames in phase locked mode since
3405 * we have no internal timer available.
3407 if (ast_format_cmp(f->subclass.format, ast_channel_writeformat(chan)) == AST_FORMAT_CMP_NOT_EQUAL) {
3409 factor = ((float) ast_format_get_sample_rate(ast_channel_writeformat(chan))) / ((float) ast_format_get_sample_rate(f->subclass.format));
3410 samples = (int) (((float) f->samples) * factor);
3412 samples = f->samples;
3415 gendata = ast_channel_generatordata(chan);
3416 ast_channel_generatordata_set(chan, NULL); /* reset, to let writes go through */
3419 * This unlock is here based on two assumptions that hold true at
3420 * this point in the code. 1) this function is only called from
3421 * within __ast_read() and 2) all generators call ast_write() in
3422 * their generate callback.
3424 * The reason this is added is so that when ast_write is called,
3425 * the lock that occurs there will not recursively lock the
3426 * channel. Doing this will allow deadlock avoidance to work in
3429 ast_channel_unlock(chan);
3430 res = generator->generate(chan, gendata, f->datalen, samples);
3431 ast_channel_lock(chan);
3432 if (generator == ast_channel_generator(chan)) {
3433 ast_channel_generatordata_set(chan, gendata);
3435 ast_debug(1, "Auto-deactivating generator\n");
3436 ast_deactivate_generator(chan);
3441 static inline void queue_dtmf_readq(struct ast_channel *chan, struct ast_frame *f)
3443 struct ast_frame *fr = ast_channel_dtmff(chan);
3445 fr->frametype = AST_FRAME_DTMF_END;
3446 fr->subclass.integer = f->subclass.integer;
3449 /* The only time this function will be called is for a frame that just came
3450 * out of the channel driver. So, we want to stick it on the tail of the
3453 ast_queue_frame(chan, fr);
3457 * \brief Determine whether or not we should ignore DTMF in the readq
3459 static inline int should_skip_dtmf(struct ast_channel *chan)
3461 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF | AST_FLAG_EMULATE_DTMF)) {
3462 /* We're in the middle of emulating a digit, or DTMF has been
3463 * explicitly deferred. Skip this digit, then. */
3467 if (!ast_tvzero(*ast_channel_dtmf_tv(chan)) &&
3468 ast_tvdiff_ms(ast_tvnow(), *ast_channel_dtmf_tv(chan)) < AST_MIN_DTMF_GAP) {
3469 /* We're not in the middle of a digit, but it hasn't been long enough
3470 * since the last digit, so we'll have to skip DTMF for now. */
3478 * \brief calculates the number of samples to jump forward with in a monitor stream.
3480 * \note When using ast_seekstream() with the read and write streams of a monitor,
3481 * the number of samples to seek forward must be of the same sample rate as the stream
3482 * or else the jump will not be calculated correctly.
3484 * \retval number of samples to seek forward after rate conversion.
3486 static inline int calc_monitor_jump(int samples, int sample_rate, int seek_rate)
3488 int diff = sample_rate - seek_rate;
3491 samples = samples / (float) (sample_rate / seek_rate);
3492 } else if (diff < 0) {
3493 samples = samples * (float) (seek_rate / sample_rate);
3499 static struct ast_frame *__ast_read(struct ast_channel *chan, int dropaudio, int dropnondefault)
3501 struct ast_frame *f = NULL; /* the return value */
3504 struct ast_stream *stream = NULL, *default_stream = NULL;
3506 /* this function is very long so make sure there is only one return
3507 * point at the end (there are only two exceptions to this).
3509 ast_channel_lock(chan);
3511 /* Stop if we're a zombie or need a soft hangup */
3512 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_ZOMBIE) || ast_check_hangup(chan)) {
3513 if (ast_channel_generator(chan))
3514 ast_deactivate_generator(chan);
3517 * It is possible for chan->_softhangup to be set and there
3518 * still be control frames that need to be read. Instead of
3519 * just going to 'done' in the case of ast_check_hangup(), we
3520 * need to queue the end-of-Q frame so that it can mark the end
3521 * of the read queue. If there are frames to be read,
3522 * ast_queue_control() will be called repeatedly, but will only
3523 * queue the first end-of-Q frame.
3525 if (ast_channel_softhangup_internal_flag(chan)) {
3526 ast_queue_control(chan, AST_CONTROL_END_OF_Q);
3533 * The ast_waitfor() code records which of the channel's file
3534 * descriptors reported that data is available. In theory,
3535 * ast_read() should only be called after ast_waitfor() reports
3536 * that a channel has data available for reading. However,
3537 * there still may be some edge cases throughout the code where
3538 * ast_read() is called improperly. This can potentially cause
3539 * problems, so if this is a developer build, make a lot of
3540 * noise if this happens so that it can be addressed.
3542 * One of the potential problems is blocking on a dead channel.
3544 if (ast_channel_fdno(chan) == -1) {
3546 "ast_read() on chan '%s' called with no recorded file descriptor.\n",
3547 ast_channel_name(chan));
3552 prestate = ast_channel_state(chan);
3554 if (ast_channel_timingfd(chan) > -1 && ast_channel_fdno(chan) == AST_TIMING_FD) {
3555 enum ast_timer_event res;
3557 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3559 res = ast_timer_get_event(ast_channel_timer(chan));
3562 case AST_TIMING_EVENT_EXPIRED:
3563 if (ast_timer_ack(ast_channel_timer(chan), 1) < 0) {
3564 ast_log(LOG_ERROR, "Failed to acknoweldge timer in ast_read\n");
3568 if (ast_channel_timingfunc(chan)) {
3569 /* save a copy of func/data before unlocking the channel */
3570 ast_timing_func_t func = ast_channel_timingfunc(chan);
3571 void *data = ast_channel_timingdata(chan);
3573 if (data && ast_test_flag(ast_channel_flags(chan), AST_FLAG_TIMINGDATA_IS_AO2_OBJ)) {
3577 ast_channel_fdno_set(chan, -1);
3578 ast_channel_unlock(chan);
3584 ast_timer_set_rate(ast_channel_timer(chan), 0);
3585 ast_channel_fdno_set(chan, -1);
3586 ast_channel_unlock(chan);
3589 /* cannot 'goto done' because the channel is already unlocked */
3590 return &ast_null_frame;
3592 case AST_TIMING_EVENT_CONTINUOUS:
3593 if (AST_LIST_EMPTY(ast_channel_readq(chan)) ||
3594 !AST_LIST_NEXT(AST_LIST_FIRST(ast_channel_readq(chan)), frame_list)) {
3595 ast_timer_disable_continuous(ast_channel_timer(chan));
3600 } else if (ast_channel_fd_isset(chan, AST_GENERATOR_FD) && ast_channel_fdno(chan) == AST_GENERATOR_FD) {
3601 /* if the AST_GENERATOR_FD is set, call the generator with args
3602 * set to -1 so it can do whatever it needs to.
3604 void *tmp = ast_channel_generatordata(chan);
3605 ast_channel_generatordata_set(chan, NULL); /* reset to let ast_write get through */
3606 ast_channel_generator(chan)->generate(chan, tmp, -1, -1);
3607 ast_channel_generatordata_set(chan, tmp);
3608 f = &ast_null_frame;
3609 ast_channel_fdno_set(chan, -1);
3611 } else if (ast_channel_fd_isset(chan, AST_JITTERBUFFER_FD) && ast_channel_fdno(chan) == AST_JITTERBUFFER_FD) {
3612 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3615 /* Read and ignore anything on the alertpipe, but read only
3616 one sizeof(blah) per frame that we send from it */
3617 if (ast_channel_internal_alert_read(chan) == AST_ALERT_READ_FATAL) {
3618 f = &ast_null_frame;
3622 /* Check for pending read queue */
3623 if (!AST_LIST_EMPTY(ast_channel_readq(chan))) {
3624 int skip_dtmf = should_skip_dtmf(chan);
3626 AST_LIST_TRAVERSE_SAFE_BEGIN(ast_channel_readq(chan), f, frame_list) {
3627 /* We have to be picky about which frame we pull off of the readq because
3628 * there are cases where we want to leave DTMF frames on the queue until
3629 * some later time. */
3631 if ( (f->frametype == AST_FRAME_DTMF_BEGIN || f->frametype == AST_FRAME_DTMF_END) && skip_dtmf) {
3635 AST_LIST_REMOVE_CURRENT(frame_list);
3638 AST_LIST_TRAVERSE_SAFE_END;
3641 /* There were no acceptable frames on the readq. */
3642 f = &ast_null_frame;
3643 ast_channel_alert_write(chan);
3646 /* Interpret hangup and end-of-Q frames to return NULL */
3647 /* XXX why not the same for frames from the channel ? */
3648 if (f->frametype == AST_FRAME_CONTROL) {
3649 switch (f->subclass.integer) {
3650 case AST_CONTROL_HANGUP:
3651 ast_channel_softhangup_internal_flag_add(chan, AST_SOFTHANGUP_DEV);
3652 cause = f->data.uint32;
3654 case AST_CONTROL_END_OF_Q:
3661 } else if (f->frametype == AST_FRAME_VOICE || f->frametype == AST_FRAME_VIDEO) {
3662 if (ast_channel_tech(chan) && ast_channel_tech(chan)->read_stream) {
3663 stream = ast_stream_topology_get_stream(ast_channel_get_stream_topology(chan), f->stream_num);
3664 default_stream = ast_channel_get_default_stream(chan, ast_format_get_type(f->subclass.format));
3666 /* Since this channel driver does not support multistream determine the default stream this frame
3667 * originated from and update the frame to include it.
3669 stream = default_stream = ast_channel_get_default_stream(chan, ast_format_get_type(f->subclass.format));
3670 f->stream_num = ast_stream_get_position(stream);
3674 ast_channel_blocker_set(chan, pthread_self());
3675 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION)) {
3676 if (ast_channel_tech(chan)->exception)
3677 f = ast_channel_tech(chan)->exception(chan);
3679 ast_log(LOG_WARNING, "Exception flag set on '%s', but no exception handler\n", ast_channel_name(chan));
3680 f = &ast_null_frame;
3682 /* Clear the exception flag */
3683 ast_clear_flag(ast_channel_flags(chan), AST_FLAG_EXCEPTION);
3684 } else if (ast_channel_tech(chan) && ast_channel_tech(chan)->read_stream) {
3685 f = ast_channel_tech(chan)->read_stream(chan);
3687 /* This channel driver supports multistream so the stream_num on the frame is valid, the only
3688 * thing different is that we need to find the default stream so we know whether to invoke the
3689 * default stream logic or not (such as transcoding).
3691 if (f && (f->frametype == AST_FRAME_VOICE || f->frametype == AST_FRAME_VIDEO)) {
3692 stream = ast_stream_topology_get_stream(ast_channel_get_stream_topology(chan), f->stream_num);
3693 default_stream = ast_channel_get_default_stream(chan, ast_format_get_type(f->subclass.format));
3695 } else if (ast_channel_tech(chan) && ast_channel_tech(chan)->read) {
3696 f = ast_channel_tech(chan)->read(chan);
3698 /* Since this channel driver does not support multistream determine the default stream this frame
3699 * originated from and update the frame to include it.
3701 if (f && (f->frametype == AST_FRAME_VOICE || f->frametype == AST_FRAME_VIDEO)) {
3702 stream = default_stream = ast_channel_get_default_stream(chan, ast_format_get_type(f->subclass.format));
3703 f->stream_num = ast_stream_get_position(stream);
3707 ast_log(LOG_WARNING, "No read routine on channel %s\n", ast_channel_name(chan));
3710 if (stream == default_stream) {
3711 /* Perform the framehook read event here. After the frame enters the framehook list
3712 * there is no telling what will happen, <insert mad scientist laugh here>!!! */
3713 f = ast_framehook_list_read_event(ast_channel_framehooks(chan), f);
3717 * Reset the recorded file descriptor that triggered this read so that we can
3718 * easily detect when ast_read() is called without properly using ast_waitfor().
3720 ast_channel_fdno_set(chan, -1);
3723 struct ast_frame *readq_tail = AST_LIST_LAST(ast_channel_readq(chan));
3724 struct ast_control_read_action_payload *read_action_payload;
3725 struct ast_party_connected_line connected;
3728 /* if the channel driver returned more than one frame, stuff the excess
3729 into the readq for the next ast_read call
3731 if (AST_LIST_NEXT(f, frame_list)) {
3732 ast_queue_frame(chan, AST_LIST_NEXT(f, frame_list));
3733 ast_frfree(AST_LIST_NEXT(f, frame_list));
3734 AST_LIST_NEXT(f, frame_list) = NULL;
3737 if (dropnondefault && stream != default_stream) {
3738 /* If the frame originates from a non-default stream and the caller can not handle other streams
3739 * absorb the frame and replace it with a null one instead.
3742 f = &ast_null_frame;
3745 switch (f->frametype) {
3746 case AST_FRAME_CONTROL:
3747 if (f->subclass.integer == AST_CONTROL_ANSWER) {
3748 if (prestate == AST_STATE_UP && ast_channel_is_bridged(chan)) {
3749 ast_debug(1, "Dropping duplicate answer!\n");
3751 f = &ast_null_frame;
3754 * Mark when outgoing channel answered so we can know how
3755 * long the channel has been up.
3757 set_channel_answer_time(chan);
3759 ast_setstate(chan, AST_STATE_UP);
3761 } else if (f->subclass.integer == AST_CONTROL_READ_ACTION) {
3762 read_action_payload = f->data.ptr;
3763 switch (read_action_payload->action) {
3764 case AST_FRAME_READ_ACTION_CONNECTED_LINE_MACRO:
3765 ast_party_connected_line_init(&connected);
3766 ast_party_connected_line_copy(&connected, ast_channel_connected(chan));
3767 if (ast_connected_line_parse_data(read_action_payload->payload,
3768 read_action_payload->payload_size, &connected)) {
3769 ast_party_connected_line_free(&connected);
3772 ast_channel_unlock(chan);
3773 if (ast_channel_connected_line_sub(NULL, chan, &connected, 0) &&
3774 ast_channel_connected_line_macro(NULL, chan, &connected, 1, 0)) {
3775 ast_indicate_data(chan, AST_CONTROL_CONNECTED_LINE,
3776 read_action_payload->payload,
3777 read_action_payload->payload_size);
3779 ast_party_connected_line_free(&connected);
3780 ast_channel_lock(chan);
3784 f = &ast_null_frame;
3785 } else if (f->subclass.integer == AST_CONTROL_STREAM_TOPOLOGY_REQUEST_CHANGE && dropnondefault) {
3786 /* The caller of this function is incapable of handling streams so we don't accept the change request
3787 * and stick to the streams currently on the channel.
3789 ast_channel_stream_topology_changed(chan, ast_channel_get_stream_topology(chan));
3791 f = &ast_null_frame;
3792 } else if (f->subclass.integer == AST_CONTROL_STREAM_TOPOLOGY_CHANGED && dropnondefault) {
3793 /* The caller of this function is incapable of handling streams so we absord the notification that the
3794 * stream topology has changed.
3797 f = &ast_null_frame;
3800 case AST_FRAME_DTMF_END:
3801 send_dtmf_end_event(chan, DTMF_RECEIVED, f->subclass.integer, f->len);
3802 ast_log(LOG_DTMF, "DTMF end '%c' received on %s, duration %ld ms\n", f->subclass.integer, ast_channel_name(chan), f->len);
3803 /* Queue it up if DTMF is deferred, or if DTMF emulation is forced. */
3804 if (ast_test_flag(ast_channel_flags(chan), AST_FLAG_DEFER_DTMF) || ast_test_flag(ast_channel_flags(chan), AST_FLAG_EMULATE_DTMF)) {
3805 queue_dtmf_readq(chan, f);
3807 f = &ast_null_frame;
3808 } else if (!ast_test_flag(ast_channel_flags(chan), AST_FLAG_IN_DTMF | AST_FLAG_END_DTMF_ONLY)) {