similar to: How to set SIP to auto answer in the dial plan .

Displaying 20 results from an estimated 1000 matches similar to: "How to set SIP to auto answer in the dial plan ."

2012 Jan 03
4
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
Hi, Please help me understand the following applications and what are its advantages if we compare between each of them. Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE. Regards, Kaushal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ffad2be6/attachment.htm>
2012 Jan 12
1
how to set callerid in php AGI file.
Hi, I am using phpagi for agi scripting. and want to update callerid number but didn't get any success. please help me how to update PHPAGI is new for me. Below is the code which I write. #!/usr/bin/php -q <?php set_time_limit(30); //require(.phpagi.php.); include("phpagi.php"); $agi = new AGI(); //answer the call $agi-> answer();
2013 Mar 06
1
Asterisk crashed
Hi, I am running asterisk 1.8.14.0, It was running fine for last few days and suddenly crashed today In logs I can see that abrt tried to save the core dump but it couldn't Mar 6 12:11:09 localhost kernel: asterisk[26544]: segfault at 72656d69ac ip 0000000000533c19 sp 00007f7db9ce3af0 error 4 in asterisk[400000+1d1000] Mar 6 12:11:15 localhost abrt[31287]: Saved core dump of pid 26528
2007 Nov 22
5
Odd bug in Siemens C460IP ?
Hello, I think I have encountered an odd bug in Siemens C460 IP/dect handsets, which is a bit annoying, and I'm not (yet) sure how to get round it without lots of hacks. Basically, on all external incoming calls, we set: exten => s,n,SIPAddHeader(Alert-Info: Bellcore-dr2) This causes handsets (i.e. Cisco 7960 / Grandstream / aastra) to set a different ring cadence so to differentiate
2012 Jun 15
1
Does Asterisk support AMR and AMR-WB
Hi all, I have a project for the 3G related, AMR and AMR-WB support. I'm using the client develop suite from the PortSIP(http://www.portsip.com), as their said support the AMR, AMR-WB with RFC4867. Now I have to setup a SIP server/SIP PBX in our Lab for test, does the Asterisk support these codecs and RFC4867 ? If no, there has any plugin to support this ? Also, any other Server/PBX which
2013 Feb 15
6
Cisco 7942 Connected line ID
Hi, Is it working for anyone? I have tried with trustrpid=yes sendrpid=yes/pai but can not get it working, Asterisk cli shows prevented message like this. Connected line update to SIP/1231-00000200 prevented Regards, Zohair Raza -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Dec 16
1
CDR END TIME in correct in 1.8+
Hi, I've tested 1.8.6.0, 1.8.4.0 and 1.8.0 I can get proper start and answer time but not the end time of call <SIP/11-00000000>AGI Rx << GET VARIABLE CDR(start) <SIP/11-00000000>AGI Tx >> 200 result=1 (2011-12-16 18:34:48) <SIP/11-00000000>AGI Rx << GET VARIABLE CDR(end) <SIP/11-00000000>AGI Tx >> 200 result=1 (2011 12-16 18:34:48)
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
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 --
2010 Oct 18
15
SIP DNS SRV
Hello list. When using SIP DNS SRV to define a production Asterisk server with high priority and a backup Asterisk server with a lower priority on this DNS-server, will this work as follow : - production server is reachable, so registration of the IP-phone goes to this server - production server is unreachable, so registration goes to the backup Asterisk server - production server is
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
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
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
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
2013 May 27
3
Not able to build the chan_sip.c module
Hi, i am trying to install asterisk newer version on the Elastix machine, but while installing the chan_sip,c module is not building while make. when i see in make menuselect options it showing "XXX" -- extended , please let me know how to enable it and make build chan_sip module. -- Upendra -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2004 May 25
2
sip phone problem
Hi all. I have 2 ip phones (Grandstream Budgetone): -budgetone1 -budgetone2 All two are connected to an Asterisk server. When I make a call from budgetone1 to budgetone2, I can speak with budgetone2 whith no problem. But when budgetone2 hangs up, budgetone1 does not play any tone (like busy tone). Budgetone1 seems to be still in conversation, but what conversation! Has anyone had a problem
2015 Mar 17
2
Asterisk only registering at one provider
Hey, I am running default Asterisk 11.16.0 on a FreeBSD-Machine. I need to register to several other SIP-Services (actually 3): short sip.conf register => XX at a register => XX at b register => XX at c If I remember correctly this worked quite well, but I now checked the system again and it is only obeying the first register statement. "sip show registry" only reports the
2012 Sep 06
1
Asterisk Test Suite error
Hi, i am trying to install the Asterisk test suite on my ubuntu system , i have followed all the installlation steps as mentioned in the link ( http://blogs.asterisk.org/2010/04/29/installing-the-asterisk-test-suite/) , but when i am trying to run the script some of the test cases are PASSED and most of them are FAILED and SKIPPPED. So please help me out to do the testing correctly. The
2014 May 02
1
Elastix Architecture
Hi ALL, Am new to Elastix and wanted to try build new modules in the Elastix , so i want to know how the PHP is running ?? as i see no Apache server inside ?? so wanted to know how its running ? which server and architecture? *--* *Thanks & Regards* *Upendra* -------------- next part -------------- An HTML attachment was scrubbed... URL: