Displaying 20 results from an estimated 3000 matches similar to: "No CID between Asterisk using IAX trunk"
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
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:
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
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
2019 Oct 31
2
Stuck "channel"
Since yesterday I have a stuck channel on my Asterisk server and I
do not know how to eliminate it:
Message/ast_msg_queu macro-dial-one s 59 Up
Dial PJSIP/1218/sip:1218 at 192.1 17:24:07
I assume this is something created by Freepbx. If I do a "channel
request hangup" it tells me the channel does not exist. Any ideas?
--
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
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
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:
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 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
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 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
2007 Nov 05
1
PRI dialout problem with some numbers...
I have an Asterisk server (1.4.13) using PRI in Monterrey, Mexico.
This is really the first server I have used with PRI in Mexico as we
normally use MFC/R2. Everything seems to be working except that some
numbers always seem to be busy when you dial them. All these numbers
belong to different phone companies. I know that with R2 this problem
is present if you have a "#define
2005 Oct 07
2
Some Ruby code help?
Hi,
This isn''t related to Rails itself, but rather to Ruby. I''m trying to
import a file into a database. The fields are separated by a ''|''.
Everything seems to work fine, but after 64 rows are inserted, it starts
mangling the field values. Would you take a look at the following code?
require ''mysql''
def capitalize(str)
2004 Jun 07
2
Problem with rxFax
I compiled libtiff version 3.6.1 and spandsp and spandsp version k. When
trying to load asterisk I get the folloein error:
Jun 7 10:15:03 WARNING[16384]: loader.c:408 load_modules: Loading
module app_dtmftotext.so failed!
Ouch ... error while writing audio data: : Broken pipe
[root@zapata root]# Warning, flexible rate not heavily tested!
Please help!
--
Manuel Marin Garcia
TRANSTELCO S.A.
2007 Nov 21
1
Problem dialing certain numbers with an E1 PRI
I have a server running Asterisk 1.4.14, Zaptel 1.4.6, Libpri-1.4.2 on
a CentOS 5 server. The server has a single TE110 card connected to a
provider called Alestra in Monterrey, Mexico. Since we installed
everything we have been having problems dialing certain numbers, those
numbers always fail when dialed from Asterisk but if you dial from your
cell phone they always go through. I once has a