Group
I'm having trouble getting hints to work correctly using
SVN-branch-1.4-r59289
I have hints working on several other systems but I must be missing
something this time around.
VoIPGW*CLI> show hints
-= Registered Asterisk Dial Plan Hints =-
[EMAIL PROTECTED] :
State:Unavailable Watchers 3
[EMAIL PROTECTED] :
State:Unavailable Watchers 3
[EMAIL PROTECTED] :
State:Unavailable Watchers 4
[EMAIL PROTECTED] :
State:Unavailable Watchers 2
[EMAIL PROTECTED] :
State:Unavailable Watchers 4
[EMAIL PROTECTED] :
State:Unavailable Watchers 4
---------------
- 6 hints registered
Here is the sip.conf
[general]
context=default ; Default context for incoming calls
allowguest=no ; Allow or reject guest calls (default
is yes)
allowoverlap=no ; Disable overlap dialing support.
(Default is yes)
;allowtransfer=no ; Disable all transfers (unless enabled
in peers or users)
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=yes ; Enable DNS SRV lookups on outbound
calls
subscribecontext = default ; Set a specific context for SUBSCRIBE
requests
notifyringing = yes ; Notify subscriptions on RINGING state
(default: no)
notifyhold = yes ; Notify subscriptions on HOLD state
(default: no)
limitonpeers=yes
allow=ulaw
[21] ;Bill Salmons
type=peer
username=21
callerid=Bill Salmons <21>
secret=21
host=dynamic
context=default
mailbox=21
canreinvite=no
nat=1
qualify=yes
Subscribecontext=default
notifyringing=yes
call-limit=30
[23] ;Teresa Trautman
type=peer
username=23
callerid=Teresa Trautman <23>
secret=23
host=dynamic
context=default
mailbox=23
canreinvite=no
nat=1
qualify=yes
Subscribecontext=default
notifyringing=yes
call-limit=300
[25] ;Bill Goldsmith
type=peer
username=25
callerid=Bill Goldsmith <25>
secret=25
host=dynamic
context=default
mailbox=25
canreinvite=no
nat=1
qualify=yes
Subscribecontext=default
notifyringing=yes
call-limit=300
[26] ;Joelle Harris
type=peer
username=26
callerid=Joelle Harris <26>
secret=26
host=dynamic
context=default
mailbox=26
canreinvite=no
nat=1
qualify=yes
Subscribecontext=default
notifyringing=yes
call-limit=300
[29] ;Amanda Anderson
type=peer
username=29
callerid=Amanda Anderson <29>
secret=29
host=dynamic
context=default
mailbox=29
canreinvite=no
nat=1
qualify=yes
Subscribecontext=default
notifyringing=yes
call-limit=300
[30] ;Joelle Harris
type=peer
username=30
callerid=Liz Williamson <30>
secret=30
host=dynamic
context=default
mailbox=30
canreinvite=no
nat=1
qualify=yes
Subscribecontext=default
notifyringing=yes
call-limit=300
[ata]
type=peer
username=ata
host=dynamic
context=default
secret=ata
here is the extensions.conf
[default]
include => parkedcalls
exten => 21,hint(SIP/21)
exten => 21,1,answer
exten => 21,n,dial(sip/21|30|kw)
exten => 21,n,voicemail([EMAIL PROTECTED]|u)
exten => 23,hint(sip/23)
exten => 23,1,answer
exten => 23,n,dial(sip/23|30|kw)
exten => 23,n,voicemail([EMAIL PROTECTED]|u)
exten => 25,hint(SIP/25)
exten => 25,1,answer
exten => 25,n,dial(sip/25|30|kw)
exten => 25,n,voicemail([EMAIL PROTECTED]|u)
exten => 26,hint(SIP/26)
exten => 26,1,answer
exten => 26,n,dial(sip/26|30|kw)
exten => 26,n,voicemail([EMAIL PROTECTED]|u)
exten => 29,hint(SIP/29)
exten => 29,1,answer
exten => 29,n,dial(sip/29|30|kw)
exten => 29,n,voicemail([EMAIL PROTECTED]|u)
exten => 30,hint(SIP/30)
exten => 30,1,answer
exten => 30,n,dial(sip/30|30|kw)
exten => 30,n,voicemail([EMAIL PROTECTED]|u)
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users