Displaying 20 results from an estimated 24 matches for "pidf".
Did you mean:
pid
2017 Dec 07
2
How to read or write Geolocation (RFC6442) data in SIP/PJSIP messages ?
...: Bob <sips:bob at biloxi.example.com>
From: Alice <sips:alice at atlanta.example.com>;tag=9fxced76sl
Call-ID: 3848276298220188511 at atlanta.example.com
Geolocation: <cid:target123 at atlanta.example.com>
Geolocation-Routing: no
Accept: application/sdp, application/pidf+xml
CSeq: 31862 INVITE
Contact: <sips:alice at atlanta.example.com>
Content-Type: multipart/mixed; boundary=boundary1
Content-Length: ...
--boundary1
Content-Type: application/sdp
...Session Description Protocol (SDP) goes here
--boundary1
Content-Type: applica...
2011 Aug 27
1
[PATCH 1/3] Fix file descriptor leak
...osch <thomas.jarosch at intra2net.com>
---
common/common.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common/common.c b/common/common.c
index f443cb7..e8004d7 100644
--- a/common/common.c
+++ b/common/common.c
@@ -244,6 +244,7 @@ int sendsignalfn(const char *pidfn, int sig)
if (fgets(buf, sizeof(buf), pidf) == NULL) {
upslogx(LOG_NOTICE, "Failed to read pid from %s", pidfn);
+ fclose(pidf);
return -1;
}
@@ -251,6 +252,7 @@ int sendsignalfn(const char *pidfn, int sig)
if (pid < 2) {
upslogx(LOG_NOTICE, "Ignoring inval...
2020 Mar 23
3
SIP/2.0 489 Bad Event in reply to a PUBLISH
...SH sip:john at xxx.xxx.com SIP/2.0
Via: SIP/2.0/UDP 10.27.128.3:5060;branch=z9hG4bK.GRd5yC7Wo;rport
From: <sip:john at xxx.xxx.com>;tag=ZtFgBTxUL
To: sip:john at xxx.xxx.com
CSeq: 20 PUBLISH
Call-ID: SMHLUSLJD6
Max-Forwards: 70
Supported: replaces, outbound
Event: presence
Accept: application/pidf+xml
Content-Length: 511
Content-Type: application/pidf+xml
Expires: 3600
User-Agent: Linphone/3.12.0 (belle-sip/1.6.3)
<?xml version="1.0" encoding="UTF-8"?>
<presence xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model"
xmlns:rpid="urn:ietf:params:xml:ns:...
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 makes multiple
phones ring you can't tell, looking at the busy lights, which ones are
busy, and so less likely to an...
2020 Mar 23
0
SIP/2.0 489 Bad Event in reply to a PUBLISH
...SIP/2.0/UDP 10.27.128.3:5060;branch=z9hG4bK.GRd5yC7Wo;rport
> From: <sip:john at xxx.xxx.com>;tag=ZtFgBTxUL
> To: sip:john at xxx.xxx.com
> CSeq: 20 PUBLISH
> Call-ID: SMHLUSLJD6
> Max-Forwards: 70
> Supported: replaces, outbound
> Event: presence
> Accept: application/pidf+xml
> Content-Length: 511
> Content-Type: application/pidf+xml
> Expires: 3600
> User-Agent: Linphone/3.12.0 (belle-sip/1.6.3)
>
> <?xml version="1.0" encoding="UTF-8"?>
> <presence xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model"
> xm...
2015 Feb 13
1
Asterisk 13 - publish handler
...t;,nonce="1423831696/f03cd493c485d56261cbcc0648f97e54",uri="
sip:1001 at example.com
",qop=auth,nc=00000001,cnonce="6e4402d8",response="34dcaab743eb5f0837529fbb54105f5a",opaque="20c8892f17d503b0",algorithm=MD5
Expires: 3600
Content-Type: application/pidf+xml
Content-Length: 480
<?xml version="1.0" encoding="UTF-8"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf"
xmlns:im="urn:ietf:params:xml:ns:pidf:im"
entity="pres:1001 at example.com">
<tuple id="snom300-0004133D6914">...
2020 Jun 10
0
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
...0 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" and so it sends "Ringing".
>
> This makes the "busy lights" less than useful, if a call makes multiple
> phones ring you can't tell, looking at the busy lights, which ones are
> busy, and...
2020 Mar 23
2
Attempting to get BLF working with linphone
...0.27.128.3:5060;branch=z9hG4bK.NYP-ux0Zx;rport
From: <sip:john at masked.masked.com>;tag=iGH81k5xf
To: <sip:jacques at masked.masked.com>;tag=as3c7de68c
CSeq: 22 SUBSCRIBE
Call-ID: SQOclJgm4O
Max-Forwards: 70
Supported: replaces, outbound
Event: presence
Expires: 600
Accept: application/pidf+xml
Contact:
<sip:john at 10.27.128.3;transport=udp>;+sip.instance="<urn:uuid:abcdf51a-82e0-49b9-a8ab-2461011f25ec>"
User-Agent: Linphone/3.12.0 (belle-sip/1.6.3)
Authorization: Digest realm="asterisk", nonce="188b095b", algorithm=MD5,
username="john...
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
2020 Mar 25
0
Attempting to get BLF working with linphone
...27.128.3:5060;branch=z9hG4bK.NYP-ux0Zx;rport
From: <sip:john at masked.masked.com>;*tag=iGH81k5xf*
To: <sip:jacques at masked.masked.com>;tag=as3c7de68c
CSeq: 22 SUBSCRIBE
Call-ID: SQOclJgm4O
Max-Forwards: 70
Supported: replaces, outbound
Event: presence
Expires: 600
Accept: application/pidf+xml
Contact:
<sip:john at 10.27.128.3;transport=udp>;+sip.instance="<urn:uuid:abcdf51a-82e0-49b9-a8ab-2461011f25ec>"
User-Agent: Linphone/3.12.0 (belle-sip/1.6.3)
Authorization: Digest realm="asterisk", nonce="188b095b", algorithm=MD5,
username="john...
2020 Mar 23
0
Attempting to get BLF working with linphone
...t
> From: <sip:john at masked.masked.com>;tag=iGH81k5xf
> To: <sip:jacques at masked.masked.com>;tag=as3c7de68c
> CSeq: 22 SUBSCRIBE
> Call-ID: SQOclJgm4O
> Max-Forwards: 70
> Supported: replaces, outbound
> Event: presence
> Expires: 600
> Accept: application/pidf+xml
> Contact: <sip:john at 10.27.128.3;transport=udp>
> ;+sip.instance="<urn:uuid:abcdf51a-82e0-49b9-a8ab-2461011f25ec>"
> User-Agent: Linphone/3.12.0 (belle-sip/1.6.3)
> Authorization: Digest realm="asterisk", nonce="188b095b", algorithm=MD5,...
2000 Aug 21
0
Rewritten script /etc/init.d/tinc
...pn_reload () reloads specified VPN
#
# $1 ... VPN to reload
# $2 ... Signal to send, defaults to HUP
function vpn_reload () {
MSG=""; ERR=""
vpn_load $1 || return 1
if [ -z "$2" ]; then
SIG=HUP
else
SIG=$2
fi
# kill the tincd daemon
PIDF="$TPIDS/tinc.$1.pid"
if [ -f $PIDF ]; then
PID="$(cat $PIDF)"
kill -${SIG} $PID >& /dev/null
RET=$?
fi
return 0
} # vpn_reload
# Check if there is anything to start
if [ ! -z "$1" -a "$1" != "status" -a -z...
2020 May 26
3
Attempting to get BLF working with linphone
...> From: <sip:john at masked.masked.com>;*tag=iGH81k5xf*
> To: <sip:jacques at masked.masked.com>;tag=as3c7de68c
> CSeq: 22 SUBSCRIBE
> Call-ID: SQOclJgm4O
> Max-Forwards: 70
> Supported: replaces, outbound
> Event: presence
> Expires: 600
> Accept: application/pidf+xml
> Contact: <sip:john at 10.27.128.3;transport=udp>
> ;+sip.instance="<urn:uuid:abcdf51a-82e0-49b9-a8ab-2461011f25ec>"
> User-Agent: Linphone/3.12.0 (belle-sip/1.6.3)
> Authorization: Digest realm="asterisk", nonce="188b095b", algorithm=MD5,...
2008 Jun 05
14
Why not ignore stale PID files?
Hi,
I have an application which is dying horrible deaths
(i.e. segmentation faults) in mid-flight, in production... And of
course, I should fix it. But while I find and fix the bugs, I found
something I think should be different - I can work on submitting a
patch, as it is quite simple, but I might be losing something on my
rationale.
When Mongrel segfaults, it does not -obviously- get to clean
2011 Nov 14
2
unavailable state not reported to Cisco SPA50X phone
...is not part of this standard and as such can not be used to reflect the unavailable state in BLF?
?
If it indeed is, I can stop searching for a solution in this direction.
?
BTW I tested with Twinkle softphone and this does reflect correctly the unavailable state, but it uses Accept: application/pidf+xml and is a different method.
?
Help is much appreciated.
?
?
Thanks,
?
?
Hans Feringa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111114/d3d06f82/attachment.htm>
2016 Jun 06
4
PJSIP subscribe
Hello,
I'm trying to use presence with PJSIP and I have a "issue".
I created correctly hint priorities like:
exten => 1000,hint,PJSIP/1000
exten => 1001,hint,PJSIP/1001
Extension 1000 can subscribe extension 1001 y vice-versa. The problem is
when the extension 1000 make or receive a call. In the softphone where
the extension is present on buddy list, the extension appear
2018 Jan 11
0
Asterisk 13.19.0 Now Available
...im youngsung)
* ASTERISK-27391 - Regression: Deadlock between AOR named lock
and pjproject grp lock
(Reported by shaurya jain)
* ASTERISK-27393 - res_pjsip: Crash occurs when an empty
contact read from astdb or database
(Reported by Aaron An)
* ASTERISK-27290 - res_pjsip: PIDF contact field has
malformed/invalid XML
(Reported by basildane)
* ASTERISK-27032 - res_pjsip: TLS options do not handle empty
values
(Reported by seanchann.zhou)
* ASTERISK-27394 - [patch] tcptls: Print notice when TLS is
enabled but not configured.
(Reported b...
2018 Jan 11
0
Asterisk 15.2.0 Now Available
...im youngsung)
* ASTERISK-27391 - Regression: Deadlock between AOR named lock
and pjproject grp lock
(Reported by shaurya jain)
* ASTERISK-27393 - res_pjsip: Crash occurs when an empty
contact read from astdb or database
(Reported by Aaron An)
* ASTERISK-27290 - res_pjsip: PIDF contact field has
malformed/invalid XML
(Reported by basildane)
* ASTERISK-27032 - res_pjsip: TLS options do not handle empty
values
(Reported by seanchann.zhou)
* ASTERISK-27395 - srtp: Add support for ephemeral DTLS
certificates
(Reported by Sean Bright)
* A...
2018 Jan 11
2
Asterisk 13.19.0 Now Available
...im youngsung)
* ASTERISK-27391 - Regression: Deadlock between AOR named lock
and pjproject grp lock
(Reported by shaurya jain)
* ASTERISK-27393 - res_pjsip: Crash occurs when an empty
contact read from astdb or database
(Reported by Aaron An)
* ASTERISK-27290 - res_pjsip: PIDF contact field has
malformed/invalid XML
(Reported by basildane)
* ASTERISK-27032 - res_pjsip: TLS options do not handle empty
values
(Reported by seanchann.zhou)
* ASTERISK-27394 - [patch] tcptls: Print notice when TLS is
enabled but not configured.
(Reported b...
2018 Jan 11
2
Asterisk 15.2.0 Now Available
...im youngsung)
* ASTERISK-27391 - Regression: Deadlock between AOR named lock
and pjproject grp lock
(Reported by shaurya jain)
* ASTERISK-27393 - res_pjsip: Crash occurs when an empty
contact read from astdb or database
(Reported by Aaron An)
* ASTERISK-27290 - res_pjsip: PIDF contact field has
malformed/invalid XML
(Reported by basildane)
* ASTERISK-27032 - res_pjsip: TLS options do not handle empty
values
(Reported by seanchann.zhou)
* ASTERISK-27395 - srtp: Add support for ephemeral DTLS
certificates
(Reported by Sean Bright)
* A...