About a year ago, I upgraded my AstLinux install and started using Asterisk 1.8 
instead of 1.4. I have only just discovered that my dial plan that had 
previously “anonymized” outgoing calls no longer worked… I had to change it to 
the following:

exten => _*27.,1,Set(CALLERID(num-pres)=prohib)
    same => n,Dial(${MYSIPPROVIDER}/${EXTEN:-10})
    same => n,Hangup()

Clearly Asterisk 1.8 drastically changed the behaviour of the function CALLERID!


I’m now struggling with how to alter the outgoing CID to make a mobile phone 
act like a local endpoint (i.e. CID sent to mobile would be that of incoming 
call to PBX). This had been previously working with the the following dial plan:

  same => n,Dial(${IPHONE_away},25,okt) ; IPHONE_away = MYSIPPROVIDER/mobile 
number

This doesn’t seem to work anymore. I’ve tried to prepend 
Set(CALLERID(num)=7778889999) for testing, but this is not being set.

What did Digium do??? Can anyone help out?

many thanks,
   Shamus
------------------------------------------------------------------------------
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to