[asterisk-users] setting outbound caller ID

2015-06-18 Thread Greg Woods
I have found several places where it is explained how to do this, and I have got the following setup, but it is not working (the provider claims they are not getting a proper caller ID setting from me). I have a number of extensions that are shorthand, that I will use one of as an example (real

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Richard Kenner
CALLERID is a read only variable. That's not correct. I set it all over the place in my dialplan. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Greg Woods
Thanks very much for all the responses. I now have a few more things to try. I should have noted that I am using IAX2 rather than SIP to connect to my provider. I do have some internal phones that use SIP to connect to my asterisk box, as well as some corded phones connected through a Digium

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread D'Arcy J.M. Cain
On Thu, 18 Jun 2015 11:58:34 -0600 Kai-Uwe Jensen kujen...@gmail.com wrote: Set(CALLERID(number)=XX) works here. I believe you and everyone else that says so but... Then someone needs to fix this page. https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Kai-Uwe Jensen
Set(CALLERID(number)=XX) works here. Also check with your VoIP provider what format they want for the number. (I believe) most accept a 10-digit number, but I seem to remember reading about the odd provider that wanted a leading 1. On Thu, Jun 18, 2015 at 11:47 AM, D'Arcy J.M. Cain

[asterisk-users] error trying to get PJSIP working

2015-06-18 Thread Ryan, Travis
I'm doing an upgrade from Asterisk 11 to 13. I'm following the guide at https://wiki.asterisk.org/wiki/display/ast/setting+up+PJSIP+REaltime to setup realtime, as I use realtime on Asterisk 11 too. I'm getting the following error when trying to connect the peer to the server. Help? :) Thanks,

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread D'Arcy J.M. Cain
On Thu, 18 Jun 2015 11:27:08 -0600 Greg Woods g...@gregandeva.net wrote: [macro-callout] exten = s,1,Set(CALLERID(num)=##) exten = s,2,Set(CALLERID(name)=##) exten = s,3,Set(CALLERID(all)=## ##) exten = s,4,Dial(${PROVIDER}/1${ARG1},30,tr) exten = s,n,Hangup()

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread D'Arcy J.M. Cain
On Thu, 18 Jun 2015 13:45:10 EDT ken...@gnat.com (Richard Kenner) wrote: CALLERID is a read only variable. That's not correct. I set it all over the place in my dialplan. Then someone needs to fix this page. https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Doug Lytle
On Jun 18, 2015, at 1:27 PM, Greg Woods g...@gregandeva.net wrote: I have also tried setting only the number with the same results: exten = s,1,Set(CALLERID(num)=##) exten = s,2,Dial . I'm using: exten = s,n,Set(CALLERID(number)=269XXX) Also check your sip.conf, you may

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Doug Lytle
On Jun 18, 2015, at 1:47 PM, D'Arcy J.M. Cain da...@vex.net wrote: Then someone needs to fix this page. They do indeed! Doug -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Mark Wiater
On 6/18/2015 1:27 PM, Greg Woods wrote: My provider claims that I am somehow sending an old number that doesn't appear anywhere snip (I just moved from a POTS provider Century Link to a VOIP provider). Set(CALLERID(number)=${var}) works fine for me. Perhaps some debugging on the channel

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Matt Riddell
On 18Jun, 2015, at 13:44, Greg Woods g...@gregandeva.net wrote: I am certain that the old number that is showing up as my caller ID is not present in any of my config files (that includes sip.conf and iax.conf, everything in the /etc/asterisk directory has been checked). Did you buy the

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Greg Woods
On Thu, Jun 18, 2015 at 1:26 PM, Matt Riddell li...@venturevoip.com wrote: Did you buy the number from your carrier? Maybe it’s set on their side for the trunk. That's what I think too, but they are denying this. I think what's happening is they have a customer service guy interpreting logs

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Matt Riddell
At any rate, if I can figure out the right way to set the caller ID explicitly, and assuming they honor it if I do, then none of this will matter. Ok, so just do exten = s,n,Set(CALLERID(all)=“Greg” 5551234) https://wiki.asterisk.org/wiki/display/AST/Function_CALLERID -- Cheers, Matt

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread John Gilbert
You may need to set this up with the web portal of your ITSP. My provider allows both caller ID to be passed in via SIP or alternatively to have a pre-provisioned caller ID to be applied to all calls. John -- _ -- Bandwidth

Re: [asterisk-users] setting outbound caller ID

2015-06-18 Thread Steve Edwards
On Thu, 18 Jun 2015, Matt Riddell wrote: Did you buy the number from your carrier? I prefer using 'rent' instead of 'buy' :) -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com Voice: +1-760-468-3867

[asterisk-users] Fax Header

2015-06-18 Thread Aşkın Yollu
Hi, I am trying to add header to fax while sending fax. I can add some information to header but some information added automatically (date and page count). I want to format this information. Header = Date | ${LOCALHEADERINFO} | ${FAXOPT(localstationid)} | Page Count I can set LOCALHEADERINFO