I have asterisk 1.4.1 and SNOM 3xx phones. I succesfully configured SUBSCRIBE/NOTIFY and PickUP on phones and asterisk.
In sip.conf I have
[exten1]
type=friend
secret=pass111
context=office
host=dynamic
nat=yes
qualify=yes
canreinvite=no
call-limit=99
on extension.conf I have:
exten => 200,hint,SIP/exten1
exten => 200,1,Dial(SIP/exten1)
exten => _*200,1,Pickup(200)
On SNOM 360 phone I made a setting within functional keys as:
Type: BLF
Number: exten1@asterisk|*
If I start “core show hints” or “sip show subscriptions” on asterisk console everything looks OK.
The problem is that lamps are working only if an extension receive incoming call. If an extension dials a number, the lamp associated a that extension doesn’t turn on.
In case of incoming call, LED is flashing when phone rings and stands on when extension answers the call.
What could be the problem and how can I resolve it?
thanks