Hints in asterisk 1.4.5

Hello,

We have polycom 601 phones with buddy watch and are subscribed properly to the asterisk server. When an incoming call comes in, a hint is sent to the phone, but when an outgoing call is made, or someone dials the voicemail extension no hints are sent out to the phones that are watching.

When i change the “type” to “peer” the hints are sent out on outgoing and voicemail calls, but then this messes up the phones outgoing calls.

We are running asterisk opensource 1.4.5, and the latest polycom sip.ld and software to date.

Here is a snippet of our extensions.conf

[nssi] ignorepat => 9 exten => 7101,hint,SIP/7101 exten => 7102,hint,SIP/7102 exten => 7103,hint,SIP/7103 exten => 7104,hint,SIP/7104 exten => _7XXX,1,Dial(SIP/${EXTEN},15) exten => _7XXX,2,Voicemail(${EXTEN}|ub(8)) exten => _7XXX,102,Voicemail(${EXTEN}|bg(8)) exten => _7XXX,103,Hangup() include => parkedcalls include => admin include => outbound-local3229 include => outbound-ilrg-fernie include => outbound-ilrg-revelstoke ;include => outbound-iaxtel include => outbound-TollFree include => outbound-NAD include => outbound-INTL

Here is a snippet of our sip.conf

[code]limitonpeer=yes
call-limit=1
busy-level=1

[7103]
type=friend
secret=4580
host=dynamic
context=nssi
mailbox=7103@default
callerid=“Wes Render” <(250) 423-3229>
qualify=yes
subscribecontext=nssi
canreinvite=yes
[/code]