search for: stasis

Displaying 20 results from an estimated 143 matches for "stasis".

2020 Aug 06
2
Is it possible to use Stasis to control both legs of a Local channel created using ARI?
I understand how to control the first local channel, but an having trouble getting the second local channel to enter stasis. I setup have the following extensions.conf to handle 1000 (basically had it setup so if first stasis not there try second, but believe second channel never processes the dial plan so even if second line was hello-world2 it would not matter. [mycontext] exten => 1000,1,NoOp() same => n,Stas...
2015 Dec 15
2
ARI bridges
Hello, I did some tests because i'm interesting to transfer a non stasis bridge to a stasis bridge and i found a strange situation. A call B B answer You have a bridge On my asterisk CLI: xivo*CLI> bridge show b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc Id: b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc Type: basic Technology: simple_bridge Num-Channels: 2 Channel: SIP/tcu9tz-000...
2015 Dec 15
2
ARI bridges
Le 2015-12-15 15:25, Joshua Colp a ?crit : > Sylvain Boily wrote: >> Hello, > > Just a note - there's an asterisk-app-dev mailing list[1] which is > better suited for these kind of posts. Ok > >> I did some tests because i'm interesting to transfer a non stasis bridge >> to a stasis bridge and i found a strange situation. > > You can't, you have to move the channels into your Stasis application > using AMI and create a new bridge like you state below. Only one > entity (be it an existing application like app_dial, or an external >...
2019 Apr 02
5
[asterisk-app-dev] ARI application execution feature survey
Hi Asterisk users, I'm one of Asterisk ARI users, and trying to designing the new ARI for application execution in Stasis(). This will be made possible for executing the applications in the Stasis() application. But, before going further, I would like to know which application needs to be considered. Because this feature will introduce new Stasis behavior, I would like to test the applications as many as possibl...
2016 Nov 23
2
Subscribe to events via ARI from node.js without sending to Stasis
Hi, I'm writing a node.js backend to pass events via a websocket to a CRM. Basically what I want to do is notice when things happen (i.e. new channel, new bridge etc) without sending the channels to the Stasis app. The channels I'm interested in are agents who are in a queue only because they are in a realtime MySQL database for the queue_member_table. There doesn't appear to be a way to monitor general Asterisk events like you can in the Asterisk manager without polling for channel statuses or...
2023 Nov 09
1
help with crash
2023-11-08 18:14:13] ERROR[571246][C-000017e2] : Got 19 backtrace records # 0: [0x5bd18a] asterisk utils.c:2800 __ast_assert_failed() # 1: [0x4618e3] asterisk astobj2.c:589 __ao2_ref() # 2: [0x58e660] asterisk stasis_cache.c:824 update_create() # 3: [0x58efed] asterisk stasis_cache.c:903 caching_topic_exec() # 4: [0x586b90] asterisk stasis.c:1380 dispatch_message() # 5: [inlined] asterisk stasis.c:1490 publish_msg() # 6: [0x59588e] asterisk stasis_channels.c:796 ast_channel_publish_snapshot() # 7: [0x53b54...
2014 Aug 12
1
stasis_app_exec: Stasis app 'MyhApp' not registered
Hello. I tryto use Statis at my dialplan to run my app (a) When Statis is running from making call ( I dial from softphone some exten and run dialplan context where call Statis(MyApp)) Asterisk responsed: ERROR[61517][C-00000019]: res_stasis.c:852 stasis_app_exec: Stasis app 'MyApp' not registered How I must Register MyApp -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140812/2ef5183c/attachment.html>
2020 Aug 06
0
Is it possible to use Stasis to control both legs of a Local channel created using ARI?
On Thu, Aug 6, 2020 at 1:52 PM Dan Cropp <dan at amtelco.com> wrote: > I understand how to control the first local channel, but an having trouble > getting the second local channel to enter stasis. > > > > I setup have the following extensions.conf to handle 1000 (basically had > it setup so if first stasis not there try second, but believe second > channel never processes the dial plan so even if second line was > hello-world2 it would not matter. > What does the co...
2015 May 22
2
ARI echo test
Nick- Are you wanting to recreate the dialplan Echo() application in stasis? Why not just send the call to Echo() instead of Stasis()? On Fri, May 22, 2015 at 11:25 AM, Matthew Jordan <mjordan at digium.com> wrote: > On Fri, May 22, 2015 at 4:41 AM, Nick Awesome <jleed at me.com> wrote: > > Can anyone tell me how can I create echo test using ARI sta...
2020 Sep 30
0
Play media after Stasis application exit
Hi All, I'm new to Asterisk and I'm trying to manage the calls using the rest API. I want to play a media file after 5 minutes the call started, how can I move the call to a Stasis application using the HTTP API in order to play the media using play API( https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Channels+REST+API#Asterisk16ChannelsRESTAPI-play )? Thanks, Tripon Alexandru -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://l...
2017 Nov 14
2
RTCP + Stasis causing high memory consumption
...oblem happened we could see this output with the most consuming files, using "memory show summary" command: # cat memory_show_summary_201711101144.log | sort -nr | head 3060904798 bytes allocated (431496 in caches) in 16185877 allocations 1467180225 bytes in 1647238 allocations in file stasis_channels.c 1217035109 bytes in 10229320 allocations in file json.c 240064732 bytes in 1765287 allocations in file stasis_message.c 56402000 bytes in 1762250 allocations in file taskprocessor.c 26125344 bytes in 203171 allocations in file rtp_engine.c 17308827 bytes in 307848...
2019 Apr 02
2
[asterisk-app-dev] ARI application execution feature survey
On Tue, Apr 2, 2019 at 4:18 PM Joshua C. Colp <jcolp at digium.com> wrote: > On Tue, Apr 2, 2019, at 8:15 PM, BJ Weschke wrote: > > I get the desired use case to run app_amd from within a Stasis > > application, but I’m not sure about app_queue. You have everything at > > your disposal within ARI itself to replicate all of the functionality > > of app_queue and beyond. > > Yes, there are certain applications which are logically building blocks to > bigger applica...
2019 Feb 15
0
Asterisk 13.25.0 Now Available
...ip: Threads pile up needlessly when AOR is blocked (Reported by Ross Beer) * ASTERISK-28271 - Opensuse Leap 15 --with-jannson-bundled will not compile (Reported by David Wilcox) * ASTERISK-28104 - AstriCon Feedback: Automatically create a 1 line dialplan context for stasis apps (Reported by George Joseph) * ASTERISK-28238 - PJSIP realtime. getcontext not working with DUNDI (Reported by Ray) * ASTERISK-28173 - Deadlock in chan_sip handling subscribe request during res_parking reload (Reported by Giuseppe Sucameli) * ASTERIS...
2015 May 25
1
ARI echo test
...hat would require new C code in Asterisk for the bridge, and then the usual methods of moving channels in to bridges with ARI could be used.? On Sat, May 23, 2015 at 1:33 AM, Nick Awesome <jleed at me.com> wrote: > recreate Echo, if that is possible. trying to recode all dialplan to > stasis application > > On 22 May 2015, at 19:29, Scott Griepentrog <sgriepentrog at digium.com> > wrote: > > Nick- > > Are you wanting to recreate the dialplan Echo() application in stasis? > > Why not just send the call to Echo() instead of Stasis()? > > On Fri, May...
2019 Feb 15
0
Asterisk 16.2.0 Now Available
...ly when AOR is blocked (Reported by Ross Beer) * ASTERISK-28173 - Deadlock in chan_sip handling subscribe request during res_parking reload (Reported by Giuseppe Sucameli) * ASTERISK-28104 - AstriCon Feedback: Automatically create a 1 line dialplan context for stasis apps (Reported by George Joseph) * ASTERISK-28271 - Opensuse Leap 15 --with-jannson-bundled will not compile (Reported by David Wilcox) * ASTERISK-28238 - PJSIP realtime. getcontext not working with DUNDI (Reported by Ray) * ASTERISK-28263 - codec_opus: errors...
2019 Oct 28
0
Asterisk 17.0.0 Now Available
...(Reported by Matt Jordan) * ASTERISK-28375 - res_pjsip: New configuration setting to allow disabling norefersub (Reported by Dan Cropp) * ASTERISK-28320 - Added ARI resource /ari/channels/{channelid}/rtp_statistics (Reported by sungtae kim) * ASTERISK-28267 - res_stasis: Add ability to switch applications (Reported by Benjamin Keith Ford) * ASTERISK-28087 - add flag to allow CALLERID(num) to be placed in Contact header in chan_pjsip (Reported by Torrey Searle) * ASTERISK-27971 - res_pjsip: Implement additional SIP RFCs for Goo...
2015 May 22
2
ARI echo test
Can anyone tell me how can I create echo test using ARI stasis application?
2015 May 23
0
ARI echo test
recreate Echo, if that is possible. trying to recode all dialplan to stasis application > On 22 May 2015, at 19:29, Scott Griepentrog <sgriepentrog at digium.com> wrote: > > Nick- > > Are you wanting to recreate the dialplan Echo() application in stasis? > > Why not just send the call to Echo() instead of Stasis()? > > On Fri, May 22,...
2019 Sep 20
4
Load issues using AGI
...single call. If we eliminate 3 of them we reduce the load by half. I also tried to have the AGI replaced by some fake AGI which returns immediately to make sure it is not related to long running AGI Scripts but this made no difference. I tried to tweaked a bit manipulating the thread limitations in stasis.conf but it had no significant effect on load. Also I tried to "decline" all non AGI messages in stasis.conf. It seems it has very little effect. Does anyone have similar issues or a solution? Is there anyone who calls AGI several times during call establishment? any hin and help would...
2023 Jun 17
1
Get SIP Call-ID from ARI
I tried GET /channels/{channelid}/variable?variable=CHANNEL(pjsip,call-id) But it responds with "message": "Channel not in Stasis application" Since I want to get the call-id for a channel not in stasis I guess that won’t work. Similarly, I can’t force the channel through my own code in the dialplan, so the PJSIP_HEADER function won’t work. So it looks like I’ll have to upgrade my Asterisk test system to get the Ca...