similar to: includes with time and timezone.

Displaying 20 results from an estimated 1000 matches similar to: "includes with time and timezone."

2020 May 30
1
PJSIP
Hello, Anyone know how to set the "To:" in an invite for PJSIP to custom settings. I got the "from" to be the way I need it. From: <sip:e04f43a2ed59 at xaccel.net;tag=44l1nRmW2 To: "TEST" <sip:5tf2f2s0rbtdj-20d14fl6n65t0o-0u03 at 34.221.174.202> I have tried a lot of changes to get to this but nothing works. I am getting this From: sip:109643183 at
2020 Aug 07
1
Confbridge
To all: No matter what I try, I cannot get the system to wait for the admin to join. It just dumps users into the bridge directly. I do not have a pin for users, does that matter? What am I missing? Another issue the absolute timeout is not working ? ... have recordings that last for over 24 hours... and this should not happen... All calls should hangup after 4 ? Any ideas ? Any help is much
2019 Feb 20
4
PJSIP DNS ISSUE
Anyone know how to disable DNS in asterisk so PJSIP still works when the internet goes down. I tried a few things but nothing is working. I even installed BIND on the asterisk box ...that didn't even work. Once I pull the plug on the internet, I cant dial anything. John Bittner CTO [xaccellogoemail] 380 US Highway 46, Suite 500 Totowa, NJ 07512 Phone: 201.806.2602 x2405 Fax:
2020 Feb 11
2
Modems
Guys, I have a customer that heavily uses modems, the problem they don't work reliably with some of the carriers I have used like Level3. This is somewhat expected due to the limits in VoIP so I need a better solution. If I set up an asterisk system on customer premise with an FXS card in it and have calls sent to another asterisk box with a PRI can I get this to be more reliable and better
2019 Jun 06
2
Fail2ban for asterisk 16 PJSIP
Hello Anyone have a working copy of Fail2ban asterisk filter asterisk.conf for Asterisk 16 running PJSIP. I have tried 10 different filters but none of them show any matches when testing with fail2ban-regex I see date template hits but no matches.... My log [2019-06-06 15:37:20] NOTICE[18081] res_pjsip/pjsip_distributor.c: Request 'REGISTER' from '"2405" <sip:2405 at
2020 Jul 16
0
ICE error
Hello all, Running Asterisk 16.10.1 Does anyone know what this means? rtp_recvfrom: PJ ICE Rx error status code: 70004 'Invalid value or argument (PJ_EINVAL) How can I find what value it doesn't like ? I switched to a few different stun servers and I still get the same error. Calls still go through Any help is much appreciated. Thanks John Bittner CTO [xaccellogoemail] 380 US
2020 Sep 25
0
Directory Application
Hello all, Anyone know an easy way to have the Directory Application<https://wiki.asterisk.org/wiki/display/AST/Directory+Application> lookup all the voicemail contexts in the system. Like a global option John Bittner CTO [xaccellogoemail] 380 US Highway 46, Suite 500 Totowa, NJ 07512 Phone: 201.806.2602 x2405 Fax: 201.806.2604 Cell: 973.390.1090
2019 Jun 16
6
Hacking
Anyone know how someone can hack an asterisk box and register with every single account on the box. This box only has 3 accounts, with very complex passwords. Have VoIP blacklist setup and fail2ban... The hackers were able to make 2 calls to Cuba before my alerting system texted me. I am running asterisk 16.3 with PJSIP. This is my only box open to the outside world, a requirement for this one
2019 Jun 24
3
Looking Asterisk SIP Guru
Hello, I am looking for a consultant that know asterisk in and out including how to troubleshoot sip and rtp. I have a device that this acting very strange and I need to prove it's the device code and not an issue with my setup. Very simple setup, all local no nat... Grandstream video phone and a AIphone IX-MX7 door station. PJSIP ... doorstation to grandstream 3370 works perfectly. Early
2013 Jul 02
1
Endpoint call forwarding
Anyone having issues with endpoint call forwarding on asterisk 11? Was working perfect with 10. Issues are not phone related have tried cisco, polycom and Xlite, all fail. Backtrack to 10 and it works ok again. Any help is appreciated. Thanks John Bittner CTO [cid:image003.png at 01CE76D7.8AB33690] 380 US Highway 46, Suite 500 Totowa, NJ 07512 Phone: 201.806.2602 x2405 Fax:
2013 Oct 18
2
Hack
Today I was hacked but caught it very quickly. This is the weird part, they hacked an IP Auth based account by simply knowing the account name. How is this possible? I am running Asterisk 11.5.0. Now it's my fault I used a dictionary based account name but how did they bypass the set ip I had under the account for this host. This also happened with fail2ban running and I pay for Humbug .
2013 Nov 11
1
Asterisk Realtime Static Voicemail
Guys, I need you help on this one. Don't know when this broke but we have a custom gui that runs on top of Asterisk running a real-time static for configurations. Nothing has changed with the database other than upgrades of Asterisk 10. Customer complained that there password was not changing when they called into voicemail and changed it. Database is running standard ast_config with the
2013 Jun 21
0
DTMF
Anyone see this before? I have a main Asterisk box 11.4 connected to Windstream via SIP trunks in my colo. So as a did comes in they are routed to appropriate customers, in this case another asterisk 11.4 box. All is working well with the exception of DTMF. Losing the last digits so say someone hits 123... on the customer box I only get 12 This is the weird part, it only happens on 1 DID. If I
2015 Mar 02
0
CDR with conference asterisk 12
Hello, Anyone see this issue, I have a conference bridge setup for a church with a Barix unit that streams audio into the bridge. The bridge is started by calling in to a number that executes a call file and the system calls the Barix unit starting the broadcast. Users then call in and can listen to the sermons live. The system works flawless with 1 issue I can't get accurate cdr's. Every
2003 Dec 19
2
GotoIfTime help
Hey All, I need to forward an extension to an other depending on the current time but I could not get it done with GotoIfTime. What I'm trying to do is ring on the extension 1 if time is between 8:00AM and 2:00PM and on extension 2 if is between 2:01PM 11:00PM. exten => 111,1,GotoIfTime(8:00-14:00|*|*|1-12?333) exten => 111,2,Dial(${Person1}) exten => 111,3,Dial(Hangup) exten
2011 May 14
2
changing the day of the week in dates format
Dear all, I have a question related to the POSIXlt function in R. I have a set of dates and times, for exmaple: startx <- as.POSIXct("2011-01-01 00:00:00") finx <- as.POSIXct("2011-12-31 00:00:00") daysx<- seq(startx, finx, by="24 hours") I want to change the dates of all the days falling on a Saturday to the next working day (i.e. Monday). So I
2004 Oct 05
0
new option implemented: --delete-mdays
Hi folks, we would like your feedback on a new option we have implemented. We would like to know whether it should be merged into the CVS tree. Perhaps one of the rsync developers can have a look at the code, improve it where necessary, and committ it to CVS. The name of the option is "--delete-mdays=DAYS" and it works in conjunction with the option "--delete." It modifies
2003 Apr 28
4
plot(pam.object) error with R-1.7.0 on Red-Hat 8.0 i686
I don't know if there is some fault in compiling or a bug of the new R-1.7.0 version: cl.pam.2 <- pam(as.dist(1-cor(mel.data)),2) plot(cl.pam.2) perform a right partitioning and silhouette plot on the old R-1.6.2 instead "Error in clusplot.default(x$diss,...... ; x is not numeric" is the output on the new R-1.7.0. Same platform: RH8.0 i686. Some suggestions? A.S.
2012 Dec 17
0
User defined functions error - where is it ?
Hello, I have a written a couple of functions (states.trends(.) and trend.generator(.)) to create monthly aggregated time series from disaggregated data. They seem to work pretty fine with all the data I provide, but they give me the following error in one the case I use a particular table (per.after.sub): > states.trends(per.after.sub,'CUST_SINCE') Error in if (d.length%%d.length2 !=
2005 Jan 04
4
queue_log
Anyone know how to get app_queue to send logs to MySQL or any other sql server. I found info for cdr's and even configs but nothing on queue_log. If sql is not supported in the current app_queue I will be willing to pay someone to add it. John Bittner Simlab.net