Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

2017-07-16 Thread Ryan, Travis
Lol, ok thanks. I'll centralize it then with Corosync I guess. Thanks!
-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joshua Colp
Sent: Sunday, July 16, 2017 1:52 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

On Sun, Jul 16, 2017, at 02:38 PM, Ryan, Travis wrote:
> So any phone that wants just state information needs to have an 
> account on all the servers it needs that information from? Guess I can 
> do that, but seems to be a lot to manage and keep in sync.

It wouldn't, and has never really supported that except if the phone is 
directly contacting it or the information is exchanged another way (XMPP / 
Corosync). I'm not sure right now how you used it with 11/had it set up.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: 
www.digium.com & www.asterisk.org

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

2017-07-16 Thread Joshua Colp
On Sun, Jul 16, 2017, at 02:38 PM, Ryan, Travis wrote:
> So any phone that wants just state information needs to have an account
> on all the servers it needs that information from? Guess I can do that,
> but seems to be a lot to manage and keep in sync.

It wouldn't, and has never really supported that except if the phone is
directly contacting it or the information is exchanged another way (XMPP
/ Corosync). I'm not sure right now how you used it with 11/had it set
up.

-- 
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

2017-07-16 Thread Ryan, Travis
Yeah but how does that help when two different phones on two different servers 
need state information?

What I’ve seen for 13 and PJSIP and sharing between servers, it uses config 
files with subscription stuff, but a server with asterisk 11 and chan_sip 
wouldn’t know how to handle that would it?

From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Marcelo Terres
Sent: Sunday, July 16, 2017 4:54 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
<asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

BLF with pjsip is a little bit different.

Did you read the 
https://wiki.asterisk.org/wiki/display/AST/Configuring+res_pjsip+for+Presence+Subscriptions?

On 16 Jul 2017 3:38 am, "Ryan, Travis" 
<ry...@oscarwinski.com<mailto:ry...@oscarwinski.com>> wrote:
I have servers setup in versions 11 and 13. Between two 11 servers, I had no 
issues sharing BLF, and assigning the hints on my Cisco 525G2 phones.

I’ve upgraded to 13 on one of these servers, and now can’t share BLF. I get 
something like…

[2017-07-15 22:35:49] NOTICE[3483]: res_pjsip/pjsip_distributor.c:347 
log_unidentified_request: Request from '"Travis Ryan" 
<sip:6...@yyy.xxx.com<mailto:sip%3a...@yyy.xxx.com>>' failed for 
'10.1.2.XXX:5060' (callid: 
8c79c540-c0710...@10.1.2.xxx<mailto:8c79c540-c0710...@10.1.2.xxx>) - No 
matching endpoint found

How do I make a server allow another extension on another server see it’s 
BLF/Hints?

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

2017-07-16 Thread Ryan, Travis
So any phone that wants just state information needs to have an account on all 
the servers it needs that information from? Guess I can do that, but seems to 
be a lot to manage and keep in sync.

-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joshua Colp
Sent: Sunday, July 16, 2017 5:34 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

On Sat, Jul 15, 2017, at 11:37 PM, Ryan, Travis wrote:
> I have servers setup in versions 11 and 13. Between two 11 servers, I 
> had no issues sharing BLF, and assigning the hints on my Cisco 525G2 phones.
> 
> I've upgraded to 13 on one of these servers, and now can't share BLF. 
> I get something like...
> 
> [2017-07-15 22:35:49] NOTICE[3483]: res_pjsip/pjsip_distributor.c:347
> log_unidentified_request: Request from '"Travis Ryan"
> <sip:6...@yyy.xxx.com>' failed for '10.1.2.XXX:5060' (callid:
> 8c79c540-c0710...@10.1.2.xxx) - No matching endpoint found

If that's the device trying then it needs to be configured in PJSIP with an 
endpoint and auth credentials so it can use that system.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: 
www.digium.com & www.asterisk.org

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

2017-07-16 Thread Joshua Colp
On Sat, Jul 15, 2017, at 11:37 PM, Ryan, Travis wrote:
> I have servers setup in versions 11 and 13. Between two 11 servers, I had
> no issues sharing BLF, and assigning the hints on my Cisco 525G2 phones.
> 
> I've upgraded to 13 on one of these servers, and now can't share BLF. I
> get something like...
> 
> [2017-07-15 22:35:49] NOTICE[3483]: res_pjsip/pjsip_distributor.c:347
> log_unidentified_request: Request from '"Travis Ryan"
> ' failed for '10.1.2.XXX:5060' (callid:
> 8c79c540-c0710...@10.1.2.xxx) - No matching endpoint found

If that's the device trying then it needs to be configured in PJSIP with
an endpoint and auth credentials so it can use that system.

-- 
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] BLF sharing between Asterisk 11 and 13

2017-07-16 Thread Marcelo Terres
BLF with pjsip is a little bit different.

Did you read the https://wiki.asterisk.org/wiki/display/AST/Configuring+
res_pjsip+for+Presence+Subscriptions?

On 16 Jul 2017 3:38 am, "Ryan, Travis"  wrote:

> I have servers setup in versions 11 and 13. Between two 11 servers, I had
> no issues sharing BLF, and assigning the hints on my Cisco 525G2 phones.
>
>
>
> I’ve upgraded to 13 on one of these servers, and now can’t share BLF. I
> get something like…
>
>
>
> [2017-07-15 22:35:49] NOTICE[3483]: res_pjsip/pjsip_distributor.c:347
> log_unidentified_request: Request from '"Travis Ryan" '
> failed for '10.1.2.XXX:5060' (callid: 8c79c540-c0710...@10.1.2.xxx) - No
> matching endpoint found
>
>
>
> How do I make a server allow another extension on another server see it’s
> BLF/Hints?
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users