similar to: Problems solved

Displaying 20 results from an estimated 1000 matches similar to: "Problems solved"

2023 May 23
3
Problems Solved, two left
And I think they're both small. Solved: tcpdump showed no packets coming in, so I went to my DID provider's Website to discover to my intense embarrassment that the DID number had been set up forwarded to their voicemail. I got egg on my face for this one. I changed that setting to SIP/IAX and packets now arrive and go where they should. Two problems remain. 1. Still can't
2020 Jan 23
3
PJSIP and Grandstream Wave with TSL and SRTP
On Thursday, January 23, 2020 11:31:46 PM CET Sean Bright wrote: > On 1/21/2020 9:18 PM, hw wrote: > > [transport-tls] > > type = transport > > protocol = tls > > bind = 0.0.0.0:5061 > > tos = cs5 > > cert_file = /etc/asterisk/cert/asterisk.pem > > ca_list_file = /etc/pki/tls/certs/ca-bundle.crt > > method = sslv23 > > This is what mine
2018 May 29
1
Difficulty in writing R code for one pool dynamic model
Hi everyone, I was trying to mode the following exercise using R. The question: Set up a one pool model using numericintegration. The model will run from time 1 to time 30 using a time step of 1.The pool (A) will be fed by flux "inA" at a rate of 5 units per hour anddrained by flux "outA" at a rate of 20% per hour. At time 0, A has 5units. At time 30, what is the pool size of
2023 Feb 13
1
An interesting chat with ChatGPT
I was wondering which anchor would match in the regular expression "(a)|(b)" if both "a" and "b" matches the target string. What appears to happen is that the first match wins, and that's how it is documented in Python, but I was looking for docs on this in R. As far as I can see, the ?regex help page doesn't resolve this. So just for fun, I decided to
2023 Feb 13
2
An interesting chat with ChatGPT
Duncan - Indeed, this has now been well documented; I have called these constructions "Schr?dinger Facts", since they arise from a superposition of truths in the training data that collapse into an untruth when observed. https://sentientsyllabus.substack.com/p/chatgpts-achilles-heel Now, the curious question is: why can it program. Why is its production of R-syntax less vulnerable
2010 May 04
2
Asterisk 1.6.2.7 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.2.7. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.2.7 resolves several issues reported by the community, and would have not been possible without your participation. Thank you! The following are a few of the issues resolved by community
2010 May 04
2
Asterisk 1.6.2.7 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.2.7. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.2.7 resolves several issues reported by the community, and would have not been possible without your participation. Thank you! The following are a few of the issues resolved by community
2024 Apr 13
1
Just for your (a|be)musement.
I recently had the chance to read a book explaining how to use ChatGPT with a certain programming language. (I'm not going to describe the book any more than that because I don't want to embarrass whoever wrote it.) They have appendix material showing three queries to ChatGPT and the answers. Paraphrased, the queries are "if I throw 2 (3, 4) fair dice, what is the probability I get
2023 Apr 07
1
python module
Thanks Rowland. I really appreciate your rapid responses and many years of work helping the python community. To answer your question, I could wrap samba tool -- but I thought it would be easier -- and more pythonic to keep the code pure python. As for what chatgpt knows... for the curious I'll paste the relevant responses below. Chat did suggest making calls to the samba-tool. I thought
2023 Apr 07
1
python module
On 07/04/2023 20:20, David Bear via samba wrote: > I am looking for the python-samba module. I would like to > add/disable/modify AD accounts using python running on a linux machine. > ChatGPT suggested the python-samba module. Sample code as follows: > > from samba.credentials import Credentials > from samba.netcmd.user import create as create_user > from samba.netcmd.user
2023 Apr 07
2
python module
I am looking for the python-samba module. I would like to add/disable/modify AD accounts using python running on a linux machine. ChatGPT suggested the python-samba module. Sample code as follows: from samba.credentials import Credentials from samba.netcmd.user import create as create_user from samba.netcmd.user import setpassword as set_user_password ... I am running Debuan bullseye and I can
2010 Sep 12
1
username mismatch with 1.6.2.11
Hello, everything goes well on asterisk 1.4.30, but with asterisk 1.6.2.11 I get the following : [Sep 12 18:59:29] WARNING[2066]: chan_sip.c:12738 check_auth: username mismatch, have <329909006666>, digest has <3291119600> [Sep 12 18:59:29] NOTICE[2066]: chan_sip.c:20082 handle_request_invite: Failed to authenticate device "0473990000" <sip:0473990000 at
2023 Sep 13
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
>Using system() you could issue a asterisk -rx 'core restart now' So I tried this exten => s,1,Playback(beep) exten => s,n,Dial(Console/default,20,g) exten => s,n,Hangup exten => s,n,System(asterisk -rx 'core restart now') But it does not continue. Last thing I see is "Exited non zero" so its not doing the hangup or the system. jerry --------------
2023 Mar 28
1
cdr_sqlite3
> On 2023-03-04 23:11, Sean Bright wrote: > > cdr/cdr_sqlite3_custom.c line 311 Hello, I asked here recently how to change the location where "cdr_sqlite3_custom" stores the sqlite database. The default is location is "astlogdir". I need to change this location without affecting the rest of the asterisk logs. Sean Bright suggested to patch
2023 Mar 07
1
insert hyperlink into svg graphic
This was actually the first thing that ChatGPT debugged for me. The issue was that I was able to click on the link when I displayed the raw SVG in the browser (you can use that to test whether the syntax is even correct), but not when the svg displays inside a html page with the <img ...> tag. ChatGPT correctly identified the issue and suggested a solution using <object ...> tags
2023 Mar 28
1
cdr_sqlite3
On 3/28/2023 4:03 AM, Fourhundred Thecat wrote: > > On 2023-03-04 23:11, Sean Bright wrote: > > > > cdr/cdr_sqlite3_custom.c line 311 > > Hello, > > I asked here recently how to change the location where > "cdr_sqlite3_custom" stores the sqlite database. The default is location > is "astlogdir". > > I need to change this location
2014 Aug 22
1
Asterisk 12 - queue variables not passed to local channel
Asterisk 12.5 I'm using AMI to initiate a "call me now" feature from the web site. The AMI looks like: Action: Originate Channel: Local/s at callmenow Context: dial-to-customer Exten: s Priority: 1 Async: true Variable: CHANNEL_TO_CUSTOMER=SIP/voipms/1112223333 Timeout: 999999 Dial Plan: [callmenow] exten => s,1,NoOp(callmenow: Queue without answer) same
2006 Jan 19
0
setting a query from another query
I have a table that lists other lookup tables. It has id description list_table I have a controller that takes care of editing this table itself - but what I''m trying to achieve is to allow the user to edit the tables referenced in that master list. so what I''d like to do is get the value of list_table outa there (which I have) and plug it into a query that will show me a
2006 Jun 16
0
isdn and PARK
Hi outa there, when i park a call which i picked up at an isdn line , the call never comes back, -- Stopped music on hold on mISDN/9-u73 -- Added extension 'mISDN/2' priority 1 to park-dial == Timeout for mISDN/9-u73 parked on 701. Returning to park-dial,mISDN/2,1 -- Executing Dial("mISDN/9-u73", "mISDN/2| |t") in new stack Jun 18 18:55:36
2012 Jan 03
1
Using Asterisk as a softphone
Hello I'm using softphones as my only 'landline' phone service for almost 3 years now (Diamondcard and now voip.ms), so far using SIP (and mostly Twinkle). Also, I'm using Linux (Debian) as my choice of desktop OS. Also, sometimes I'm in networks with badly behaving NAT routers (for some time I used openvpn to solve this unreliably, then I ended up using 3G instead of wifi