[Asterisk-Users] *67 or *57

Joseph syscon at interbaun.com
Sat Nov 27 11:49:24 MST 2004


On Sat, 2004-11-27 at 12:28 +0100, Roy Sigurd Karlsbakk wrote:
> > How to implement some of the function into asterisk like *67 "call
> > number blocking"
> 
> exten => _*67*X.,1,CallerPres(32)
> exten => _*67*X.,1,Dial(Zap/g1/${EXTEN:4},${TIMEOUT},${DIALOPTS}))
> 

The above example doesn't work on my setup:
I have in my extension.conf:

[outgoing]
ignorepat => 9
exten => _9.,1,Dial(SIP/${EXTEN:1}@pstn-spa3k,60,tr)
exten => _9.,2,Playback(invalid)
exten => _9.,3,Hangup

The ideal situation would be dial "9" get an outside dial tone (on
psnt-spa3k) and wait for my further instruction, where I could enter for
example *67

-- 
#Joseph



More information about the asterisk-users mailing list