similar to: Re: Asterisk-Users Digest, Vol 21, Issue 132

Displaying 20 results from an estimated 2000 matches similar to: "Re: Asterisk-Users Digest, Vol 21, Issue 132"

2006 Apr 25
0
Re: Asterisk-Users Digest, Vol 21, Issue 132
Hi All I want to setting as belows. caller ---> call ( from telco) --> asterisk ---> IVR -- SIP 1. after that, SIP1 transfer to SIP2 (unattendant or attendant transfer). i want to SIP1 hear stream sound data of call conversation between caller and SIP 2 (don't used call conference) SIP3 want to hear stream sound data of caller and SIP2 conversation, can be press DTMF
2006 Mar 16
0
Feedback from VON expo! Infoon*HAandPolycomphone!!
Grrr. I'm using outlook web access and there's no way to do inline replies. Anyway... Gabriel. Using SER does not create a single point of failure. You install three SER boxes. Single point of failure gone. It does not take several seconds. If your phones are configured for SRV, and 2/3 of your SER boxes down, it takes about 2s. That's not bad for a 2/3 system failure. You can
2007 Apr 16
3
Redundant * servers
Without using Dundi or SER, any thoughts on the following anyone? Has something similar been implemented anywhere so as to me not having to horribly butcher code... 4 servers SIP1-4 User1 -- -- SIP1 -- \ / \ User2 ------ Go to register ------- SIP2 ----- Whereis? --> DB / \ / User3 --
2006 Mar 16
1
Feedback from VON expo!Infoon*HAandPolycomphone!!
Hey, You know, the Digium guys said both are good. They said the the DNS method is better because you dont have the extra point of failure (SER) but said the SER method is better in that it gives you more exact control in the handling of the calls and registration. They did acknowledge there would be a possible downtime only for incoming calls to users with dynamic IPs if the
2003 Aug 15
1
DTMF SIP
Hello list, my case is as follows: SIP1--asterisk--SIP2. SIP2 is IVR type device. SIP1 and SIP2 both use g729. When SIP1 calls SIP2, it hears the IVR, and prompt the SIP1 to punch the keypad on the phone. As suggested by you, I need to configure the SIP1 with out band dtmf mode , what is about the sip.conf, should I specify the SIP1 with demfmode=rfc2238 ? do I also need to make same kind
2009 Jun 18
2
Multiple Outgoing Lines: extensions.conf
Dear all, I am currently trying to configure a PBX make use of a multiple of outgoing lines, currently my extensions.conf looks something like below >> ; extensions.conf ; 20th October 2008 [globals] sip1=201 sip2=202 sip3=203 sip4=204 [general] autofallthrough=yes [default] [incoming_calls] exten => _89859715,1,Dial(SIP/201) exten =>
2003 Dec 08
5
Multiple Asterisk servers sharing/propagating registry ?
Dear all, I'd like to know if there is a way for multiple asterisk servers to share a common SIP and/or IAX registry. The setup I imagine would be something like : - several asterisk servers called sip1.isp.com, sip2.isp.com, ... - a DNS alias sip.isp.com pointing to all the addresses (thus providing a round robin resolution on each server) - each SIP client would register with sip.isp.com
2004 May 20
0
budgetone problem on hangup
Hello to all. I have a couple of budgetones connected to Asterisk server. I can establish calls using budgetone with no problem, but when I hang up a Budgetone, Asterisk does not detect the hangup. It seems that the communication goes on in spite of budgetone's hangup. My sip.conf: [general] disallow=all allow=ulaw bindaddr=172.16.60.21 [sip1] callgroup=1 pickupgroup=1 type=friend
2005 Feb 02
0
Speex pass through on SIP
Hi, I've seen some answers to this on the mailing list archives but nothing that seems like the right answer. What I want is for 2 SIP phones to use speex to talk to each other through 2 asterisk boxes (linked over IAX2) while only supporting ulaw on the asterisk boxes themselves. I think a diagram will help ;) SIP1 <--> *1 <--> IAX2 link <--> *2 <--> SIP2 I want
2009 May 29
1
IAX2 trunking with Older Asterisk version ?
Hi All, Is it possible to make a IAX2 connection between asterisk 1.6.1.0 , and asterisk 1.2.14 ? i tried to use a IAX2 connection between version 1.2.14 and 1.6.1.0 but it gave an error - 1.2.14 End - Error Msg WARNING[8313]: chan_iax2.c:7103 socket_read: Call rejected by 147.120.203.71: No authority found 1.2 END , IAX.conf [trunk14] type=friend host=147.120.203.71 secret=test123
2005 Sep 22
1
Early Media with Asterisk
Hi :) I hope someone has a hint concerning Early Media. The situation: My Asterisk is connected to small local carrier who works with several SIP servers. I traced some SIP headers and find something like this: Via: SIP/2.0 UDP sip1.provider1.de In the SDP part I found something like this: o=- 2268929 0 IN IP4 sip2.provider1.de c=IN IP4 sip2.provider1.de If I send
2009 Jun 01
1
IAX2 trunking with Older Asterisk, version ?
my sip phone registered on 1.6, when i dial 4567 from 1.6 version, it wont go to 1.6 voice mail. it says == Using SIP RTP CoS mark 5 -- Executing [4567 at sip:1] Dial("SIP/312-09f9a720", "IAX2/trunk10 at 147.120.203.98/4567,10,t") in new stack -- Called trunk10 at 147.120.203.98/4567 [Jun 1 11:01:18] WARNING[8178]: chan_iax2.c:8991 socket_process: Call rejected by
2019 Nov 06
2
possible bug in Asterisk 16
Hello, I am experiencing weird problem in Asterisk 16.2, possibly a bug. Same thing works fine in Asterisk 11. Here is the situation: I have 2 extensions on 2 phones. 4 extensions in total. phone 1: 8882 8382 phone 2: 8884 8384 And I have 2 SIP trunks for outgoing calls. I want to call via SIP1 when called via 8882 or 8884, and SIP2 when called via 8382 or 8384. And one last detail. SIP1
2010 Feb 19
3
splitting sip.conf to two files
Is it possible to split sip.conf into two files (sip1.conf sip2.conf)? I have an Audiocodes gateway with two FXO ports, and (according to info I received, and it appears to be correct) Asterisk find the peers based on their IP and not on their IP+PORT. Thus, Audiocodes with two FXO ports registered on the same devices (=> one single IP with different SIP ports), the last entry into my
2012 Jul 13
8
How to set SIP to auto answer in the dial plan .
Hi, I am trying to write dial plan for sip to auto answer (auto attend) the incoming call to the sip phone. - If i call from sip1 to sip2 then sip2 should automatically answer the call and play some sound file. I am trying to do this but as new to the asterisk dial plan configuration , so not able Todo this. help me if anyone already done this setup. Regards Upendra. -------------- next part
2008 Mar 12
1
Asterisk not transcoding between installed codecs
Hi All, I have 2 SIP clients configured and connected to Asterisk. When I place a call from SIP1 to SIP2, if both codecs are the same then everything works as expected. I then allowed one of the clients to use alaw instead of ulaw and there were audio problems (couldn't hear the other end, etc). Same thing happened when I tried to use gsm<->alaw/ulaw. Any ideas? I'm using
2007 Mar 29
5
SIP RTP Tunnel
Hello, is it possible to rout ALL RTP Data over Asterisk, like SIP1 <---RTP---> Asterisk <---RTP---> SIP2 I know it seems quite useless. But I want to simulate a IAX -> SIP connection and have no Phonecard installed on my computer ;) Thanx, Kalle
2007 Feb 17
1
Confederated SIP service.
'lo, A provider sets up an Asterisk box in order to service the needs of a small number of customers. The provider issues SIP handsets and the users register with sip.telco.com Thanks to the selection of a brilliant family of technologies, including SIP and Asterisk, the telco.com company grows and grows. Eventually, beyond the point that they can really hold all of the customer SIP
2006 Mar 16
1
Feedback from VON expo! Info on *HAandPolycomphone!!
> -----Original Message----- > From: Alexander Lopez [mailto:Alex.Lopez@OpSys.com] > Sent: Thursday, March 16, 2006 8:46 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] Feedback from VON expo! Info on > *HAandPolycomphone!! > > > > > > "Q: What are the plans for HA? > > That's BS. Last time I
2003 Jul 07
0
Follow-up -- Using Asterisk with Nikotel
Hi thanks to everybody who has been assisting me in solving the various problems I had to dial out from Asterisk to a PSTN number with SIP using Nikotel's VoIP service. I have drafted a mini-how-to which is available at http://www.akabeni.com/benjk/Using_Asterisk_with_Nikotel.pdf This is a first draft, I will amend this further, in particular the "verify and debug" section