similar to: Asterisk ignoring nat settings

Displaying 20 results from an estimated 3000 matches similar to: "Asterisk ignoring nat settings"

2014 Jan 07
1
Asterisk NAT friendly settings
I'm asking about this scenario: Asterisk(public IP) <--> Internet <--> Router (public IP) <--> SIP client (private IP and NAT) What settings in sip.conf will give this the best fighting chance of working? We already have nat=force_rport,comedia
2014 Aug 27
1
features.conf and mixmonitor stop and start
Hello, I have a recording started in the dialplan with the MixMonitor application. I want to be able to stop it during a call and maybe restart it. I tried using the value defined in [featuremap] but it starts another MixMonitor application even if there already one instead of stopping it. Any idea on how I can stop the MixMonitor application while it is running? [featuremap] automixmon =>
2014 Jan 21
3
Asterisk Fax detection *11.7
Hello everybody I'm trying to enable the Digium res_fax app at my *11.7 Server. a fax show stats comes up with FAX Statistics: --------------- Current Sessions : 0 Reserved Sessions : 0 Transmit Attempts : 0 Receive Attempts : 1 Completed FAXes : 1 Failed FAXes : 1 Digium G.711 Licensed Channels : 1 Max Concurrent : 0 Success : 0 Switched to
2016 Sep 15
3
Tricking asterisk to think the call has ended, but it was continuing on the other side
I am banging my head over a simple asterisk trick I was seeing on one asterisk server. An extension dials an international premium number, the called number answers, then the extension hangups, but the call continue to run on the international number side, generating an high profit for the premium number company and a big loss for the asterisk owner. I think some sort of "transfer"
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all, I'm trying to resolve a weird issue with SIP routing. I have a number of SIP trunks, from a selection of providers, all of which are registered in sip.conf: [general] context=default allowguest=no allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=yes tcpbindaddr=0.0.0.0 transport=udp bindport=15060 srvlookup=yes allowsubscribe=yes
2013 Aug 18
1
Asterisk SIP Trunk between two Asterisk Servers
Hi, Am making a simple SIP trunk between two Asterisk server, Server 1 sip.conf [usman02] type=peer username=usman02 secret=usman02 host=10.30.2.58 context=man02-trunk port=5060 qualify=yes disallow=all ;allow=g729 allow=g729 ;allow=alaw nat=force_rport,comedia dtmfmode=rfc2833 relaxdtmf=yes insecure=invite,port extensions.conf [man02-trunk] exten => _1X.,1,Dial(SIP/usman02/${EXTEN}) exten
2012 Aug 04
1
Suggestion of Server Specifications for Asterisk
What the minimum Server Specifications do I need to run 200 concurrent channels at the time with .WAV recording (MixMonitor)? It will be connected via VOIP sip account. Codec will be ulaw. Which UK dedicated server provider do you recommend and how much bandwidth do I need? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jun 07
2
Curious problem with NAT
Ashwin Surendran <Ashwin.Surendran at now-health.com> schrieb: > Have you tried NAT=force_rport ? OK, tried... I can transmit from my phone (aka: I hear my voice on another phone), but I'm not able to receive data (aka: I cannot hear what I say on the other phone). Other suggestion? Thanks Luca Bertoncello (lucabert at lucabert.de)
2016 Jul 02
3
Registration server with PJSIP
Hello, I am moving from realtime chan_sip to pjsip and one of the problem I am facing is the lack of "sipregs". With chan_sip, when an extension registers, the server where it has registered to is stored in sipregs. Is there something similar in pjsip? How can I find on which server the pjsip extension has registered to? Leandro -------------- next part -------------- An HTML
2016 Jul 06
3
Impossible to use any recent asterisk version with chan_sip
This is a great news, thank you. I have open the issue, https://issues.asterisk.org/jira/browse/ASTERISK-26177 and added the relevant files, let me know if you need more info. Leandro 2016-07-06 21:46 GMT+02:00 Joshua Colp <jcolp at digium.com>: > Leandro Dardini wrote: > >> Hello, >> I'd like to know if anyone of you is finding my same problems using any >>
2015 Jun 07
3
Curious problem with NAT
Ashwin Surendran <Ashwin.Surendran at now-health.com> schrieb: > What settings have you got for directmedia? > > Could you try > > nat=force_rport,comedia > directmedia=no Tried. Peer always unreachable, call not possible... :( Other idea? Thanks Luca Bertoncello (lucabert at lucabert.de)
2013 Feb 24
2
AEL Macro are evil :-)
I just discover an "hidden" problem with AEL macro I want to have your feedback. If you use a macro to dial out, like &dialout(${EXTEN}), the leg extension will became ~~~~s~~~~ and if it happens you transfer the call, that will be the callerid appearing on the other phone display. I am just rewriting all the dialplan getting rid of the macro and using gosub, even if asterisk is
2016 Jul 06
4
Impossible to use any recent asterisk version with chan_sip
Hello, I'd like to know if anyone of you is finding my same problems using any recent asterisk version, after 13.7 / 13.8 with chan_sip. If I use any recent asterisk version, after just few seconds asterisk completely locks up, stopping processing SIP/UDP packets. Nothing is written in the asterisk log, but if I run "netstat -nap | grep 5060" I see the UDP buffer filled up. If I
2015 Jan 15
2
Showing sip subscriptions in Manager
Hello, almost any useful CLI command has an analogue on Asterisk Manager Interface, but I cannot find a way to get the list of subscriptions using AMI. Which is the command, if any? The CLI command is "sip show subscriptions" Leandro -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Apr 16
2
FW: clients unable to auth
Hi Guys, Just new to Asterisk and am completely stumped. I have created two accounts as instructed. Please see below for the config of the user accounts. [Peter] type=friend host=IP address disallow=all allow=ulaw allow=alaw callerid=Peter <6004> secret=XXXXXXX context=default port=9060 nat=force_rport,comedia deny=0.0.0.0
2011 Apr 16
5
Google Voice receiving call problem
Hello, I have a Google Voice phone number and want to connect it to my asterisk box to have calls handled to my SIP account. When I call the number I receive the correct INCOMING request on Jabber portion of asterisk, but the call is not connected to the gtalk part. JABBER: asterisk INCOMING: <iq from="+ 17174695631 at voice.google.com/srvres-MTAuMTc2LjEwOC4xNjo5ODQ4" to="
2015 Mar 03
2
Dialing multiple channels with confirm
I'd like to dial two extensions (or external number) and ask for confirmation to accept the call. Dialing an extension, asking for confirmation and then dialing a second extension if the call has not been accepted is easy by using the dial option U(...), but if I dial two extensions at once, when the first answers, the other stops ringing. Any idea to make the first continue to ring until
2015 Sep 08
2
Network range in trunk definition
I have some problem finding a smart way to add inbound trunks ip authentication. I don't want to set allowguests=yes Some of my providers just list some IP and I add them like: [provider](!) context=fromoutside type=friend insecure=port,invite disallow=all allow=g729 allow=ulaw allow=alaw canreinvite=no [magrathea1](provider) host=87.238.72.129 [magrathea2](provider) host=87.238.72.130
2017 Jan 24
2
Asterisk 13.13.1
Hello, I recently upgraded from Asterisk 1.8 to Asterisk 13. Now users are starting to complaint about packets loss, conversations are choppy! I don't even know where to start looking! Choppy conversations happened within users. I am using sip.conf [1091] type=friend context=sip-phone call-limit=2 trustrpid=no callerid="dev1" <1091> disallow=all allow=ulaw
2015 May 28
3
Peer is UNREACHABLE
Darryl Moore <darryl at moores.ca> schrieb: > Ahh. Seen that before! That suggests to me that you don't have your > sip.conf records setup right. > > What's your sip.conf look like? Well, here what I wrote in my sip.conf: register => 00493511111111:MYSECRET at pbxluca/00493511111111 register => 00493512222222:MYSECRET at pbxfax/00493512222222 register =>