similar to: asterisk with big number of extentions.

Displaying 20 results from an estimated 20000 matches similar to: "asterisk with big number of extentions."

2005 Feb 17
4
functional difference: canreinvite=yes, no, or update
Can anyone give an example of the difference between the following: canreinvite=no canreinvite=yes canreinvite=update Here is the problem: I have an 800 number sent to me via SIP from a national carrier. Asterisk gets the number and rings my desk phone. Asterisk has 2 NICs, one with public IP and private IP. My phone is on private IP, the inbound call is on public. My phone rings and I answer
2008 May 05
2
T38 Passthrough Verification
Hi All, I have 1.4.9.1 setup, with the compiler flags enabled for T38, and have a Mediatrix 2102 and a Linksys SPA 8000-G1. I can pass faxes between devices but can't seem to invoke T38 pt UDPTL. It's enabled in sip.conf [general] and well as the [peer]. I get an error at the CLI: WARNING[3096]: chan_sip.c:14149 handle_request_invite: RTP re-invite after T38 session not handled yet !
2010 Nov 11
3
T38 re-invites issue
Hi all. I have an issue with T.38 and re-invites. Topology: provider -> A (asterisk 1.6) -> B (asterisk 1.6) -> extension -> -> (software fax, gateway whatever). When between A and B trunk is canreinvite=no everything is working smooth. When I switch canreinvite to yes, it stop working. Do you have any idea where the issue can be? Any help will be much appreciated. Marek Soha
2005 Sep 07
2
asterisk, SIP, Re-INVITEs and different contexts
Hmmm... Folks, I beg you pardon, if I'm telling something which was said before, but actually I have not found this anywhere, neither on Voip-info.org or in several Asterisk's docs. So, here is the statement: If SIP extensions are in DIFFERENT CONTEXTS, then RTP traffic between them will ALWAYS go via Asterisk. I.e. Asterisk WILL NOT issue Re-INVITE even if: 1. Both UAs have
2004 Sep 01
5
dtmf problem
Hello! I have asterisk updated from CVS on 31/8/2004 with sample configuration. I have just changed the sip.conf to register asterisk with sip proxy in out intranet. Then I can successfully make call to asterisk and go to demo IVR, but no response to dtmfs. I try to make call from several sip phones: Cisco7960, Ata186, Snom200. All of them send telephone-event in INVITE, but asterisk answers
2014 Dec 11
6
T.38 not working - help needed with log interpretation
Hello, at first, thanks for helping! In the meantime, I have done a lot of research and trial and error, and I could solve that specific problem. Obviously, the dialplan application "Answer" was playing a key role here. My original dialplan snippet (which produced that problem) was: exten => _00., 1, NoOp() same => n, Set(FAXOPT(gateway)=yes) same => n,
2004 Apr 01
2
H323 - SIP Interoperability
Hi there, I would like to communicate H323 IP phones with SIP phones. My H323 phones are registered to a gnugk GK, and the SIP phones are registered to a asterisk SIP proxy. I could not create a dialplan that works. Inside my extensions.conf file I created the following two entrances: exten => 4,1,Dial(SIP/4) exten => 5,1,Dial(SIP/5) This allows SIP phones call each other.
2006 Jan 14
3
SIP RTP
According to this page: http://www.asterisk.org/doxygen/Config_sip.html canreinvite=yes redirects just the RTP. I was under the impression that the entire SIP connection got redirected, therefore losing accounting ability. Could someone clarify this? --Mike -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Feb 22
1
RTP address learning and timing problem
Hello, We have a system that interoperates with an external service, so that the basic call flow is: PSTN origination -> Asterisk A -> External service -> Asterisk B Initially the SDP from the external service tells the two Asterisks to send RTP directly to each other. Part way through the call the external service sends re-INVITEs both Asterisks to change the address for audio to
2007 Jul 13
1
Media Proxy Mode in Asterik: SIP and
Dear Alex; Thanks for your kindly reply. Please explain for me what do u mean exactly in "a la" in the following sentence u wrote it below? " in SIP, this can be done via "re-INVITEs" a la the canreinvite= option for SIP peers in sip.conf" Another thing, do u mean that it is easier (better) if we need H.323 endpoint to talk with SIP endpoint then we use full
2007 Apr 27
1
SIP<->H323 calls without proxying RTP
Hello, Could somebody tell me is it possible to use asterisk without RTP proxying in SIP<->H323 calls? I mean exactly what canreinvite=yes option do in SIP<->SIP calls. I don't need a transcoding, only a signaling conversion, and this is possible with some softswitches, so i wondering what about asterisk. Same question about H323<->H323 calls I'm using NuFone
2004 Mar 29
6
Asterisk + GrandStream SIP phones
-This is my 'sip.conf' file: ;************************************************************* ; ; SIP Configuration for Asterisk ; [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls tos=184 maxexpirey=3600 ; Max length of incoming registration we allow
2003 Nov 01
4
NAT router and off-premise SIP audio problem
Our network is connected to a cablemodem using a dynamic DNS service to resolve our address. The Asterisk server has been alternately set up behind a NAT router and without a NAT router -- that is, with two NICs, one of which is providing NAT to the rest of the network; the office SIPs are behind that with static private IP addresses. Off-premise SIPs are all behind simple NAT routers.
2004 Dec 16
3
Get asterisk out of the RTP stream?
Here is the setup: Phone A (in NYC) on own bandwidth. Phone B (in LA) on own bandwidth. Asterisk box in Houston,TX on own bandwidth. Both phones contact asterisk to register. Not much bandwidth used for this as it is a few packets every hour or so. Phone A calls Phone B. Phone A sends a call request to asterisk and asterisk calls phone B. Both phones are connected and both people are talking.
2012 Jan 20
1
Asterisk NOT in the media path
Hello, I want to place an Asterisk-server A in front of 2 other Asterisk-servers (B1 & B2). This first Asterisk-server A needs to send incoming calls to one of the 2 available Asterisk-servers (B1 or B2) behind it. So I want the first Asterisk-server A to accept the call, and based upon some checks in the dialplan send the call through to one of the other Asterisk-servers (B1 or B2)
2007 May 19
3
Asterisk and iBasis
Hi, We are currently trying to setup Asterisk with iBasis. One question/problem we have is that Ibasis has told us to send the INVITEs to one IP address and all media to a different IP address. How can we do that in Asterisk? Thanks
2003 Jun 08
1
oh323 and extentions.conf
> > hi > i am not using sio or iax but only oh323. i am trying to register my > extensions like > > extensions.conf > ;-- H.323 [alias = 665] > exten => 665,1,Dial(OH323/172.18.1.133) > > oh323.conf > > context=voip-h323 > > ;----------------------------------------- > ; Configure H.323 aliases, prefixes and > ; related ASTERISK's contexts
2004 Apr 13
1
SIP->h323 problem DTMF
I've configured Asterisk 0.7.2 to work together with Cisco ATA186 (SIP,G.711. RFC2833) and OpenPhone (H.323, G.711). But there is an issue while calling from ATA186 to OpenPhone via Astrisk - when I press any key on analogue phone connected to ATA, Asterisk shows following message: -- Executing Dial("SIP/519-3781", "OH323/62.213.36.100|20|Tt") in new stack --
2007 Oct 05
1
[asterisk-dev] oh323.conf, extentions.conf
Send these questions to Asterisk-Users mailing list. h323.conf ################################################## ; ; Configuration file of OpenH323 channel driver ; [general] listenAddress=W.X.Y.Z ; local ip listenPort=1720 tcpStart=10000 tcpEnd=20000 udpStart=10000 udpEnd=20000 fastStart=yes h245Tunnelling=yes h245inSetup=yes jitterMin=20 jitterMax=100 ipTos=none outboundMax=100
2005 Sep 13
1
Cisco AS5400 Configuration as a SIP Peer - URGENT
List users, It's been a while since I've posted here, but I've been hard at work pushing toward our large scale Asterisk goal and keeping up with this list can be a full time job by itself (I have19,543 unread list messages!!). This Friday, September 16th 2005, my team will be at the MCI Development Lab in Richardson, Texas testing our setup. We have a three server system