Re: [Asterisk-Users] *67 or *57

2004-11-27 Thread Joseph
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 o

Re: [Asterisk-Users] *67 or *57

2004-11-27 Thread Joseph
[snap] > > > or *57 "call trace" ? > > > > wtf is call trace? > > Perhaps he wants to identify the last caller id of the last caller? A > suggestion would be to store the caller id in either astdb or an external > database and pull up the number on *57. No, caller ID can be blocked by *67. So

Re: [Asterisk-Users] *67 or *57

2004-11-27 Thread Joseph
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})) > > > or *57 "call trace" ? > > wt

Re: [Asterisk-Users] *67 or *57

2004-11-27 Thread Peter Svensson
On Sat, 27 Nov 2004, Peter Svensson wrote: > On Sat, 27 Nov 2004, 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},${DIA

Re: [Asterisk-Users] *67 or *57

2004-11-27 Thread Peter Svensson
On Sat, 27 Nov 2004, 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})) Do you mean CallingPres? There is more informati

Re: [Asterisk-Users] *67 or *57

2004-11-27 Thread Roy Sigurd Karlsbakk
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})) or *57 "call trace" ? wtf is call trace? roy ___ Asterisk-Users mailin

[Asterisk-Users] *67 or *57

2004-11-26 Thread Joseph
How to implement some of the function into asterisk like *67 "call number blocking" or *57 "call trace" ? I'm connecting to sipura SPA3K outside line by dialing 9+number. Is there a way to get outside dial tone in SPA3K PSTN-Line by dialing "9"? How to program the extension? -- #Joseph _