[Home]

Summary:ASTERISK-10002: No notyfications for Caller
Reporter:Katsifos Nikolaos (bakira)Labels:
Date Opened:2007-08-01 12:28:53Date Closed:2011-06-07 14:02:49
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Subscriptions
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Dear friends
I just installed Asterisk 1.4.9
After many tries i realise that asterisk send HINT/BLF notifications only for callee and not for caller
That means the receptionist console turn into red ligth only for the callee extension and caller extension remain green
Comments:By: Joshua C. Colp (jcolp) 2007-08-01 13:58:18

We need much more information before we can look at this including sip.conf, console output, and call flow.

By: Katsifos Nikolaos (bakira) 2007-08-02 01:48:08

CONSOLE OUTPUT

-- Executing [743@longdistance:1] Dial("SIP/69-08f08780", "SIP/743|20|r|tT") in new stack
   -- Called 743
Extension Changed 743 new state Ringing for Notify User 101
   -- SIP/743-08f04700 is ringing
   -- SIP/743-08f04700 answered SIP/69-08f08780
Extension Changed 743 new state InUse for Notify User 101
   -- Native bridging SIP/69-08f08780 and SIP/743-08f04700
 == Spawn extension (longdistance, 743, 1) exited non-zero on 'SIP/69-08f08780'
Extension Changed 743 new state Idle for Notify User 101
----------------


SIP.CONF
[general]
autoframing=yes
disallow=all
allow=alaw,ulaw,g729,g723
bindport=5060                   ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0                ; IP address to bind to (0.0.0.0 binds to all)
srvlookup=no                    ; Enable DNS SRV lookups on outbound calls
rtptimeout=60                   ; Terminate call if 60 seconds of no RTP activity
rtpholdtimeout=300              ; Terminate call if 300 seconds of no RTP activity
useclientcode=yes
qualify=yes
qualifyfreqok=600000
qualifyfreqnotok=10000
canreinvite=yes
nat=no
videosupport=yes
useragent=EA VOIP Agent
tos_sip=cs3
tos_audio=ef
tos_video=af41
dtmfmode=rfc2833
callevents=yes
maxexpiry=3600                
minexpiry=60                  
defaultexpiry=300
rtcachefriends=yes
rtsavesysname=yes
rtupdate=yes      
rtautoclear=yes        
ignoreregexpire=yes
incominglimit=1
notifyringing = yes            
notifyhold = yes              
                             
[69]
type=friend
context=longdistance
secret=PASSWORD
callerid="nkatsifos @ EA" <69>
host=dynamic
mailbox=69@EA-MAILBOXES
call-limit = 1
allowsubscribe=yes
busy-level=1
limitonpeers=yes

[743]
type=friend
context=longdistance
secret=PASWORD
callerid="PC SUPPORT 743" <743>
host=dynamic
mailbox=743@EA-MAILBOXES
call-limit = 2
allowsubscribe=yes
busy-level=1
limitonpeers=yes

-----------------------
EXTENSIONS.CONF


[blf]
exten => 69,hint,SIP/69
exten => 743,hint,SIP/743



By: Joshua C. Colp (jcolp) 2007-08-03 09:32:53

What does sip show subscriptions and show hints output?

By: Katsifos Nikolaos (bakira) 2007-08-05 12:08:53

core show hints
----------------
743@blf                 : SIP/743               State:Ringing
666@blf                 : SIP/666               State:Idle

sip show subscriptions
-------------------
10.10.13.101     101         9c06c2eeb3e  743@blf         Ringing
10.10.13.101     101         7428955f5cf  666@blf         Idle

By: Joshua C. Colp (jcolp) 2007-08-06 09:24:25

It is as I thought, a configuration issue. Hints are not setup for 69 and nobody is subscribed to 69 even, just 666. I would go back, add 69 in, and readd it to the phone. If you have more information though showing that this is clearly an Asterisk bug please feel free to reopen.