[asterisk-users] notifyringing=no does not work

Brad Finberg brad at finberghouse.com
Thu Apr 9 08:42:51 CDT 2009


"
Hello,

I have been trying to get my Grandstream GXP2000 phones to stop showing ringing state on monitored extensions.  But no matter where I put notifyringing=no asterisk still sends the ringing state to the phones.  Is this a bug I should report or is there another way around it.

Here is how i have my subscriptions setup:

extensions.conf
[demo]
exten => 6100,hint,SIP/100
exten => 6101,hint,SIP/101
exten => 6102,hint,SIP/102
exten => 6103,hint,SIP/103
exten => 6104,hint,SIP/104
exten => 6105,hint,SIP/105
exten => _1XX,1,SIPAddHeader(Alert-Info:\;info=ring3)
exten => _1XX,2,Dial(SIP/${EXTEN},20,Tt)
exten => _1XX,3,VoiceMail(${EXTEN}@default,u)
exten => _1XX,104,VoiceMail(${EXTEN}@default,b)

sip.conf
[general]
allowsubscribe=yes          
;subscribecontext = default        
notifyringing=no           
notifyhold=yes                
;limitonpeers=yes

[100]
type=peer
context=demo
callerid=Back Office <100>
username=100
secret=(Private)
host=dynamic
nat=no
qualify=yes
canreinvite=no
dtmfmode=rfc2833
call-limit=5
mailbox=100 at default
disallow=all
allow=ulaw
allow=alaw
;allow=g723.1
allow=g729
;callingpres=allowed_passed_screen
notifyringing=no
callgroup=1
pickupgroup=1

Asterisk CLI:
Extension Changed 6100[demo] new state Ringing for Notify User 105
Extension Changed 6100[demo] new state Ringing for Notify User 104
Extension Changed 6100[demo] new state Ringing for Notify User 102
Extension Changed 6100[demo] new state Ringing for Notify User 101
Extension Changed 6100[demo] new state Ringing for Notify User 103

Thank you,
Brad Finberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090409/ecda1d70/attachment.htm 


More information about the asterisk-users mailing list