Displaying 20 results from an estimated 1000 matches similar to: "Mixing PJSIP realtime and flat files"
2015 Mar 12
2
WebRTC demo phones
Hello,
Can anyone recommend a particular online WebRTC phone for testing with
Asterisk?
We tried:
- JsSIP, but even with the "enable video" checkbox disabled it sends video
options in the INVITE SDP and Asterisk rejects it with "Rejecting secure
video stream without encryption details".
- sipML5, but it won't register, perhaps something to do with not using the
Asterisk
2011 Nov 21
2
Continue AGI after Dial() following caller hang up?
Hello,
We would like to continue a Perl AGI after a Dial() it has done completes
following caller hangup. We would like to do this in the same AGI, and not
using a new AGI from the 'h' extension. It works fine when the called party
hangs up and the 'g' option is used, but not for caller hangup.
Is this possible?
If not a confirmation that this is the case would be very helpful.
2013 Jan 03
3
faxdetect on/off on the fly?
Hello,
We want the ability to choose from an AGI script whether or not to enable
faxdetect for calls over SIP or DAHDI. Is this possible, or can anyone
suggest a workaround?
Thanks for any advice.
--
David Cunningham, Voisonics
http://voisonics.com/
USA: +1 213 221 1092
UK: +44 (0) 20 3298 1642
Australia: +61 (0) 2 8063 9019
-------------- next part --------------
An HTML attachment was
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Yes indeed.
Do you have the dialplan, eg from /etc/asterisk/extensions.conf?
Something is getting this OUT_3_SUFFIX variable and including it in a Dial
to 172.22.4.12.
On 18 August 2015 at 16:21, Brendan Ord <bord at staff.onthenet.com.au> wrote:
> Starting to make sense when I saw this line:
>
>
>
> [2015-08-18 15:01:33] DEBUG[19366][C-00001cfc]: pbx.c:3785
>
2011 May 12
1
Higher CPU usage on 1.6.1 than 1.4?
Hello,
We have a customer who upgraded from Asterisk 1.4 to 1.6.1.22 and is now
experiencing higher CPU utilization on their server. I can't see anything
wrong, so is this just expected with 1.6? Can anyone help explain it?
Thanks for any advice.
--
David Cunningham, Voisonics
http://voisonics.com/
US toll-free: +1 888 842 2720
UK: +44 (0) 20 3298 1642
Australia: +61 (0) 2 8063 9019
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Hello,
So, I found this line under macro-dialout-trunk, in extensions_additional.conf (FreePBX, so it controls the conf files mostly);
exten => s,n,Dial(${OUT_${DIAL_TRUNK}}/${OUTNUM}${OUT_${DIAL_TRUNK}_SUFFIX},${TRUNK_RING_TIMER},${DIAL_TRUNK_OPTIONS})
If I grep for OUT_3_SUFFIX in all files in /etc/asterisk I get nothing..
Here's a paste of a few things out of the two files that I
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
David,
I should also note;
246 is my extension, it has IP 172.22.3.238.
172.22.4.8 is the PBX, and 172.22.4.12 is the 2800 gateway.
The trunk is called ?testing? at the moment. The route that selects this trunk uses a 9 prefix.
This system is in semi-production, so there might be fluff in the log from other active calls.
Brendan Ord
OntheNet - Network Engineer
P 07 5553 9222
F 07 5593 3557
2020 Oct 30
3
Multiple IP addresses and using same IP for outbound calls as inbound
Why not use OpenSips/Kamailoo in between? Where you want 1.1.1.1 you pass
it along as is. Where you want 2.2.2.2 change the sdp in opensips/kamailio
On Thu, Oct 29, 2020 at 20:44 David Cunningham <dcunningham at voisonics.com>
wrote:
> Hello,
>
> Does anyone know a way with chan_sip to tell Asterisk to use a specific IP
> address for its end of the communication for a specific
2020 Oct 23
2
Multiple IP addresses and using same IP for outbound calls as inbound
OK, thank you George.
On Sat, 24 Oct 2020 at 03:16, George Joseph <gjoseph at digium.com> wrote:
>
>
> On Thu, Oct 22, 2020 at 4:13 PM David Cunningham <
> dcunningham at voisonics.com> wrote:
>
>> Hi George,
>>
>> Thank you for the response. I'm a little unclear on what you mean by a
>> transport. We're using chan_sip, not pjsip.
2014 Jan 20
3
Asterisk not receiving call from VPN address
Hi,
We have a Kamailio and Asterisk cluster, both machines being on a real
103.x IP address and also on a 172.x OpenVPN address.
The problem is that when Kamailo receives a call from the VPN and forwards
it to the Asterisk server on it's 103.x address, Asterisk never sees the
call.
If Kamailio receives a call from the VPN and forwards the call to the
Asterisk server on it's 172.x
2016 Dec 12
2
AMI version of CONNECTEDLINE
Hello,
Is there any equivalent of the CONNECTEDLINE function which can be called
from an application using the AMI?
Thanks for any ideas.
--
David Cunningham, Voisonics
http://voisonics.com/
USA: +1 213 221 1092
Australia: +61 (0) 2 8063 9019
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2023 Feb 24
1
Big problems after update to 9.6
Hi David,
It seems like a network issue to me, As it's unable to connect the other node and getting timeout.
Few things you can check-
* Check the /etc/hosts file on both the servers and make sure it has the correct IP of the other node.
* Are you binding gluster on any specific IP, which is changed after your update.
* Check if you can access port 24007 from the other host.
If
2020 Oct 22
2
Multiple IP addresses and using same IP for outbound calls as inbound
Hi George,
Thank you for the response. I'm a little unclear on what you mean by a
transport. We're using chan_sip, not pjsip.
Do you mean a device in sip.conf, using bindaddr to set the address to bind
for that device? We've only used bindaddr in the [general] section before,
but if it will work in a device that could be the answer.
On Fri, 23 Oct 2020 at 00:13, George Joseph
2023 Apr 18
1
RTP address learning and timing problem
I don't know in that specific output what happened. Your best course of
action is to add further logging or step through the logic with all of the
knowledge you have of the RTP streams to understand what is happening.
On Mon, Apr 17, 2023 at 8:52 PM David Cunningham <dcunningham at voisonics.com>
wrote:
> Hi Joshua,
>
> Thank you for that. From the code it kind of looks like
2010 May 19
2
Cause and cure for "Exceptionally long voice queue length queuing to Local"?
Hello,
We're seeing lots of warnings like the following, running Asterisk
1.6.1.12. Does anyone know the cause or cure?
One explanation I've come across is that the peer is congested and
sending RTCP messages asking us to slow the RTP down. Is there any way
we can verify this?
[May 17 13:42:45] WARNING[27482] channel.c: Exceptionally long voice
queue length queuing to Local/12126412121
2023 Apr 17
1
RTP address learning and timing problem
Hi Joshua,
Thank you for that. From the code it kind of looks like
STRICT_RTP_LEARN_TIMEOUT is a minimum, not a maximum:
if (!ast_sockaddr_isnull(&rtp->strict_rtp_address)
&& STRICT_RTP_LEARN_TIMEOUT < ast_tvdiff_ms(ast_tvnow(),
rtp->rtp_source_learn.start)) {
ast_verb(4, "%p -- Strict RTP learning complete - Locking on source address
%s\n",
Our call shows:
#
2011 Jan 20
1
Introducing easySysAdmin - automated security and telecom fraud protection
Hello all,
Voisonics is pleased to introduce easySysAdmin, an automated
support/security platform, designed to save your engineer's time and prevent
hacking attempts and telecom fraud.
It comprises of an online service run by us, and a lightweight and
easy-to-install client on your side. Specifically of interest to Asterisk
users is the monitoring of SIP registrations, and automatic blocking
2018 Jul 09
6
How to steal an answered call?
Hello,
I'm familiar with Pickup/PickupChan for taking a ringing call, but does
anyone know how a phone can "steal" an already answered call from another
phone? Our users have decided that call parking is too long-winded and
don't want to use that.
For example: phone A calls phone B, phone B answers the call, phone C dials
something to "steal" the call from B, and
2023 Apr 17
1
RTP address learning and timing problem
It's probably best if you read the logic[1]. There's an entire comment that
talks about how it works.
[1]
https://github.com/asterisk/asterisk/blob/20/res/res_rtp_asterisk.c#L8158
On Mon, Apr 17, 2023 at 7:10 PM David Cunningham <dcunningham at voisonics.com>
wrote:
> Hi Joshua,
>
> Could you confirm if the 5 second period for learning a new audio stream
> is a minimum
2023 Apr 17
1
RTP address learning and timing problem
Hi Joshua,
Could you confirm if the 5 second period for learning a new audio stream is
a minimum or a maximum? The unusual call flow in question results in
Asterisk learning a new audio stream when we don't want it to, and having a
minimum of say 2 seconds of audio would help avoid this.
Thank you!
On Thu, 2 Mar 2023 at 12:32, Joshua C. Colp <jcolp at sangoma.com> wrote:
> On