Displaying 20 results from an estimated 100 matches similar to: "[PATCH 1/3] Fix file descriptor leak"
2017 Dec 07
2
How to read or write Geolocation (RFC6442) data in SIP/PJSIP messages ?
Hello,
I'm having a look at section 13.1 from SIP Connect v2 doc (see [1]).
It refers to RFC6442 which gives the following example (sorry for its
length):
INVITE sips:bob at biloxi.example.com SIP/2.0
Via: SIPS/2.0/TLS pc33.atlanta.example.com;branch=z9hG4bK74bf9
Max-Forwards: 70
To: Bob <sips:bob at biloxi.example.com>
From: Alice <sips:alice at
2020 Mar 23
3
SIP/2.0 489 Bad Event in reply to a PUBLISH
Hi, in these dark days of COVID-19 lockdown I'm using linphone to
connect to my office asterisk system for working from home.
It's going pretty well but the presence/BLF functions don't appear to work.
In the linphone logs and asterisk debug I find that asterisk is
rejecting linphone's PUBLISH message:
<--- SIP read from UDP:10.27.128.3:5060 --->
PUBLISH sip:john at
2020 Jun 10
2
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
Asterisk can know that one of the attached phones is both "ringing" and
"on the phone".
However the sip NOTIFY it sends out to interested parties can only
communicate one state, for example with pidf+xml it can either send
"Ringing" or "On the phone" and so it sends "Ringing".
This makes the "busy lights" less than useful, if a call
2020 Mar 23
2
Attempting to get BLF working with linphone
So I've got a bit further with my project to get BLF working between
asterisk and linphone.
Initially asterisk was rejecting linphone's SUBSCRIBE messages because
they didn't have an Accept: header. I've fixed that and now the initial
SUBSCRIBE messages work and I see all my online contacts in green.
But after a few minutes linphone attempts to renew the subscriptions and
2011 Jan 07
1
[nut-commits] svn commit r2809 - branches/ssl-nss-port/server
Citeren Emilien Kia <emilienkia-guest op alioth.debian.org>:
> Author: emilienkia-guest
> Date: Fri Jan 7 14:44:25 2011
> New Revision: 2809
> URL: http://trac.networkupstools.org/projects/nut/changeset/2809
>
> Log:
> Deprecate CERTFILE conf var to the benefit of CERTPATH : homogenize
> conf directive names.
>
> Modified:
>
2010 Jul 21
1
[PATCH] nut crashes when port= is omitted
Hi,
I've found that upsdrvctl crashes when there is not ports= specified ups.conf
#0 __strrchr_sse2 () at ../sysdeps/x86_64/strrchr.S:33
#1 xbasename (file=0x0) at common.c:266
#2 stop_driver (ups=0x1e163e0) at upsdrvctl.c:135
#3 send_all_drivers (command=0x4020f0 <stop_driver>) at upsdrvctl.c:446
#4 main (argc=1, argv=0x7ffff30be9c0) at upsdrvctl.c:565
stop_driver
2011 Jan 07
2
[nut-commits] svn commit r2804 - in branches/ssl-nss-port: clients server
Citeren Emilien Kia <emilienkia-guest op alioth.debian.org>:
> Modified: branches/ssl-nss-port/server/conf.c
> ==============================================================================
> --- branches/ssl-nss-port/server/conf.c Wed Jan 5 21:12:03 2011 (r2803)
> +++ branches/ssl-nss-port/server/conf.c Thu Jan 6 10:27:55 2011 (r2804)
> @@ -178,6 +178,22 @@
> return
2020 Mar 23
0
SIP/2.0 489 Bad Event in reply to a PUBLISH
On Mon, Mar 23, 2020 at 7:15 AM John Hughes <john at calva.com> wrote:
> Hi, in these dark days of COVID-19 lockdown I'm using linphone to
> connect to my office asterisk system for working from home.
>
> It's going pretty well but the presence/BLF functions don't appear to work.
>
> In the linphone logs and asterisk debug I find that asterisk is
> rejecting
2011 Aug 27
1
[PATCH 2/3] Fix use of uninitialized variable
Credit goes to "cppcheck".
Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
---
drivers/mge-utalk.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/mge-utalk.c b/drivers/mge-utalk.c
index c6114c7..616e2ad 100644
--- a/drivers/mge-utalk.c
+++ b/drivers/mge-utalk.c
@@ -465,7 +465,8 @@ void upsdrv_shutdown(void)
{
char
2011 Aug 27
1
[PATCH 3/3] Fix pointer check on wrong variable
Credit goess to "cppcheck"
Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
---
drivers/usb-common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb-common.c b/drivers/usb-common.c
index e51f3cf..e459872 100644
--- a/drivers/usb-common.c
+++ b/drivers/usb-common.c
@@ -116,7 +116,7 @@ int USBNewExactMatcher(USBDeviceMatcher_t
2020 Mar 23
3
Attempting to get BLF working with linphone
On 23/03/2020 18:51, Joshua C. Colp wrote:
> On Mon, Mar 23, 2020 at 2:45 PM John Hughes <john at calva.com
> <mailto:john at calva.com>> wrote:
>
>
>
> Why is asterisk giving an error 500? I can find no reason, there
> is nothing in any log.
>
>
> The sequence number is from the past. The first SUBSCRIBE is sequence
> number 22 (check the
2015 Feb 13
1
Asterisk 13 - publish handler
Hi list,
How do I make Asterisk 13 (using PJSIP channel) to handle PUBLISH sent from
the phones?
The trace looks like:
## PHONE -> ASTERISK ##
PUBLISH sip:1001 at example.com SIP/2.0
Via: SIP/2.0/UDP 172.31.19.250:2048;branch=z9hG4bK-w2orn21sre9u;rport
From: "1001" <sip:1001 at example.com>;tag=98slbhbn16
To: "1001" <sip:1001 at example.com>
Call-ID:
2020 Jun 10
0
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
On Wed, Jun 10, 2020 at 10:27 AM John Hughes <john at calva.com> wrote:
> Asterisk can know that one of the attached phones is both "ringing" and
> "on the phone".
>
> However the sip NOTIFY it sends out to interested parties can only
> communicate one state, for example with pidf+xml it can either send
> "Ringing" or "On the phone"
2011 Jul 06
4
upsclient high level API and Java wrapping
Hi all,
on proposal by Arnaud Quette and sponsored by Eaton, I will work on a port on Java of client, discovery and config API.
As I have already suggested (mail of 2011-06-14 of this ml), instead of developping another port of nut protocol, I suggest to develop a higher level API in C/C++ uppon existing upsclient, inspirated by existing C-based tools and python and perl rewrites.
The second
2011 Jan 11
1
Client certificates
While browsing the sources of the nss-ssl-port sources I noticed that
client certificates were added. What is the reason behind this? As far
as I can see, using a server certificate and validating it in the
upsmon client should provide us with a secure channel. Authorizations
for the server will then be handled by the settings in upsd.users by
logging into the server with user and
2020 Mar 25
0
Attempting to get BLF working with linphone
> On 23/03/2020 18:51, Joshua C. Colp wrote:
>> On Mon, Mar 23, 2020 at 2:45 PM John Hughes <john at calva.com
>> <mailto:john at calva.com>> wrote:
>>
>>
>> Why is asterisk giving an error 500? I can find no reason, there
>> is nothing in any log.
>>
>>
>> The sequence number is from the past. The first SUBSCRIBE is
2020 Mar 23
0
Attempting to get BLF working with linphone
On Mon, Mar 23, 2020 at 2:45 PM John Hughes <john at calva.com> wrote:
> So I've got a bit further with my project to get BLF working between
> asterisk and linphone.
>
> Initially asterisk was rejecting linphone's SUBSCRIBE messages because
> they didn't have an Accept: header. I've fixed that and now the initial
> SUBSCRIBE messages work and I see all my
2000 Aug 21
0
Rewritten script /etc/init.d/tinc
THis is the modified script that came with tinc 1.0pre2, and it now uses ifconfig in stead of
ip-route.
I changed the syntax to be correct (may already have been fixedin a newer version), it now checks
whether or not there is a '/dev/tapX' or a '/dev/netlink/tapX' and it checks if there is a module or
not.
I also added the force_connect and the reload options. Force_connect send
2020 May 26
3
Attempting to get BLF working with linphone
Hi John,
1. Could you get any further, in your quest for working BLF with linphone ?
2. Have you tried with a different Linphone version (4.12 is pending on
Linux, packaged as an AppImage, or 4.11 exists on iOS/Android/Win10) ?
Best regards
Le mer. 25 mars 2020 à 15:06, John Hughes <john at calva.com> a écrit :
>
> On 23/03/2020 18:51, Joshua C. Colp wrote:
>
> On Mon, Mar
2011 Jan 21
1
End of NSS port
Hi all,
I am pleased to announce that NSS port of NUT is finished.
Port is fully functionnal (same functionnalities as openssl, and a
not-activated-by-default client certificate validation function) and
successfully tested by myself (external tests are pending, Frederic Bohe
is planned for) with a test matrix which will be uploaded to the web
site soon (by Arnaud), tested functionnality by