Hi list:

   I'm configuring in a CVS-HEAD asterisk ( about 2 weeks ago), some hint extension. But they are not working:


   /etc/asterisk/extensions.conf
   ....
   [sip-test]
       exten => 116,1,dial(SIP/116)
       exten => 112,hint,SIP/112
       exten => 112,1,dial(SIP/112)
   ....

   /etc/asterisk/sip.conf
   ...
     [112]
         type=friend                     ; either "friend" (peer+user), "peer" or "user"
         context=sip-test
         host=dynamic                    ; we have a static but private IP address
         nat=no                          ; there is not NAT between phone and Asterisk
         canreinvite=yes                 ; allow RTP voice traffic to bypass Asterisk
         dtmfmode=RFC2833                        ; either RFC2833 or INFO for the BudgeTone
         incominglimit=2                 ; permit only 1 outgoing call at a time
         callgroup=2                     ; callgroup
         pickupgroup=2                   ; pickupgroup
         [EMAIL PROTECTED]             ; mailbox 1234 in voicemail context "default" 
         allow=all                       ; need to disallow=all before we can use allow=
         language=es
         progressinband=no
         qualify=yes
  ....

    when at the console i send a show hints i get this:

     -= Registered Asterisk Dial Plan Hints =-
   112                 : SIP/112               State:Unknown         Watchers  1
----------------
- 1 hints registered


     any idea ???

Thanks.

ALvaro Parres.


_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to