similar to: sip.conf setvar option

Displaying 20 results from an estimated 600 matches similar to: "sip.conf setvar option"

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" ,
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.
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 Apr 27
1
Reload dialplan from bash in strict mode
Hi All, I hope someone can give me a hint. We try to reload the asterisk dialplan config using ansible command module. Using this we just trigger asterisk -rx "dialplan reload" Now we want ansibe to fail if there is something wrong in the dialplan. If we put a bad config in extensions.conf dialplan reload prints some warning in Asterisk console but the command "asterisk
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 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 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 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
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
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
2012 Nov 09
3
if between 500-600 give 550
I have a data frame somewhat like this: myframe <- data.frame (ID=c(2,3,4,5), Hunger =c(415,452,550,318 )) myframe Now I would like to add a column to the right which summarizes the values for Hunger somewhat to reduce the number of values: If the values for Hunger are between 300-400 I would like to insert the number 350, between 400-500 insert 450 between 500-600 insert 550 Does
2012 Sep 26
2
average environmental data if AnimalID and Time is duplicated
Hello, I tried for about three hours now to solve this problem but I can't figure it out. I am sure someone knows how do it. At least I hope so. I have a data frame somewhat like this: myframe <- data.frame (ID=c("Ernie", "Ernie", "Bert", "Bert"), Timestamp=c("24.09.2012 09:00", "24.09.2012 09:00", "24.09.2012 10:00",
2012 Oct 26
0
mean of a value of the last 2 hours using plyr (Thank you)
Hi dear three helpers, Thanks a lot! Your solutions worked great. Again I learned a lot. Tagmarie Am 25.10.2012 18:36, schrieb Felipe Carrillo: > Another option using plyr, > library(plyr) > myframe <- data.frame (ID=c("Ernie", "Ernie", "Ernie", "Bert", "Bert", > "Bert"), Timestamp=c("24.09.2012 09:00",
2004 Jul 07
0
ADS server fallback
Dear list, I have a question about ADS server fallback of a Samba domain member in a W2k3 environment. I describe now a little our real production ADS environment; Madrid: two W2k3 ADS servers (ADM01 and ADM02) in a cluster; both are a global catalog servers in the XXXX.COM realm. Berlin; one W2k3 ADS server (ADM03); is also a global catalog server in the XXXX.COM realm. The ADS servers in
2004 Jun 15
0
Automatic ADS server fallback
Dear list, I have a question about automatic ADS server fallback of a Samba domain member in a W2k3 environment. I describe now a little our real production ADS environment; Madrid: 2 W2k3 ADS servers (ADM01 and ADM02) in a cluster; both are a global catalog server in the XXXX.COM realm. Berlin; 1 W2k3 ADS server (ADM03); is also a global catalog server in the XXXX.COM realm. The ADS
2012 Oct 25
2
mean of a value of the last 2 hours
Hello, I have a data frame somewhat like that: myframe <- data.frame (ID=c("Ernie", "Ernie", "Ernie", "Bert", "Bert", "Bert"), Timestamp=c("24.09.2012 09:00", "24.09.2012 10:00", "24.09.2012 11:00"), Hunger=c(1,1,1,2,2,1) ) myframestime <- as.POSIXct (strptime(as.character(myframe$Timestamp),
2014 Jun 16
1
KVM Forum 2014 Call for Participation
================================================================= KVM Forum 2014: Call For Participation October 14-16, 2014 - Congress Centre D?sseldorf - D?sseldorf, Germany (All submissions must be received before midnight July 27, 2014) ================================================================= KVM is an industry leading open source hypervisor that provides an ideal platform for
2014 Jun 16
1
KVM Forum 2014 Call for Participation
================================================================= KVM Forum 2014: Call For Participation October 14-16, 2014 - Congress Centre D?sseldorf - D?sseldorf, Germany (All submissions must be received before midnight July 27, 2014) ================================================================= KVM is an industry leading open source hypervisor that provides an ideal platform for
2008 Mar 28
4
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe
Hi, i installed rsync 3.0 on a Sun Solaris 10 Sparc Server and tried to Backup the Server via BackupPC the complete rsync command from the backup server is this: /usr/bin/ssh -q -x -l root IP /usr/bin/rsync --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --checksum-seed=32761 --log-file=/var/log/rsync.log --ignore-times . / in the log on
2015 Jan 06
0
FAO Statistical Yearbook consultant
Hi Amy, one key question: can this position work remotely? Thank you, Mark LoPresti From: "Heyman, Amy (ESS)" <Amy.Heyman at fao.org> To: "r-sig-jobs at r-project.org" <r-sig-jobs at r-project.org> Sent: Tuesday, January 6, 2015 10:49 AM Subject: [R-jobs] FAO Statistical Yearbook consultant FAO Statistical Yearbook consultant The Food and