similar to: Stuck "channel"

Displaying 20 results from an estimated 2000 matches similar to: "Stuck "channel""

2019 Nov 01
2
Stuck "channel"
I have tried both by hand and hitting tab to auto complete: *CLI> channel request hangup Message/ast_msg_queue Message/ast_msg_queue is not a known channel On 31/10/19 14:18, Sean Bright wrote: > On 10/31/2019 2:13 PM, Carlos Chavez wrote: >> I assume this is something created by Freepbx.  If I do a "channel >> request hangup" it tells me the channel does not exist.
2020 Sep 08
3
Some calls drop after 30 seconds
    Some users have complained that their calls drop after about 30 seconds.  Not all, just some.  After looking at the log files the only difference I can find from the dropped calls is the following line: [2020-09-07 11:29:59] VERBOSE[21666][C-00000055] bridge.c: Bridge 14410400-5e04-4358-af0c-45fd71f6f5cd: switching from simple_bridge technology to native_rtp     Most calls just do:
2019 Jan 14
2
Various extensions ring once and go to voicemail
On 1/14/19 4:02 PM, Duncan Turnbull wrote: > > > Sent from my iPad > > On 15/01/2019, at 10:34 AM, Thomas Peters <TPeters at mcts.org > <mailto:TPeters at mcts.org>> wrote: > >> Duncan: >> >> You may have it right—I took one phone and set the ring time to 60 >> seconds. I now get about 4 rings on that one. >> >> I wonder how I
2023 Jun 21
1
PJSIP not performing outbound authentication
    Dis you set "outbound_auth" in your endpoint configuration to Twilio? On 21/06/23 11:19, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls
2023 Jun 21
1
Asterisk not replacing private FROM ip with public IP in INVITE
You need to put your external IP in the transport configuration: external_media_address=X.X.X.X external_signaling_address=X.X.X.X external_signaling_port=5060 On 21/06/23 12:36, TTT wrote: > I've split this thread off from another (PJSIP authentication) because I think the root cause is something different. I think the problem is the following FROM line in my SIP INVITE transaction:
2018 Sep 29
2
WebRTC as Softphone substitute ?
Hi Olivior, We have recently worked on a WebRTC based agent panel. As based on my experience I think that WebRTC based phones are far better and cheaper then those soft / sip phone. the big plus is that they are easy to customize and developer can use the power of browser and web to build / offer features which are not possible with regular phones. Regarding your concern about BLF or call
2020 Mar 02
2
No CID between Asterisk using IAX trunk
    I am trying to troubleshoot two Asterisk servers that have an IAX2 trunk between them.  Calls come and go but there is no CallerID from the remote server either way.  One of the servers is running Asterisk 16 and the other is an older 1.8 install (I know, I am trying to get permission to update).  The trunk between servers is very simple.  Something like: Server 1 (Mexico) [panama]
2020 Mar 02
2
No CID between Asterisk using IAX trunk
    Not these particular two servers. On 02/03/20 12:16, Doug Lytle wrote: >>>> I am trying to troubleshoot two Asterisk servers that have an IAX2 >>>> trunk between them. > Carlos, > > Had caller-id ever worked between these two systems? > > Doug > -- Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez +52 (55)8116-9161
