Hi,
I have a problem with blf and pickup call…
My configuration is: Asterisk 13.3.0, PJSIP 2.3 and snom 320 (fw version 8.7.5.17). I would like to monitor extension/endpoint 221 from extension/endpoint 240. When a call is received from 221, the led on 240 is static and not blinking. I have also check dev state (why is it “INVALID” ?) in Asterisk cli:
asterisk*CLI>
– Executing [221@interni:1] NoCDR(“PJSIP/227-00000040”, “”) in new stack
– Executing [221@interni:2] Gosub(“PJSIP/227-00000040”, “subInterni,s,1(221)”) in new stack
– Executing [s@subInterni:1] NoOp(“PJSIP/227-00000040”, “DEVICE STATE - INVALID”) in new stack
– Executing [s@subInterni:2] Dial(“PJSIP/227-00000040”, “PJSIP/221,50,tTrkKxXwW”) in new stack
– Called PJSIP/221
– PJSIP/221-00000041 is ringing
== Spawn extension (subInterni, s, 2) exited non-zero on ‘PJSIP/227-00000040’
Always in Asterisk cli I have this warning but I can’t understand the meaning…
WARNING[7486]: res_pjsip_pubsub.c:2870 pubsub_on_rx_publish_request: No registered publish handler for event presence
My SIP trace on snom 320 (extension/endpoint 240) is:
Received from udp:192.168.5.25:5060 at Mar 31 11:32:41 (783 bytes):
NOTIFY sip:240@192.168.5.79:2051;line=ahmo3uqz SIP/2.0
Via: SIP/2.0/UDP 192.168.5.25:5060;rport;branch=z9hG4bKPj8952666c-b62c-4b96-8ba3-5470a0311755
From: sip:221@192.168.5.25;tag=08bd2dfc-d885-401c-9580-9397c6144955
To: sip:240@192.168.5.25;tag=q2iz77wv4q
Contact: sip:192.168.5.25:5060
Call-ID: 313432373730383634383631373737-dz6y1ahcg7wo
CSeq: 12914 NOTIFY
Event: dialog
Subscription-State: active;expires=2281
Allow-Events: message-summary, presence, dialog, refer
Content-Type: application/dialog-info+xml
Content-Length: 230
<?xml version="1.0" encoding="UTF-8"?>
terminated
The features key on snom 320 (extension/endopint 240) is configured as BLF and the value is:
sip:221@192.168.5.25|*8 ( *8 is the pickup code configured in Asterisk (features.conf) )
@gazzaf, could you please help me with pickup?
Thank you very much…