Displaying 20 results from an estimated 10000 matches similar to: "Using Asterisk to route call via an outbound proxy"
2016 Apr 13
2
Using Asterisk to route call via an outbound proxy
I'm using chan_sip, I experimented with adding a 'Route' header in the
originate command and used the Dial command like 'SIP/peer/exten', but
problem
is that Request-URI isn't populated correctly.
I'm using Asterisk 13.
Thanks,
Nitesh
On Wed, Apr 13, 2016 at 10:09 PM, Joshua Colp <jcolp at digium.com> wrote:
> Nitesh Bansal wrote:
>
>> Hello,
2016 Sep 27
4
VoIP monitoring tools
Hello all,
The question isn't directly related to Asterisk, but I'm looking for
recommendations
for a monitoring tool to monitor the health of Asterisk instances running
in Production.
Ideally, the tool should be able to generate monitoring traffic (OPTIONS
ping or INVITE),
use the response/no response from Asterisk to store the health of an
Asterisk instance running
somewhere in the DB.
2016 Apr 22
2
Dial command for SIP driver with To-header config
Hello,
I'm using the following Dial command syntax:
Dial*(SIP/peer/exten!sip:xyz at xyz.com <sip%3Axyz at xyz.com>*), the SIP URI
after the '!' mark should be set as To-URI in outgoing INVITE
from Asterisk.
It works, but problem is that To-URI formatting is a bit messed up,
It looks as follows:
*sip:sip:xyz at xyz.com <sip%3Asip%3Axyz at xyz.com>*, it seems that Asterisk
2016 Sep 27
4
VoIP monitoring tools
Hello,
you can have a look on Homer
http://sipcapture.org/
regards
On 27/09/2016 10:39, Gholamreza Sabery wrote:
> Hello,
>
> For service monitoring you can use tools like sipsak in combination
> with Zabix or Zenoss. Also using Zenoss or Zabix you can monitor the
> health of your servers. This way you have both top-down and bottom-up
> monitoring. For monitoring call
2020 Apr 06
2
Outgoing PJSIP using Kamailio
Hello,
We have a provider which is using Kamailio as front end. Our asterisk
13/chan_sip server has no problem to register and pass/receive calls
form this provider.
Now we want to move to asterisk 16/pjsip and face problem. Registration
is OK but when we pass a call our INVITE never receive answer from the
provider. We opened a ticket to their support but in the mean time we
want to know
2019 Dec 27
2
SIP via TCP - new TCP session per call or use same session for multiple calls?
Dovid Bender <dovid at telecurve.com> writes:
> So long as the tcp socket is open your SBC should send the call back over
> the same socket. Now it can be that your SBC is seeing the socket as
> timing out. If you are using Kamailio you can have it send tcp keep alives
> every so often so that the socket stays up.
SBC?
I am curious if the "reuse registration TCP
2020 Oct 30
3
Multiple IP addresses and using same IP for outbound calls as inbound
Why not use OpenSips/Kamailoo in between? Where you want 1.1.1.1 you pass
it along as is. Where you want 2.2.2.2 change the sdp in opensips/kamailio
On Thu, Oct 29, 2020 at 20:44 David Cunningham <dcunningham at voisonics.com>
wrote:
> Hello,
>
> Does anyone know a way with chan_sip to tell Asterisk to use a specific IP
> address for its end of the communication for a specific
2016 Jul 05
2
OpenSIPS or Kamailio based fronting for Asterisk?
Hello,
I am beginning to front my Asterisk cluster with OpenSIPS/Kamailio and so
far my biggest issue is the complete lack of quick-start-like documentation
for either. Is there any place I can get a very simple HA configuration
(telling me where the config files are, for starters, is a good thing) for
OpenSIPS or Kamailio with the following features:
(a) Support an arbitrarily large number of
2015 Mar 10
1
PJSIP and Kamailio without registration
OK, it stopped working.
It turns out the transport and endpoints in PJSIP are ok. I can send an
invite from my unregistered snom phone and I can see some activity in the
CLI.
However, when I dial from my snom to Kamailio and have it pass the message
to asterisk, PJSIP seems to ignore the sip messages even though they are
there.
Is there something wrong in the invite that I'm missing?
U
2014 Jan 20
3
Asterisk not receiving call from VPN address
Hi,
We have a Kamailio and Asterisk cluster, both machines being on a real
103.x IP address and also on a 172.x OpenVPN address.
The problem is that when Kamailo receives a call from the VPN and forwards
it to the Asterisk server on it's 103.x address, Asterisk never sees the
call.
If Kamailio receives a call from the VPN and forwards the call to the
Asterisk server on it's 172.x
2014 Aug 29
1
asterisk multiple ip
hi,
i need migrate customers from severeal to one asterisk server with
multiple ip aliases
like
eth0 192.168.10.1
eth0:1 192.168.10.20
eth0:2 192.168.10.30
i must preserve endpoint configuration to these ip adressess
the problem is if i register to 192.168.10.30, the answer is from
192.168.10.1
are there some ways for this scenario?
1) chan_pjsip?
2) kamailio in front of asterisk on the same
2020 Jan 18
2
Asterisk16 - PJSIP - Error 401 on outbound registration
Le 17/01/2020 à 11:54, Administrator a écrit :
>
> Le 15/01/2020 à 19:24, Administrator a écrit :
>> Hi all,
>>
>> we face a strange behavior while connecting an Asterisk16 instance
>> with PJSIP to 2 providers: we receive error 401 Unauthorized, both of
>> them having Kamailio as front-end. With other providers -we don't
>> know if they run
2018 Apr 16
2
PJSIP error No auth credentials for realm(s) 'asterisk' in challenge
Hi all,
we are trying to move our servers from chan_sip to chan_pjsip. At this
time no problems with phones, they all register fine and can place
calls. But for a trunk we face problem and can't place calls despite the
fact that registration is OK. What we get is:
[2018-04-16 16:08:33] WARNING[18665]:
res_pjsip_outbound_authenticator_digest.c:178
2017 Apr 06
3
Outbound T.38 via RTP with pjsip does not work as expected
Hello!
I'm trying to send a fax via T.38 to a destination, which should be T.38
capable. My provider supports T.38, too. Unfortunately, it doesn't work.
This means:
Call is started and SDP is negotiated w/ alaw. Callee sends reinvite -
for alaw again (and not for T.38)!! After about 30s, callee hangs up
because of missing data (this is true, because I don't send alaw coded
fax data.
2020 Jan 15
4
Asterisk16 - PJSIP - Error 401 on outbound registration
Hi all,
we face a strange behavior while connecting an Asterisk16 instance with
PJSIP to 2 providers: we receive error 401 Unauthorized, both of them
having Kamailio as front-end. With other providers -we don't know if
they run kamailio- registration is just fine.
One of the provider took a pcap and told us that expiration was set to 0
that's why they don't accept the
2018 Dec 12
3
Outbound call: caller gets no ringback on session progress
Hello!
An extension registered at asterisk 13.23 initiates an external call (pjsip). After the Invite, the
callee (-> ISP) sends a
100 Trying
183 Session Progress (*without* SDP)
Asterisk now sends to the extension:
183 Session Progress (*with* SDP)
183 Session Progress (*with* SDP) (really two times)
The callee meanwhile sends
180 Ringing (*without* SDP)
which is
2020 Oct 23
2
Multiple IP addresses and using same IP for outbound calls as inbound
OK, thank you George.
On Sat, 24 Oct 2020 at 03:16, George Joseph <gjoseph at digium.com> wrote:
>
>
> On Thu, Oct 22, 2020 at 4:13 PM David Cunningham <
> dcunningham at voisonics.com> wrote:
>
>> Hi George,
>>
>> Thank you for the response. I'm a little unclear on what you mean by a
>> transport. We're using chan_sip, not pjsip.
2018 Apr 11
4
Pass through registration / proxy
I need to create a SIP proxy to be placed in front of a legacy PBX. When a
phone registers with the proxy, I would like Asterisk to register with the
PBX behind it. (To tell the PBX to send calls to the proxy and then to the
SIP phone).
Can I use Asterisk to create a proxy like this? Is there a way to cause the
Asterisk to register with another host when it receives a successfully
2015 Jan 29
2
any valid up-to-date info about Kamailio-Asterisk integration ?
Hi all
Have recently watched Matt Jordan's session on Kamailio World 2014
On slides 26-29 of his presentation
(http://www.kamailio.org/events/2014-KamailioWorld/day1/09-Matt.Jordan-Asterisk12-And-PJSIP.pdf)
he speaks about a (completely new, for me at least) approach to build
scalable telephony systems, using N instances of Kamailio and N
instances of Asterisk
Are there any
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 (