Hello, I have a situation.
my endpoints have configuration “subscribe” context .
When I start asterisk, the BLF work, after 120 seconds he stop.
The leds of phones go out.
I dont see NOTIFYS and “subscribes” in log.
endpoint configurations in pjsip.conf
subscribe_context=hint-asterisk
allow_subscribe=yes
extensions.conf
[hint-asterisk]
exten => 0010,hint,PJSIP/0010
exten => 0013,hint,PJSIP/0013
Not seeing SUBSCRIBEs would lead to a lack of NOTIFYs. Not seeing SUBSCRIBEs is a problem upstream of Asterisk.
I did test in many versions, include last version
jcolp
4
It’s up to the endpoint subscribing to subscribe, and to resubscribe before the subscription expires to continue receiving NOTIFY messages.
The endpoint send only register to asterisk.
He need send other packet for enable BLF ?
REGISTER only tells Asterisk where they are. They need to issue SUBSCRIBE for each entity for which they want presence.
Perfect , now I undestand.
Thks guys
system
Closed
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.