similar to: SIP REFER Message, over NAT

Displaying 20 results from an estimated 1000 matches similar to: "SIP REFER Message, over NAT"

2009 May 22
3
No response to our critical packet problem
Hi, I have a strange problem. At a site where there are 20+ phones, there is one phone that cannot make outbound (to PSTN) calls. Each call is dropped after 20s with "no response to our critical packet". Calls to voicemail and internal extensions work fine. I understand that everything points to a NAT problem, but I don't understand how it could be because: 1) It does not affect
2007 Nov 19
4
Help: How to configure SIP domain on SPA942
I'm using a bunch of SPA942's, and I'm trying to provision them mostly by DHCP (and what I can't set that way, I try to provision via HTTP interface into the phone). I changed the domain in my AstLinux config from "astlinux" to redfish-solutions.com, and set that in my sip.conf file as well: context=incoming
2006 Oct 30
1
Registration problem
Hi all, i have an * version: Asterisk SVN-branch-1.2-r45691, I need to register a linksys 922 phone thru internet and when I make sip debug command i see this debug information: -- SIP read from x.x.x.x:1024: REGISTER sip:mysipserver.com SIP/2.0 Via: SIP/2.0/UDP x.x.x.x:1025;branch=z9hG4bK-839856dc From: "SPA922" <sip:5403@mysipserver.com>;tag=685bbad1fae3325do0 To:
2010 Jun 19
1
Linksys SPA94x keep-alive reply replies to wrong address (1.4.32)
It appears as though the 489 Bad Event response to the NAT keep alive event responds to the local address, instead of responding to the NATted address. This causes Linksys phones to go amber (no registration) after a short amount of time after placing calls. Turning the Linksys NAT keep alive off is a workound, but non-ideal in may situations. Apparently the asterisk devs don't even think
2010 Nov 24
2
SPA942 on speaker phone does not hang up?
Hello all, I am using Linksys SPA942 in my current installation activity. I see a peculiar behavior: A call is made and the SPA942 uses its speaker. When the far end of a call hangs up , the SPA942 stays off hook, and after a time plays a fast busy. The user then has to press the line presence button to hang up the phone. I think I must be missing some sip.conf parameter. My sip.conf is pretty
2004 Aug 30
1
Snom Programmable button Mini Howto and ring state patch
The snom 200 and 220 have five programmable buttons. Each button has a led that can be used to indecate if an extension is idle, in use, or ringing. A button pannel for the 220 is also comming out soon that will have 20'ish programmable buttons on board. This is a killer app for any company that has receptionists handle calls, and pretty usefull for everyone else. As a matter of fact,
2007 Jan 16
0
spa942 and asterisk 1.2
currently using 1.2.14 and zaptel 1.2.12 i'm using mfc/r2 so i can't move to 1.4 with sip jitter control and improved jitter control in zaptel 1.4. my problem is excessive jitter using linksys spa942. when i set canreinvite=no, which forces rtp to pass through *, quality is horrible. clicking sounds, pauses, etc. but when omitted or canreinvite=yes, sip to sip calls are ok. now, the
2015 May 20
0
SLA, SPA942, Asterisk 11.7.0
Fellow asterisk users, I am trying to get Single Line Appearance functionality working on a set of Linksys SPA942 phones and have not been successful. It looks like sla.conf is not getting read, only one phone reads as registered for the shared line, and a busy tone every time the shared extension is dialed. I have followed the documentation [1] and followed through other threads I saw
2004 Dec 15
1
Re: Asterisk-Users Digest, Vol 5, Issue 219
I don't think it's the snom, (the break key is set to "off") the "#" key is not being interpereted by the PBX as an attempt to initiate a transfer. Is this an error in my extensions.conf? Brian > >Message: 4 >Date: Wed, 15 Dec 2004 19:39:39 -0500 >From: Info <info@idatasys.com> >Subject: Re: [Asterisk-Users] Help with transferring a second call
2004 Sep 08
4
WellGate 3504A with Asterisk SIP authentication and config
hey * folk, am trying to configure a WellGate 3504A FXS SIP ATA (http://www.welltech.com.tw/products_ea01.htm) with asterisk. i've set up two SIP clients in sip.conf as follows: [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind SIP channel to context = default ; Default context for incoming calls [1235] host = dynamic secret = somepass context = default type
2010 Sep 07
2
5-7 second connection delay in outgoing FXO calls
I'm running AsteriskNow 1.7.1 with a OpenVox 2/FXO/2FXS card, a Linksys SPA942 SIP phone and outgoing SIP and IAX routes. When I dial local PSTN numbers from the SPA942 using the FXO channels I observe a 5-7 second delay between when the PSTN number answers the call and when Asterisk connects the call at my end. There's enough delay time that I hear an additional ring after the PSTN
2008 Feb 10
2
Still dropped calls :(
Hello All! I have a problem with my calls, that drops after 20 - 30 seconds. I got a piece of PAP2-NA log and Asterisk log and there's an error 603 - call declived, as showed. Thanks for any help. McCoy *********** PAP2-NA LOG *********** Feb 9 09:00:56 192.168.4.205 Feb 9 09:01:11 192.168.4.205 [0:5060]->192.168.3.14:5060 Feb 9 09:01:11 192.168.4.205 [0:5060]->192.168.3.14:5060
2004 Dec 15
1
Help with transferring a second call from a snom 190
Hello List- I'm having a problem getting snom 190 phones to transfer a call to another local extension. Here is the scenario: A call (call1) comes in from the PSTN to (exten1). (via pri, if that matters) Another call (call2) comes in to (exten1). (call1) is put on hold while (call2) is answered. (call2) is then transferred to (exten2) using the "Xfer" button on the snom phone. This
2011 Jan 14
1
5-7 second delay in connecting outgoing FXO calls
I'm running AsteriskNow 1.7.1 with a OpenVox 2FXO/2FXS card, SPA942 SIP phone and outgoing SIP and IAX routes. When I dial local PSTN numbers from the SPA942 using the FXO channels I observe a 5-7 second delay between when the PSTN number answers the call and when Asterisk connects the call at my end. There's enough delay time that I hear an additional ring after the PSTN number has
2005 Feb 26
0
NAT= setting for a public proxy
Hi, I'm chasing a bug in chan_sip.c where Asterisk is removing the rport parameter out of the via headers. Here's my scenario: UA -> Snom NATf -> Snom 4S Proxy -> Asterisk Echo Test Function NATf, the proxy, and Asterisk are all on public IPs. So my question is: In chan_sip.c, copy_via_headers function, I see an if statement testing for "(ast_test_flag(p, SIP_NAT) ==
2006 Oct 15
2
SPA942 quality for a Bank
Before committing to about 50 of the spa942's, I like to take a last poll from those on the list to identify any negative issues that might be associated with the audio, functionality, early failures, etc, on the spa942. Expecting to deploy these using existing cat5 cabling and both rj45 jacks. Been using three of theme in a short term demo with the customer, but the demo systems has
2004 Nov 29
2
SPA-2000 Dropped calls
Been having a problem with my two Sipura 2000's dropping calls from the SPA-2000 side. Seems the calls are dropped right before the "Next Registration" time. Calls drop about ever 60 minutes or so. I have dialed from one port to the other and let it sit. After about 60 minutes or so the calls get dropped. System details are below Asterisk ver. CVS-HEAD-11/27/04-23:42:45 RHEL 3
2011 Jul 25
0
Registration problems, Linksys SPA 3102 on Asterisk 1.4.20
Sorry, I am resending this, I tried earlier, but I couldn't see it appear on the archives - apologogies if it appears double! -------------------------------------------------- My Sipura 3000 ATA died on me this morning. I had a Linksys SPA 3102 available which I would like to use as a replacement. Unfortunately, the SPA3102 is not able to register with the asterisk server - I am
2009 Nov 24
2
can't get pap2 to register from outside the LAN.
I am having a hell of a problem trying to get a linksys pap2t to register with my asterisk from outside the LAN. I have tried every combination of NAT, outbound proxy, stun, specify external IP address etc and it just won't work. Here are the relevant details. In asterisk I have set the following. externip=my.ip.address localnet=192.168.0.0/255.255.0.0 nat=yes bindport=5060 here is the
2007 Sep 25
1
Help with Sip Registration
Hi all, I have installed X-lite client on a windowsXP machine and asterisk on an enterprise linux m/c. The client is sending a registration message to asterisk server. It is able to process the message and sends 200 OK back. But later it says "Scheduling destruction of sip dialog xxxx ". Then it says "Really destroying sip dialog xxxx". What to do for this problem??? I