Hey Guys!

I have asterisk 1.8.x and somehow my 's' extension not picking up any incoming 
calls..

Not working

[from-pstn]
exten => s,1,Answer()
        same => n,Playback(hello-world)
        same => n,Hangup()




Working...

[from-pstn]
exten => _XXXX,1,Answer()
        same => n,Playback(hello-world)
        same => n,Hangup()


-S
                                          
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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

Reply via email to