Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread Lonnie Abelbeck
On Jun 11, 2015, at 10:14 PM, Matt Riddell wrote: >> 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)=777888) for testing, but this is not being set. > > Just as a test

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread Michael Keuter
Am 12.06.2015 um 11:36 schrieb Lonnie Abelbeck : > On Jun 11, 2015, at 10:14 PM, Matt Riddell wrote: > >>> 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)=777888) f

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread The Cadillac Kid
some of the SIP providers allow you to place custom caller ID in the PAI header as opposed to the from field of the invite.-Christopher From: Michael Keuter To: AstLinux Users Mailing List Sent: Friday, June 12, 2015 6:30 AM Subject: Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread Shamus Rask
Many thanks for your suggestions; unfortunately none of them worked. I tried: (1) setting the following in sip.conf [general] rpid_update=yes sendrpid=yes (2) Set(CALLERID(all)=“S RASK” <777888>) (3) Set(CALLERID(num-pres)=allowed) Set(CALLERID(num)=777888) (4) SipAddHeader(P-Asser

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread The Cadillac Kid
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

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread The Cadillac Kid
also i should mention, that sending a custom NAME is not a dynamic operation..  the SIP provider must register the name in the CNAM database ..  as the caller ID name doesnt propagate through to all the land line carriers other than the record which is registered as the CNAM service..  many SIP

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread Shamus Rask
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 Dyna

Re: [Astlinux-users] Asterisk 1.8.x and CALLERID

2015-06-12 Thread Lonnie Abelbeck
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 I