[Asterisk-Users] First Call straight to my extension

Eric Wieling eric at fnords.org
Thu Feb 3 23:38:35 MST 2005


timebandit001 at gmail.com wrote:

>>Anybody with an idea how will I set me Asterisk to send call straight to my
>>extension with out playing demo-Congrat MENU.
> 
> Comething like this
> 
> exten => s,1,Answer
> exten => s,2,Dial(IAX2/2001,20,tr)
> exten => s,3,Voicemail(u2001)
> exten => s,4,Voicemail(b2001)

or

exten => s,1,Dial(IAX2/2001,20)
exten => s,2,Voicemail(u2001)
exten => s,102,Voicemail(b2001)

Advantages are no fake ringing, phone does transfers not Asterisk 
pound transfer, no answer so caller doesn't pay toll charges, busy 
voicemail works.  Disadvantage: Asterisk can't tell if they hang up 
before going to voicemail.



More information about the asterisk-users mailing list