Displaying 20 results from an estimated 500 matches similar to: "Reload dialplan from bash in strict mode"
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
i would do something like this (it is not a copy of what we are doing but
an example of how i would do it)
Important here is the "--data" and "-H" Option as well as the "variables"
section within the Body. I added the callerid function here as well as it
is the sample in the asterisk wiki.
curl -v -H "Content-Type: application/json" -u
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
as far as PPI and PAI Header, we use the channel Vars in order to do that.
In Latest Asterisk you can set Channel vars within the create command in
the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan.
https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/
BR
Jöran
On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote:
> An
2019 Aug 15
4
PJSIP reInvite
Hi All,
We are using asterisk 16.5 and having an issue with the first re-invite
after the call has been established.
We can see the call gets up and you see in the logs the bridge type has
changed and after that a re-invite is triggered.
Is there any possibility to deactivate this kind of reInvite? We have some
race conditions while have multiple asterisk in the call flow and the
different
2019 Aug 16
2
PJSIP reInvite
Hi all,
So the scenario is:
A -> Asterisk -> B
after B send back 200 OK Asterisk is answering the call to A. Directly
after the Answer Asterisk generates a ReInvite to A and the only difference
between the 200 OK sdp and the reInvite sdp are the offered codecs which
are forwarded from B to A. Here i do not understand why this could not be
done in the 200OK to A?
As far as i understood
2019 Sep 20
4
Load issues using AGI
Hi all,
we have just upgraded from Asterisk 11 to Asterisk 16.
After porting all the config to 16 we figured out some major load problems.
the majority running of our Asterisk instances is still having Asterisk 11
so we can compare load handling on both versions.
On the same hardware configuration we see load differences that Asterisk 16
takes four times the load as Asterisk 11 (on 11 we see
2019 Sep 20
2
Load issues using AGI
Hi,
@josh, We are using AGI. It is a very simple perl script. If we need to
move to FastAGI we most likely would port it to ARI instead. But I let you
know.
@john, we using Perl. To see if it is a problem with the perl i had put an
"exit 0" just at the first lines so there is no logic done at the AGI.
It's only the start up and return from AGI what produces the most of the
load.
2019 Jan 17
2
Early media using ARI
Hi all,
we are working on a A to B basic Call scenario with early media.
On that scenario we get a call from a PJSIP endpoint and we place a new
call using ARI. On the created channel we receive a 183 Session progress
where we have an announcement regarding e.g. the cost of the call (it's
important for us to have this announcement to inform our customers about
the costs).
Using asterisk
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
i did it wrong, sorry:
curl -v -H "Content-Type: application/json" -u asterisk:asterisk -X POST "
http://localhost:8088/ari/channels/newChannelId"
<http://localhost:8088/ari/channels/1400609726.3/play?media=sound:hello-world>
--data '{ "endpoint": "SIP/Alice", "variables": { "CALLERID(name)":
"Alice" ,
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Jöran,
Would it be possible to see an example using curl of how you are passing the PAI Header through ARI create?
Dan
From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Jöran Vinzens
Sent: Friday, August 7, 2020 12:10 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re: [asterisk-users] With
2020 Aug 07
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
I'm trying to transition from AMI to ARI.
Running into a small hiccup when I try to create (originate a call) with the caller id name and number
I can pass the Name and Number if the name has no spaces in it and it shows up in my PhonerLite application.
curl -v -u asterisk:asterisk -X POST http://asterisk:astersk at localhost:8088/ari/channels/mycallerid.1?endpoint=PJSIP/1003 at
2019 Nov 18
4
On Register, run a script, validate source IP
Hi Gang
To increase security against phished passwords and similar attacks, we
consider offering customers to define IP ranges (or GeoIP locations)
from which their dynamic registrations are being accepted.
I can already look at the source IP in the dial plan, so no issue with
validate an INVITE against a source IP.
But I would also like to prevent registrations from outside of this
2020 Oct 27
2
Expert to work on load issue
Jon,
We are only using FastAgi. On the second system (running Asterisk 16) there
are no agi's running (just some bash scripts on call hangup). I did add
some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v
udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the
packet queue (with the help of
2008 Mar 28
1
sip.conf setvar option
Hi,
does anybody know about the setvar option in asterisk's sip.conf. I am
trying to define it for a peer that's used when making calls using the
originate ami call, but it seems to not have any effect.
Marcus
--
Marcus Hunger - hunger at sipgate.de
Telefon: +49 (0)211-63 55 55-61
Telefax: +49 (0)211-63 55 55-22
indigo networks GmbH - Gladbacher Str. 74 - 40219 D?sseldorf
HRB
2023 Jul 20
3
Bug#1041533: xen-system-amd64: Xen fails to start hvm type VMs when a vncpasswd is set
Package: xen-system-amd64
Version: 4.17.1+2-gb773c48e36-1
Severity: important
Dear Maintainer,
after upgrading my bullseye server to bookworm I ran into the issue that all VMs of type hvm are not starting anymore.
xl throws an error:
libxl: error: libxl_qmp.c:1399:qmp_ev_fd_callback: Domain 8:error on QMP socket: Connection reset by peer
libxl: error: libxl_qmp.c:1438:qmp_ev_fd_callback: Domain
2020 Jun 23
2
Controlling Asterisk from within the dialplan
Hi.
Is there any better way of controlling Asterisk itself (by which I mean,
shutting it down, or telling it to restart) from within the dialplan, other
than using the System() command?
Regards,
Antony.
--
Software development can be quick, high quality, or low cost.
The customer gets to pick any two out of three.
Please reply to the
2016 Mar 22
2
Problem with Winbind and Windows Clients
Any errors atm in
syslog and/or messages
and the samba logs.
And the interval of the problem, still 5 days?
Gr.
Louis
Van: Oliver Werner [mailto:oliver.werner at kontrast.de]
Verzonden: dinsdag 22 maart 2016 11:00
Aan: L.P.H. van Belle
CC: samba at lists.samba.org
Onderwerp: Re: [Samba] Problem with Winbind and Windows Clients
Hi,
now i have tested again
2023 Oct 13
2
Open SSH End-of-Life Schedule?
Sorry, I should have been more clear. Just wondering in general if there is a policy, not as any kind of library. Below are more examples from that website of tools, servers and services. It?s possible there still isn?t a timeframe but wondering about general end-of-life expectations even if there have been only cursory discussions.
https://endoflife.date/ansible-core
2023 Oct 13
1
Open SSH End-of-Life Schedule?
Q: What type of changes, "incompatibilities" do you see, or experience, that would require something like that?
Tomcat: i't s a "platform" where newer technologies (ie. JDK version N+3) could introduce unexpected problems for business apps that runs on that platform to have security for a period.
Postgresql: as new features (ie. logical replication, and partitioning)
2016 Mar 15
3
Problem with Winbind and Windows Clients
Ok, next test.
Change :
kerberos method = secrets and keytab
to
kerberos method = secrets
and wait again.
I'll explain by giving this link.
http://changelogs.ubuntu.com/changelogs/pool/main/s/samba/samba_4.3.6+dfsg-1ubuntu1/changelog
Look at the last line bugfix in this change log of 4.3.6.
Im testing here also, because this looks like its also involves the kerberos changes, now, i
2016 Mar 11
6
Problem with Winbind and Windows Clients
Ah..
So every 5 days this happens, correct ?
Solution, reboot your pc every 4.99999999 days.
This way its gets a new ticket and isnt the old reused.
As it stats on the site,.
" tickets can be renewed for a maximum of 5 days from the date of original issue."
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces