Why am I not able to subscribe for a event presence Handler?

[Oct 21 22:38:20] WARNING[56314]: res_pjsip_pubsub.c:3627 pubsub_on_rx_publish_request: No registered publish handler for event presence from 1003
name transport context auth aors disallow allow type id subscribe_context use_pubsub allow_subscribe
1001 transport-udp default 1001 1001 all ulaw,alaw endpoint 1001 default yes yes
undefined ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
1002 transport-udp default 1002 1002 all ulaw,alaw endpoint 1002 default yes yes
undefined ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
1003 transport-udp default 1003 1003 all ulaw,alaw endpoint 1003 default yes yes
undefined ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
undefined ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
undefined ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----

id context exten priority app appdata flags label order_field
2 default 1001 1 hint PJSIP/1001 NULL NULL NULL
3 default 1002 1 hint PJSIP/1002 NULL NULL NULL
5 default 1003 1 hint PJSIP/1003 NULL NULL NULL
8 default 1001 2 Dial PJSIP/1001 NULL NULL NULL
9 default 1002 2 Dial PJSIP/1002 NULL NULL NULL
10 default 1003 2 Dial PJSIP/1003 NULL NULL NULL

Because that’s not a subscription request. That’s a PUBLISH request. Asterisk does not support endpoints publishing it.

1 Like