Hi Shamus, In your original post your Dial() snippet was: -- same => n,Dial(${IPHONE_away},25,okt) ; IPHONE_away = MYSIPPROVIDER/mobile number --
Note that the 'o' option is CallerId related for very old Asterisk -- • o: Restore the Asterisk v1.0 CallerId behaviour (send the original caller's ID) in Asterisk v1.2 (default: send this extension's number) -- Possibly that 'o' option is causing problems. FYI, for Asterisk 11 the 'o' option is: https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Dial -- • o - If x is not provided, specify that the CallerID that was present on the calling channel be stored as the CallerID on the called channel. This was the behavior of Asterisk 1.0 and earlier. If x is provided, specify the CallerID stored on the called channel. Note that o(${CALLERID(all)}) is similar to option o without the parameter. • x -- Personally I would not rely on option 'o' and just get and set the CallerId. Lonnie On Jun 12, 2015, at 9:08 PM, Shamus Rask <sha...@srask.ca> wrote: > Christopher, > > Thanks for the suggestion… tried it, but still no luck. > > To be clear, all of the scenarios I’ve tried have still allowed my calls to > go through, they’re just showing my DID as CallerID rather than what I want > to set it to. I’ve verified that my DID’s CallerID feature is set to Dynamic > with my SIP provider. Something has changed… > > cheers, > Shamus > >> >> try this, put the custom Caller ID number in the set(callerid() ) field and >> place the BTN (billing telephone number or main registration number as the >> PAI header)..? it sounds backwards but I know thats how globalinx works..? >> this seems only to be an issue on SIP providers that utilize broadsoft >> platforms...? >> >> -Christopher ------------------------------------------------------------------------------ _______________________________________________ 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.