Displaying 20 results from an estimated 1000 matches similar to: "Using a Virtual IP Line"
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
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:
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
2009 Nov 09
1
Call declined
Dear all,
I'm in basic setup of my network:
I try to do a call from a softphone to an other one but I got the error 603
Declined.
Below the
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*
extension.conf:
*[tutorial]
exten => 1234,1,Dial(SIP,gianca)*
*exten
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
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
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:
2010 Nov 04
1
upgrade 1.6 -> 1.8: wrong password!
Dear All,
Today I upgraded asterisk 1.6 to 1.8.
As the result of this when peers trying to register to asterisk the system
shows:
NOTICE[24698]: chan_sip.c:23417 handle_request_register: Registration from
'"50" <sip:50 at 192.168.1.109> <sip:50 at 192.168.1.109>' failed for '
192.168.1.80:5062' - Wrong password
even though on 1.6 everything was OK
here is
2014 Jul 10
0
PJSIP Transfer not working
I tried to do what I with regular SIP to Transfer a call via 302
Redirect. In asterisk 12 we need to add the Tech, or not, but in any
case, there is no transfer done. The call is closed.
Here is a trace. How do I do this?
[Jul 9 21:39:29] DEBUG[47716][C-00000002]: pbx.c:4869
pbx_extension_helper: Launching 'Transfer'
-- Executing [17274428141 at redirect:30]
2014 Dec 05
0
Inbound call from sip peer to internal webrtc peer fails while internal sip-webrtc calls work
On 05/12/14 16:46, Olli Heiskanen wrote:
> INVITE that Asterisk (at port 5070) receives:
> PU.BL.IC.IP:5060 > PU.BL.IC.IP:5070: SIP, length: 1046
> INVITE sip:660 at testers.com
> <mailto:sip%3A660 at testers.com>;transport=UDP SIP/2.0
> Record-Route: <sip:PU.BL.IC.IP;lr=on;ftag=41030177>
> Via: SIP/2.0/UDP
>
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
2009 Jul 02
1
need help, service unavailable, registered but call does not get through
hi, i have a new install, 1.6 2, 2 extension, but the call doesnt get
thorugh: here is my sip debug outout: thx for ur help!!
<asterisk-users at lists.digium.com>
--- (13 headers 16 lines) ---
Sending to AA.BBB.CCC.DD : 28127 (NAT)
Using INVITE request as basis request -
Y2QxNTg4NjE3MTZjNGMzZGM5NzE3YWY4NjAyOTYzMjk.
Found user '701' for '701'
Found RTP audio format 107
Found
2005 Feb 03
2
Odd behaviour between Grandstream and Xlite
Hi,
I've got an Asterisk box with grandstream and xlite clients on it.
No here's the thing:
- I grey out all the codecs on the Xlite except for GSM
- I call the Grandstream from the Xlite, the Xlite uses the GSM codec
and the Grandstream uses ulaw, with Asterisk doing the conversion,
everything fine
- I call the Xlite from the Grandstrea, the Xlite ends up using the
ulaw codec as
2011 Apr 08
0
488 error in T38 Gatewaying in Asterisk 1.8 with patch 13405
Hello List,
I have been trying to setup T38 gatewaying with the following setup
SIP ->Asterisk -> DAHDI TE410P with Libss7 -> TELCO
I'm using asterisk Asterisk 1.8.3.2 and DAHDI Version: SVN-trunk-r9697M Echo
Canceller: HWEC
I'm aware there's no support for T38 gateway but I have been trying to get
the patches https://issues.asterisk.org/view.php?id=13405 to work. It seems
2010 Dec 22
4
Asterisk hangs up call after 20s
Hello
I have an Asterisk 1.4 server and two XLite softphones, where
Asterisk and the local XLite phone are located in a LAN behind a NAT
router, and the remote XLite phone is located elsewhere on the Net
behind its own NAT router:
http://img252.imageshack.us/img252/3749/asterisknat.png
I'm having the following issue: When the _local_ XLite calls out the
remote XLite, everything works fine;
2006 Mar 16
1
Newbie needs audio help
My first Asterisk install: Debian sarge with the 2.6 kernel, and two
X-Lite soft-phones. I followed the online how-to documents and was
calling between the two soft-phones and calling the demo system with
no problems and had full audio. I then went on to configure the
TDM400P's two FXS modules. I got into that a ways and was having some
success, but no dial-tone when I was off the