similar to: SPA504G auto answer

Displaying 20 results from an estimated 1000 matches similar to: "SPA504G auto answer"

2015 Sep 30
3
Change Asterisk MulticastRTP codec
Greetings everyone, I was wondering if there was a way to change the codec that Asterisk uses when streaming via MulticastRTP. Or perhaps a way to transcode the multicast stream. In the CLI, when I have a multicast stream in progress, I am typing 'core show channel MulticastRTP/0x7f7........' to get lots of helpful information. I have noticed that when I do a MULTICAST page and send data
2014 Jan 16
0
Cisco SPA504G, transfer asterisk page()
exten => 179,1,SIPAddHeader(Call-Info:\;answer-after=0) exten => 179,2,Page(SIP/180&SIP/181&SIP/182&SIP/184) The asterisk11 page() application works great, but I've just learned that the person who initiated the page can transfer or conference the page if they don't hang it up before using those functions. It never would have occurred to me to try it, but a
2014 May 08
1
Multicast RTP
I'm currently working with Asterisk 11.8.1 trying to get Multicast RTP working (it's not) with some Polycom phones, and I'm really trying to determine if Asterisk or the phones are the issue. I THINK it's Asterisk... In extensions.conf I have a simple: "Page(MulticastRTP/basic/x.x.x.x:xxxx) line, and when I dial that extension I get: -- Called
2016 Apr 27
2
SIP/SDP for MulticastRTP page
Hi everyone, I am sending out a multicast page using the following in my dialplan: Page(MulticastRTP/linksys/${MULTICAST_IP_ADDR}:6061/${MULTICAST_IP_ADDR}:6061,q) Everything works great, but I had a question about SIP and SDP: Should I be seeing a SIP/SDP message from the asterisk server containing media information and the multicast IP address? On wireshark, I see SIP/SDP from the admin
2011 Jun 14
0
SPA504G Unable to Transfer Established Call
If you have experience with these phones... We are trying to figure out how to transfer an established call on the SPA504G while a second call is incoming. At present, the receptionist has to answer every single incoming call before the XFER softkey is seen again. This is completely unpractical for a receptionist that may have 4 or more calls coming in at the same time. When the
2010 Sep 13
7
High volume BLF - Suggestions?
Hi, We have a user who is putting large call volumes through Asterisk, and wants to BLF monitor up to 90 extensions. We are struggling to find a handset that can keep up with Asterisk :) 1) Is there a handset that will do this? 2) Is there a different (standard) way to send BLF and allow directed pickups? 2a) Or even a handset specific way? Asterisk handles the BLF volume fine, even on quite
2008 Apr 14
2
polycom auto answer
I was trying to get my polycom phone to auto answer. I added this to the dialplan. Used a different phone to call "22" and the phone rang it did not auto answer. Did I miss something? exten => 22,1,SipAddHeader(Call-Info:=\;answer-after=0) exten => 22,n,SipAddHeader(Alert-Info: Ring Answer) exten => 22,n,Set(__SIPADDHEADER=Call-Info:\;answer-after=0) exten =>
2009 Sep 14
1
Aastra - Alert-Info : how to stop auto-answer on call second leg ?
Hi, When implementing click2dial feature, I can trigger an Aastra phone to auto-answer using statement like : SIPAddHeader(Alert-Info: info=alert-autoanswer); This is very convenient when trying to reach a distant party (ie through PSTN) The trouble is when 2 Aastra are calling each other over the LAN, this single statement is memorized somehow and both phones (caller and callee) auto-answer.
2014 Mar 25
2
Asterisk 12.1.1 - Having trouble setting up PJSIP
I am trying to make PJSIP work with my Cisco SPA504G phone. I have no problems making it work with the chan_sip driver. When I configure my phone, it indicates the contact was added -- Added contact 'sip:7001 at 192.168.9.142:5063' to AOR '7001' with expiration of 3600 seconds Phone shows green light for the line. I then attempt to dial extension 1 and Asterisk crashes.
2006 Jan 18
2
SipAddHeader bug?
Hi, I'm using the new SipAddHeader application on Asterisk 1.2.1, here's a snip of my extensions: exten => _9XXXXXXX,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERIDNUM} exten => _9XXXXXXX,2,SipAddHeader(P-Asserted-Identity: tel:${CALLERIDNUM}) exten => _9XXXXXXX,3,Dial(SIP/${EXTEN}@${SIPTRUNK},,tT) exten => _9XXXXXXX,4,Congestion The problems is that Asterisk
2010 Sep 30
2
Intercom with Dial() works, but not with Page()
Hello list, this works : exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0") exten => _*XXX*,n,Dial(SIP/${SIPACCOUNT}) The phone auto-answers the call... this does not work : exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0") exten => _*XXX*,n,Page(SIP/${SIPACCOUNT}) The phone rings and does not auto-answer the call... Can you tell me
2004 Aug 09
2
Snom Intercom
I am trying to get one of the function keys on the Snom 200 working as an intercom. However, I can't get the other Snom 200 phone to auto-answer. I found some posts in the archives from Christian that talk about intercom=true and also the Call-Info header. However, I can't get either one to work. I have tried firmware 2.04g,2.04h,2.05f,3.33 and none work. I am using chan_sip2z.c and
2011 Jun 14
1
Page() bumps user out of a call
Hello all, I'm having a problem with my intercom function that I use for under-chin paging. I'm running 1.6.2.13 on this server, and we use Linksys SPA-942's for our general phones. I have a global defined which has all the SIP channels concatenated together - this is ${ALL-PAGE-EXTS}. The problem comes when a user is on the line, and someone else uses the intercom function to page
2007 Jan 07
1
snom 360 auto answer
Hi, I'm testing paging using snom 360. Can someone correct my dialplan? Regards, Jason. ================================================== ;exten => _99XXXX,1,SIPAddHeader(Call-Info: Answer-After=0) ;exten => _99XXXX,n,SIPAddHeader(Call-Info: <sip:192.168.1.113>\;answer-after=0) ;exten => _99XXXX,n,Dial(SIP/${EXTEN:2}) exten => _99XXXX,1,Set(__SIPADDHEADER=Call-Info:
2007 Jan 27
1
How to fix error when paging
I am trying to page my Grandstream GXP-2000 phones and keep getting the error message: Jan 27 12:55:04 WARNING[30401]: app_page.c:183 page_exec: Incomplete destination '' supplied. How can I fix this error? The two contexts below do either one-way paging or two-way paging to all Grandstream phones in a list. [One_Way_Page_GROUP] ; one to many page exten =>
2012 Feb 11
1
Asterisk perl AGI confusing variables
Hello all, I'm struck with a very strange problem today. I've an AGI with some code subroutine snippet as follows: sub enable_sbc($) { my $carrier = shift; my $tmp = substr($carrier,1); my $jkh = $tmp; $server_port = $ast_agi->get_variable("SIPPEER($jkh,port)"); $ser_ip = $ast_agi->get_variable("SIPPEER($tmp,ip)");
2007 Jan 17
1
Using the SIPAddHeader Application
Hi, I'm trying to use the SIPAddHeader application to add a header containing to semicolon separated strings like this: exten => 12, 1, SIPAddHeader(X-TestHeader:a=test1;b=test2) But in the resulting INVITE message only the first part (X-TestHeader:a=test1) is added. Setting into quotation mark doesn't change anything. exten => 12, 1,
2009 Jan 16
2
want to add SipAddHeader in call out file
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader("pchargingvector","val") in outgoing Invite. How can I achieve this? regards, Asif
2007 Mar 12
3
_ALERT_INFO replacement in 1.4?
Hi All I have just upgraded from Asterisk 1.2 to 1.4 and am having trouble with with one of my ATAs not ringing. Basically, when I execute the Dial command, an error occurs: "Got SIP response 400 "In alert-info header: Empty value expected" Now in 1.2, I just issued the following command to overcome this problem: Set(_ALERT_INFO=). Now in 1.4, _ALERT_INFO is deprecated, so I
2016 Oct 13
2
Asterisk inside network. What phone works well?
Hello list, I have Asterisk running well inside our network. I did some experiments exposing it to internet but had some issues: 1. NAT issues (voice one way, etc). From what I understand double-NAT users will always have something like this 2. Immediately I see people trying to hack into. I did configure Fail2Ban and it works somewhat, but not 100%. Erroneous logs, etc So.. I ended up closing