search for: channel_id

Displaying 20 results from an estimated 22 matches for "channel_id".

2012 Jan 09
2
create table in mysql using asterisk
Hi, I try to create a new table using MYSQL command in asterisk. This is what i write: Query resultid ${connid} CREATE TABLE IF NOT EXISTS "conference_600" ("id" int(11) NOT NULL auto_increment, "channel_id" varchar(40), "number_in_line" int(2), PRIMARY KEY("id")") and this is the warning that i get in the cli: app_addon_sql_mysql.c:383 aMYSQL_query: aMYSQL_query: mysql_query failed. Error: You have an error in your SQL syntax; check the manual that corresponds to your My...
2006 Apr 11
1
acts_as ... hourly_list?
...by position (because I''m using acts_as_list). Later I use a method in Channel to recalculate the hour when that show come online, based on the duration of it and doing math based on the previous one duration and start time, starting from 0:00. So, with this info (channel_items): id | channel_id | event_id | position | starttime 1 | 1 | 3 | 1 | 2 | 1 | 5 | 2 | 3 | 1 | 2 | 3 | 4 | 1 | 1 | 4 | [...] After processing it with recalculate_hours get this (all starting 00:00): id | channel_id | even...
2007 Nov 07
1
Dealing with schema in RODBC
...This creates problems in sqlUpdate because to sqlUpdate there are duplicate columns. The following is part of the output of sqlColumns: sqlColumns(eids, "TEST_ARTCL_INST")[,1:4] TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME 1 EIDS TEST_ARTCL_INST CHANNEL_ID 2 EIDS TEST_ARTCL_INST ARTICLE_TEST_ID 3 EIDS TEST_ARTCL_INST CHANNEL_OLD_ID 4 EIDS TEST_ARTCL_INST FREQ_FM_CNT 5 EIDS TEST_ARTCL_INST RANGE_MAX_CNT 6 EIDS TEST_ARTCL_INST RANGE_MIN_CNT...
2006 Jan 26
9
Problem with schema_db_import on Site5?
...port rake aborted! Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''(14)) ENGINE=InnoDB'' at line 1: CREATE TABLE channelposts (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `channel_id` int(11) DEFAULT 0 NOT NULL, `post` varchar(255) DEFAULT '''' NOT NULL, `created_on` datetime(14)) ENGINE=InnoDB /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract_adapter.rb:88:in `log'' /usr/lib/ruby/gems/1.8/gems/activerecord-1....
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
...************************ + * + * MPST - Memory Power State Table (ACPI 5.0) + * Version 1 + * + ******************************************************************************/ + +#define ACPI_MPST_CHANNEL_INFO \ + u16 reserved1; \ + u8 channel_id; \ + u8 reserved2; \ + u16 power_node_count; + +/* Main table */ + +struct acpi_table_mpst { + struct acpi_table_header header; /* Common ACPI table header */ + ACPI_MPST_CHANNEL_INFO /* Platform Communication Channel */ +}; + +/* Memory Pla...
2020 Jun 16
0
Asterisk 16.11.1 Now Available
...ves an issue reported by the community and would have not been possible without your participation. Thank you! The following issue is resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.11.1 Thank you for your continued support of Asterisk! -------------- next part -------------- An HTML attachment was...
2020 Jun 16
0
Asterisk 17.5.1 Now Available
...ves an issue reported by the community and would have not been possible without your participation. Thank you! The following issue is resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-17.5.1 Thank you for your continued support of Asterisk! -------------- next part -------------- An HTML attachment was s...
2020 Jun 16
0
Asterisk 16.11.1 Now Available
...ves an issue reported by the community and would have not been possible without your participation. Thank you! The following issue is resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.11.1 Thank you for your continued support of Asterisk! -------------- next part -------------- An HTML attachment was...
2020 Jun 16
0
Asterisk 17.5.1 Now Available
...ves an issue reported by the community and would have not been possible without your participation. Thank you! The following issue is resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) For a full list of changes in this release, please see the ChangeLog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-17.5.1 Thank you for your continued support of Asterisk! -------------- next part -------------- An HTML attachment was s...
2006 Mar 12
2
counter_cache reference/tutorial
I''m trying to use counter_cache, but I''m not doing something right. It is unreliable and I keep having to correct it manually. Is there a good tutorial or reference on how to use it on-line? I have the AWDR book, but I need something more complete. TIA, Jeffrey
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...************************ + * + * MPST - Memory Power State Table (ACPI 5.0) + * Version 1 + * + ******************************************************************************/ + +#define ACPI_MPST_CHANNEL_INFO \ + u16 reserved1; \ + u8 channel_id; \ + u8 reserved2; \ + u16 power_node_count; + +/* Main table */ + +struct acpi_table_mpst { + struct acpi_table_header header; /* Common ACPI table header */ + ACPI_MPST_CHANNEL_INFO /* Platform Communication Channel */ +}; + +/* Memory Pla...
2020 Jul 16
0
Asterisk 16.12.0 Now Available
...) * ASTERISK-28950 - Stale code in app_queue to check untouched channel (Reported by Walter Doekes) * ASTERISK-28644 - Stale comment in app_queue about ring_entry exception (Reported by Walter Doekes) * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) * ASTERISK-28938 - core_unreal / core_local: Add support for multistream and re-negotiation (Reported by Joshua C. Colp) * ASTERISK-28939 - res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC (Reported by Josh...
2020 Jul 16
0
Asterisk 16.12.0 Now Available
...) * ASTERISK-28950 - Stale code in app_queue to check untouched channel (Reported by Walter Doekes) * ASTERISK-28644 - Stale comment in app_queue about ring_entry exception (Reported by Walter Doekes) * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) * ASTERISK-28938 - core_unreal / core_local: Add support for multistream and re-negotiation (Reported by Joshua C. Colp) * ASTERISK-28939 - res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC (Reported by Josh...
2020 Jul 16
0
Asterisk 17.6.0 Now Available
...omment in app_queue about ring_entry exception (Reported by Walter Doekes) * ASTERISK-28938 - core_unreal / core_local: Add support for multistream and re-negotiation (Reported by Joshua C. Colp) * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) * ASTERISK-28939 - res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC (Reported by Joshua C. Colp) * ASTERISK-28944 - bridge_softmix: Transitioning a stream from inactive -> sendrecv/sendonly doesn't re-negotiatio...
2020 Jul 16
0
Asterisk 17.6.0 Now Available
...omment in app_queue about ring_entry exception (Reported by Walter Doekes) * ASTERISK-28938 - core_unreal / core_local: Add support for multistream and re-negotiation (Reported by Joshua C. Colp) * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) * ASTERISK-28939 - res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC (Reported by Joshua C. Colp) * ASTERISK-28944 - bridge_softmix: Transitioning a stream from inactive -> sendrecv/sendonly doesn't re-negotiatio...
2019 Feb 15
0
Asterisk 13.25.0 Now Available
...my Lain��) * ASTERISK-28249 - res_monitor: Segfault with Monitor(wav,file,i) (Reported by Valentin Vidi��) * ASTERISK-28244 - stasis: Filter messages at publishing to AMI/ARI (Reported by Joshua C. Colp) * ASTERISK-28197 - stasis: ast_endpoint struct holds the channel_ids of channels past destruction in certain cases (Reported by Mohit Dhiman) * ASTERISK-28232 - core: RAII using clang use-after-scope issue (Reported by Diederik de Groot) * ASTERISK-28225 - app_voicemail: Channel variable VM_MESSAGEFILE not updated correctly if messag...
2019 Feb 15
0
Asterisk 16.2.0 Now Available
...28244 - stasis: Filter messages at publishing to AMI/ARI (Reported by Joshua C. Colp) * ASTERISK-28231 - res_http_websocket: Not responding to Connection Close Frame (opcode 8) (Reported by Jeremy Lain��) * ASTERISK-28197 - stasis: ast_endpoint struct holds the channel_ids of channels past destruction in certain cases (Reported by Mohit Dhiman) * ASTERISK-28232 - core: RAII using clang use-after-scope issue (Reported by Diederik de Groot) * ASTERISK-28230 - res_rtp_asterisk: abs-send-time extension added with Asterisk 15.5.0 breaks GX...
2010 Feb 02
2
[PATCH 1/6] drm/nv50: align size of buffer object to the right boundaries.
- In the current situation the padding that is added is dangerous to write to, userspace could potentially overwrite parts of another bo. - Depth and stencil buffers are supposed to be large enough in general so the waste of memory should be acceptable. - Alternatives are hiding the padding from users or splitting vram into 2 zones. Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
2019 Oct 28
0
Asterisk 17.0.0 Now Available
...my Lain��) * ASTERISK-28249 - res_monitor: Segfault with Monitor(wav,file,i) (Reported by Valentin Vidi��) * ASTERISK-28244 - stasis: Filter messages at publishing to AMI/ARI (Reported by Joshua C. Colp) * ASTERISK-28197 - stasis: ast_endpoint struct holds the channel_ids of channels past destruction in certain cases (Reported by Mohit Dhiman) * ASTERISK-28230 - res_rtp_asterisk: abs-send-time extension added with Asterisk 15.5.0 breaks GXV3140 video telephony (Reported by David Kuehling) * ASTERISK-28232 - core: RAII using clang use...
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...s not respected (based on stale lastcall time) (Reported by Walter Doekes) * ASTERISK-28938 - core_unreal / core_local: Add support for multistream and re-negotiation (Reported by Joshua C. Colp) * ASTERISK-28948 - ARI channel create doesn't referencing the channel_id parameter (Reported by sungtae kim) * ASTERISK-28939 - res_rtp_asterisk: Don't have send/receive buffers on non-WebRTC (Reported by Joshua C. Colp) * ASTERISK-28944 - bridge_softmix: Transitioning a stream from inactive -> sendrecv/sendonly doesn't re-negotiatio...