No BLF status

No lovely status lights show up on the blfs.

fwconsole start restapps
gives me:
RestApps Server has already been running on PID 19967 for 18 hours, 18 minutes

fwconsole --verbose phoneapps blf 11
gives me:
“This extension is not configured for Rest Apps. If this is a PJSIP extension try using ‘11-n’ where ‘n’ is the pjsip contact number. Ex ‘11-1’”

What is a pjsip contact number?

Box is fine otherwise. Might there be something wrong in the (mostly untouched) configs?

What are you monitoring with your BLF keys?

simple presence status as it usually works out of the box (i.e. busy)

You will see the number in Endpoint Manager, Extension Mapping:

image

Now trying to packet sniff blf traffic…

What should I best grep for?

“sip show subscriptions” returns “0 active SIP subscriptions” although many phones are connected and working

“core show hints” seems fine (a gazillion of them)

puzzled I get…

rasterisk -x 'pjsip show subscriptions inbound'
Endpoint: <Endpoint/Caller-ID.............................................>
Resource: <Resource/Event.................................................>
  Expiry: <Expiry>  <Call-id..............................................>
===========================================================================

Endpoint: 103/"Jared Busch" <103>
Resource: 101/dialog
  Expiry:      1773  [email protected]


<snip> 24 more subscriptions. </snip>


Endpoint: 109/"JJ Office" <109>
Resource: *21103/dialog
  Expiry:     1597  [email protected]

26 active subscriptions

After you see the full list, get the IP address of a device you want to see everything for and then use the ‘like’ option. You could also use extension or name, etc.

rasterisk -x 'pjsip show subscriptions inbound like 10.254.103.215'

Full result:

[jbusch@pbx ~]$ rasterisk -x 'pjsip show subscriptions inbound like 10.254.103.215'
Endpoint: <Endpoint/Caller-ID.............................................>
Resource: <Resource/Event.................................................>
  Expiry: <Expiry>  <Call-id..............................................>
===========================================================================

Endpoint: 103/"Jared Busch" <103>
Resource: 101/dialog
  Expiry:     1773  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: 102/dialog
  Expiry:     1706  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: 106/dialog
  Expiry:      634  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: 122/dialog
  Expiry:     1376  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: 721/dialog
  Expiry:     1111  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: *282/dialog
  Expiry:     1116  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: *21103/dialog
  Expiry:     1111  [email protected]

Endpoint: 103/"Jared Busch" <103>
Resource: 121/dialog
  Expiry:     1303  [email protected]

8 active subscriptions matched "10.254.103.215"

wicked! “pjsip show subcriptins” is actually missing from the autocomplete list in the gui-cli (of which I tried each one;) thanks Jared!

In contacts-internal.xml, replacing

subscribe_to"auto_hint_<ext>"

with

subscribe_to"<ext>"

fixed it.

I wonder why auto_hint ceased to work…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.