Re: [asterisk-users] adding area code

2015-04-28 Thread Motty Cruz
this code worked for me, here is what I did and worked for me: exten = 1381+NXX,1,Set(CALLERID(number)=3817383444) exten = 1+NXXNXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80) Thanks for you help! On 04/27/2015 02:56 PM, Matt Riddell wrote: On 27Apr, 2015, at 16:39, Motty Cruz

[asterisk-users] hi list need your help

2015-04-28 Thread Антон Сацкий
facing problem with originating webrtc calls 1-when iam doing call from webrtc iget ice working --- SIP read from WS:91.196.158.205:1466 --- INVITE sip:0669197533@77.91.132.9 SIP/2.0 Via: SIP/2.0/WS 7cvtd9ihs2e8.invalid;branch=z9hG4bK8749315 Max-Forwards: 69 To: sip:0669197533@77.91.132.9

[asterisk-users] Asterisk 13/PJSIP + registration

2015-04-28 Thread Jeremy Kister
Using Asterisk 13.3.2 on CentOS7 and pjproject 2.4, I can't make asterisk try to send a register. I have configured my pjsip.conf similar to

Re: [asterisk-users] Asterisk proxying a REFER

2015-04-28 Thread Matthew Jordan
On Mon, Apr 27, 2015 at 10:36 AM, Luca Pradovera luca.pradov...@gmail.com wrote: Hello, we are using Asterisk with Adhearsion as our application server, with another Asterisk box acting as the office PBX, where all office phones are registered. A REFER to transfer calls within the office

[asterisk-users] PJSIP - sessions-timers support not working on 13.X

2015-04-28 Thread Gosmac
Hi guys i was trying to get working sessions-timer over PJSIP channel i was trying to see what is supported or not about this features on the new pjsip channel since chan_sip was kind of flexible on this , at the moment since wiki says pjsip support 4 modes of operation (forced, no, required,

Re: [asterisk-users] PJSIP - sessions-timers support not working on 13.X

2015-04-28 Thread Joshua Colp
Gosmac wrote: Hi guys i was trying to get working sessions-timer over PJSIP channel i was trying to see what is supported or not about this features on the new pjsip channel since chan_sip was kind of flexible on this , at the moment since wiki says pjsip support 4 modes of operation (forced,

Re: [asterisk-users] adding area code

2015-04-28 Thread Chad Wallace
On Tue, 28 Apr 2015 07:21:12 -0700 Motty Cruz motty.c...@gmail.com wrote: here is what I did and worked for me: exten = 1381+NXX,1,Set(CALLERID(number)=3817383444) exten = 1+NXXNXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80) I find it hard to believe this is working. First, you don't

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-28 Thread James Cass
Akhilesh, for sip, just make sure you have up 5060 open and up 1-2 open in the security group to the public address where your phones will be (soft or hard phones). You shouldn't need the address of your trunk provider (since you should register to them). Of course you'll still need 22

Re: [asterisk-users] adding area code

2015-04-28 Thread Motty Cruz
I apologize, I coppied the wrong code, here is the code I am using: ; Adding Area code and striping 9 for local numbers exten = _9XXX,n,Set(CALLERID(all)= 3817383444) exten = _9XXX,n,Dial(SIP/intelepeer/1381${EXTEN:1},80) Thanks, motty On 04/28/2015 11:54 AM, Chad Wallace wrote: On