2018 Oct 03
2
WebRTC as Softphone substitute ?
@Olivior I agree that seting up WebRTC is hard, however when done it is smooth to use. For replication you can build RPMs with working configurations. Regarding stability, it is not being used widly, so can't say it is mature. However we have no complain so far regarding audio or connectivity. sometime we provide support for "allow media / mic" type issues, but you know it is
2018 Sep 26
2
WebRTC as Softphone substitute ?
On Wed, Sep 26, 2018 at 9:40 AM Carlos Chavez <cursor at telecomab.mx> wrote: > > On 9/26/2018 4:46 AM, Olivier wrote: > > > Hello, > > > > This morning, I asked myself if WebRTC could be a viable alternative > > to softphone deployment. > > > > For me, main issue with Softphones is the amount of work needed for > > installation and
2018 Sep 26
4
WebRTC as Softphone substitute ?
Hello, This morning, I asked myself if WebRTC could be a viable alternative to softphone deployment. For me, main issue with Softphones is the amount of work needed for installation and configuration. Also, Softphones must be carefully choosen if Deskphone-like quality is expected. Now that WebRTC becomes ubiquitous, it might make sense to trade Softphone features (call history, BLF, ...) for
2020 Oct 02
1
PJSIP_DIAL_CONTACTS and Queues
    Is there a solution to dial multiple contacts for a Queue agent?  Since the pandemic started many of our customers have begun to move agents off site.  Since most of them were using softphones we did not have any problems but now we have one case where the agents have a desk phone in their cubicle and are using a softphone from home.  For regular calls there is no problem as
2023 Jul 25
1
Can ShanSpy be used on Local Channels?
    Does anyone know if Chanspy can be used with local channels? Since agents on queues need to use local channels like Local/XXXX at from-queue/n to make sure that all of their registered extensions ring we are now having a problem trying to use ChanSpy to listen to calls.  Since we do not know if the agent is on their desk phone or a softphone (which use different identifiers) we cannot set
2020 Aug 07
1
One way audio on outgoing calls
    I am having a strange problem with a new provider.  We already have a couple SIP trunks working fine.  We are trying a new provider but we are having one way audio problems with outgoing calls.  Incoming calls do have two way audio, only outgoing calls have this problem.  I do not see anything odd with a packet capture and using PJSIP history to check.  The provider says that on outgoing
2023 Jul 12
1
Is there a good Python library for AMI?
    I am switching many of my scripts to python and I found pyst2 in my search for an Asterisk library.  While it seems to work well for AGI acripts it seems very broken when using it for AMI.  Can anyone recommend a good and currently supported AMI library for python? -- Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez +52 (55)8116-9161
2020 Aug 18
2
Channels freeze on Confbridge
    I am having a strange problem.  We have an Asterisk 16.12.0 server (we have upgraded at least two versions since we found the problem) where users complain that confbridge calls end after about 30 minutes or so.  The problem is that according to Asterisk the calls are still active.  All users are cut off at the same time but a "core show channels verbose" still shows channels as
2023 Jun 21
2
PJSIP not performing outbound authentication
I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: [Twilio] type=auth auth_type=userpass password=mysecret username=myun However, my calls using the trunk are rejected with a 403. Using pjsip logging I notice that the outgoing invite does not have an authentication line. Why is Asterisk not sending
2023 Jun 21
2
Asterisk not replacing private FROM ip with public IP in INVITE
I've split this thread off from another (PJSIP authentication) because I think the root cause is something different. I think the problem is the following FROM line in my SIP INVITE transaction: From: "MYNAME" <sip:16667778888 at 172.31.253.4>;tag=773a3e6a-a677-4fb1-95fc-54b379b650a4 The IP address above is an internal/non-routable IP, so Twilio is rejecting it. For some
2020 Aug 25
1
Channels freeze on Confbridge
On Sun, 23 Aug 2020 at 18:23, Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Saturday 22 August 2020 at 22:51:48, Sebastian Nielsen wrote: > > > I had a similiar problem, but with calls dropping after 30 sec. > > It turned out that Android didn't support RP-CID (Reverse Party Caller > ID) > > so when I sent the name of the callee to the
2017 Apr 20
2
IAX2 getting stuck
If SIP goes to the same provider then yes. Still I would check a packet capture for better understanding. BTW, did you try iax debug? ??, 20 ???. 2017 ?. ? 19:46, Carlos Chavez <cursor at telecomab.mx>: > On 4/20/17 12:45 AM, Kseniya Blashchuk wrote: > > Can it happen that the routes lead the traffic through another interface? > Did you try a packet capture with tcpdump? Do the