Displaying 20 results from an estimated 100 matches similar to: "Call declined"
2009 Nov 08
1
Failure of user registration with XLITE
Dear all,
I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get
the error:
*Registration error: 404 Not found*
Here my configuration file of asterisk:
*[root at dhcppc0 asterisk]# vi sip.conf
[gianca]
type=friend
username=gianca
secret=pwd_gianca
host=dynamic
context=tutorial*
*[giusy]
type=friend
username=giusy
secret=pwd_giusy
host=dynamic
context=tutorial*
*[root at
2012 May 04
1
Broadvoice Got SIP response 503 Service Unavailable
Hi,
I'm running Asterisk 1.8.11.1 @office.
The Broadvoice service work fine with all 1.6 version and early 1.8
behind a NAT but about 2 months ago stop working.
No made changes in the firewall NAT rules. Right now I'm @home via my
Xlite softphone working fine without problems
Any suggestions or thoughts?
Alex Celi
This is the info
central*CLI> sip show peers
Name/username
2010 Mar 26
2
need help on setup rtp directly between 2 sip clients
Hi all
my asterisk server, 2 sip client softphones are the same LAN
asterisk ip address : 192.168.1.5
sip client 1 : 192.168.1.4
sip client 2 : 192.168.1.2
asterisk starts ok with sip
setup the sip.conf
[test]
type=friend
username=test
secret=1000
host=dynamic
context=cucku
directmedia=yes
directrtpsetup=yes
[1000]
type=friend
username=1000
secret=1000
host=dynamic
context=cucku
2008 Jul 21
1
Problems w/Asterisk Realtime + MySQL + SIP
Hi all, Asterisk is great but I'm having issues with setting up
realtime for our call center, which is needed for login integration
with the rest of our applications (telephonists' web interface, etc.).
I have reviewed a large number of previous posts to the mailing list
and the voip-info wiki to no avail.
Setup is as follows:
Linux 2.6.23 (gentoo) / AMD Athlon(tm) 64 Processor 3000+ /
2009 Mar 11
2
how to configure for incoming message-summary SUBSCRIBE
Hi!
AFAIS the incoming SUBSCRIBE is handled in the same context as INVITE -
but how should I handle the SUBSCRIBE in the context?
thanks
klaus
SUBSCRIBE sip:u+431234567 at foobar.at:5160 SIP/2.0
Via: SIP/2.0/UDP
192.168.2.82:39982;branch=z9hG4bK-d8754z-3116e1207913aa4e-1---d8754z-;rport
Max-Forwards: 70
Contact: <sip:u+431234567 at 11.111.11.11:39982>
To:
2011 Jan 27
1
chan_sip bug? (Asterisk 1.4)
Today I upgraded my Asterisk to the new 1.4.39.1. One of sip trunk stop
working after the upgrade. Here is the sip debug:
---------------------------------------------------------------------------
<--- SIP read from 208.65.xxx.xxx:5060 --->
INVITE sip:1778xxxxxxx at 10.11.22.77:5060 SIP/2.0
Via: SIP/2.0/UDP
208.65.xxx.xxx:5060;branch=z9hG4bK-d8754z-d9175178645e9146-1---d8754z-;rport
Via:
2009 Mar 13
2
No reply to our critical packet
Hi,
I?ve installed Asterisk for use as a SIP server. I can call people, but one
strange thing happens: if I call someone with a SIP account outside my server
(for example, sip:enum-echo-test at sip.nemox.net) everything is fine, if I call
any Asterisk extension it also works, but the call gets disconnected in about
20 seconds. To be exact, audio is turned off but the SIP client still thinks
2014 Dec 05
2
Inbound call from sip peer to internal webrtc peer fails while internal sip-webrtc calls work
Hello,
I'd appreciate your comments on the following problem I'm having, please
forgive me if this is something obvious, I've been scratching my head on
this for a while:
I have Asterisk+Kamailio setup where I'm currently testing inbound calls
from outside. I have both webrtc and sip clients, where webrtc peers are
defined according to sip.js instructions (
2015 Jan 08
4
Asterisk 13.1.0/PJSIP peer IP address issue
Thank you for your note, Scott.
I set rewrite_contact=yes for both contacts, and I also had to do
remove_existing=yes because I had to remove the existing contact
information (max_contacts = 1 was preventing new contact information)
using pjsip
qualify demo-alice etc., after which the right IP addresses showed in pjsip
show endpoints. Anyway, it works as expected now, I think. My pjsip.conf is
2016 Feb 15
2
Asterisk 13.6.0/The simplest TCP configuration does not work
Thanks for the mighty quick response, Joshua!
I am using Zoiper on Linux softclient:
REGISTER sip:<ipAddr>;transport=TCP SIP/2.0
Changed the port back to 5060.
On Mon, Feb 15, 2016 at 1:40 PM, Joshua Colp <jcolp at digium.com> wrote:
> Sonny Rajagopalan wrote:
>
> <snip>
>
>
> *CLI> pjsip set logger on
>> PJSIP Logging enabled
>> [Feb 15
2011 Feb 24
1
Using a Virtual IP Line
Hello!
I bought a virtual IP line to my ISP to use with my asterisk but when I try to connect it to my ISP tells me I can not use and I can only use with a softphone that gives me, xlite ready configured.
I use ngrep to see what information sent on xlite for communication, the User-Agent was changed so I change the User-Agent to my asterisk to the same as saying the xlite but still does not work.
2010 Oct 07
2
401 Unauthorized with Snom but not with Zoiper softphone
Hello,
I'm having difficulty with registering a SIP account in a Snom 320
IP-phone. This is what sip debug tells me :
[Oct 7 13:28:42] VERBOSE[20314] chan_sip.c: [Oct 7 13:28:42]
<--- SIP read from UDP:public_ip:58697 --->
REGISTER sip:sip.domain.tld SIP/2.0
Via: SIP/2.0/UDP 192.168.114.200:2048;branch=z9hG4bK-vj1xvbdnp4dw;rport
From: <sip:test3 at
2010 Oct 22
0
488 Not acceptable here
I am helping a friend on one of his sip trunk and couldn't find the way
to resolve his problem.
His asterisk's problem is like this:
0. When incoming call to one of his sip trunk, Asterisk reply with "488
Not acceptable here". So the call get dropped.
1. Recently upgraded Elastix with Asterisk 1.4.33
2. Was working fine before the upgrade
3. There are total 4 SIP trunks
2007 Mar 26
4
Problem dropping rows based on values in a column
I am trying to drop rows of a dataframe based on values of the column PID, but my strategy is not working. I hope someoen can tell me what I am doing incorrectly.
# Values of PID column
> jdata[,"PID"]
[1] 16608 16613 16355 16378 16371 16280 16211 16169 16025 11595 15883 15682 15617 15615 15212 14862 16539
[18] 12063 16755 16720 16400 16257 16209 16200 16144 11598 13594 15419 15589
2006 Nov 23
1
asterisk 1.4 chan_h323, help please...
Hi,
My configuration is SipPhone<-->*1<--->*2.
My asterisk version is 1.4beta3.
I installed pwlib,openh323,chan_h323.
When i call from
SipPhone--(SIP)-->asterisk1---(H323)-->asterisk2,
there is no audio.
Using 'rtp debug', I can see that rtp packets are
being received.
Rtp packets are being exchanged.
I also tested chan_ooh323, but to fail.
Can anyone recommand best
2010 Jul 28
2
Nat issue one way audio on IP dial
hi there,
i have posted earlier on the list but got no satisfying answer. the problem
is not big.
I have asterisk server directly connected with internet (79.80.x.x) and
clients are behind router. clients/users are registered with asterisk and
are using sipura and xlite softphone.
Now problem is that when a user calls other by dialing his IP:Port (sip
uri), call is connected fine and he can
2016 Feb 15
2
Asterisk 13.6.0/The simplest TCP configuration does not work
Does this help:
Session Initiation Protocol (REGISTER)
Request-Line: REGISTER sip:1.2.3.4;transport=TCP SIP/2.0
Method: REGISTER
Request-URI: sip:1.2.3.4;transport=TCP
Request-URI Host Part: 1.2.3.4
[Resent Packet: False]
Message Header
Via: SIP/2.0/TCP 192.168.1.15:47053
;branch=z9hG4bK-d8754z-5e3d9f441f1de1d3-1---d8754z-;rport;transport=TCP
2014 Aug 06
1
From and To headers contain same account in INVITEs
Hello,
I noticed a strange thing while testing my Asterisk-Kamailio Realtime
setup. In an INVITE the From and To headers contain the same number when
calling through a Realtime integration setup. This happens when the INVITE
leaves Asterisk.
Can you guys tell me what might be causing this? I have 660 at testers.com as
a websocket client and 700 at testers.com (caller) using a Zoiper client (db
2015 Jan 09
0
Asterisk 13.1.0/PJSIP peer IP address issue
Well, I thought it worked, but it actually doesn't--I am able to get the
caller pick up the phone, but for some reason, I cannot hear anything on
either side no matter who does the calling. Again, my two SIP phones are on
the local 192.168.1.0/24 network (do not go over the Internet) and the
Asterisk server is located in the same network (not accessed over the
Internet). Any help is
2008 Oct 19
6
adding a second extension
I'm trying to add a second extension to my setup. The second device is
able to successfully connect to the Asterisk server. I am unable to
contact extension 101 from 102 and vise-versa. Also are my context
setup logically or is there a better fashion to organize them? My
error is at the bottom.
Here is the extension.conf
[default]
;
; By default we include the demo. In a production system,