[Asterisk-Users] Dial plan questions

Neil Cherry ncherry at comcast.net
Sun Oct 16 08:17:28 MST 2005


I'm afraid I'm quite confused by what I've found on the Wiki.

I have the following dial plan that works:

   exten => 2201,1,Dial(sip/2201 at gs1.uucp,20,)
   exten => 2201,2,Voicemail(u2201)
   exten => 2201,3,Hangup
   exten => 2201,102,voicemail(b2201)
   exten => 2201,104,hangup

When the phone is in use it goes to voice mail as busy. When not
picked up, as unavailable.

This one does not work:

   exten => 2401,1,Dial(2201,20,)
   exten => 2401,2,Voicemail(u2201)
   exten => 2401,3,Hangup
   exten => 2401,102,voicemail(b2201)
   exten => 2401,103,hangup

If I dial 2401 I get fast busy, what am I doing wrong?

mozart*CLI> sip show peers
Name/username  Host            Dyn Nat ACL Mask             Port    Status
2202/2202      192.168.24.197   D          255.255.255.255  5060    OK (17 ms)
2201/2201      (Unspecified)    D          255.255.255.255  0       UNKNOWN
pstn/pstn      192.168.24.197   D          255.255.255.255  5061    OK (15 ms)

-- 
Linux Home Automation         Neil Cherry       ncherry at comcast.net
http://home.comcast.net/~ncherry/               (Text only)
http://hcs.sourceforge.net/                     (HCS II)
http://linuxha.blogspot.com/                    My HA Blog



More information about the asterisk-users mailing list