Displaying 3 results from an estimated 3 matches for "20setcallerpres".
2007 Mar 29
1
Set(CALLERID(all) not working with 'unknown' call?
Hi,
This is really strange (but probably simple solution). 
The CALLERID(all) setting doesn't seem to work when the incomming
callerid is 'unknown'.
Dialplan looks like this:
exten => _3072,1,Answer
exten => _3072,n,Set(CALLERID(all)=DIRECT <0850553072>)
exten =>
_3072,n,Dial(SIP/2001&SIP/2002&SIP/2003&SIP/2004&SIP/2201&SIP/2202&SIP/2
2007 Mar 29
0
SV: Set(CALLERID(all) not working with 'unknown'call?
...all from PSTN? Probably the Nr is prohibited in PSTN, then asterisk doesn't set the CALLERID. Try this:
exten => _3072,1,Answer
exten => _3072,n,SetCallerPres(allowed)
exten => _3072,n,Set(CALLERID(all)=DIRECT <0850553072>)
Look here:
http://www.voip-info.org/wiki-Asterisk%20cmd%20SetCallerPres
chris...
jan.sarin@securia.se schrieb:
> Hi,
> 
> This is really strange (but probably simple solution). 
> 
> The CALLERID(all) setting doesn't seem to work when the incomming 
> callerid is 'unknown'.
> 
> Dialplan looks like this:
> exten => _3072,1,An...
2007 Mar 29
2
help - UNSUBSCRIBE
...all from PSTN? Probably the Nr is prohibited in PSTN, then asterisk
doesn't set the CALLERID. Try this:
exten => _3072,1,Answer
exten => _3072,n,SetCallerPres(allowed)
exten => _3072,n,Set(CALLERID(all)=DIRECT <0850553072>)
Look here:
http://www.voip-info.org/wiki-Asterisk%20cmd%20SetCallerPres
chris...
jan.sarin@securia.se schrieb:
> Hi,
> 
> This is really strange (but probably simple solution). 
> 
> The CALLERID(all) setting doesn't seem to work when the incomming 
> callerid is 'unknown'.
> 
> Dialplan looks like this:
> exten => _3072,1,An...