similar to: Question setting up a "bat phone" extension.

Displaying 20 results from an estimated 2000 matches similar to: "Question setting up a "bat phone" extension."

2006 Jun 14
4
kiax - iax2 softphone
Has anyone on here used kiax before? I am asking because I have it installed on several computers and have been able to get it to connect and register to my Asterisk box. I can even call between them and my SIP softphones. The problem I am having is this: when I use kiax to call someone else, they get some kind of background music playing while I am talking to them. I have called from kiax to
2006 Jun 03
1
New Member, saying Hi. :)
Hello everyone. I had heard about this open-source PBX once a while back. I wasn't too interested in it at the time but I kept the info filed away for possible future use. A couple of days ago, I was walking around Barnes and Nobles and I found this book, called Asterisk: The Future of Telephony. I paged through it a little and I was really excited by what I read. Then I remembered the
2006 Jun 04
6
fine-tuning asterisk questions
I have asterisk running more or less ok but I would like to turn off call waiting and be selective about the incoming sip connections. This is running asterisk 1.2.8 with a fxs and fxo card and a configured voip (sip) line. Currently I'm using freePBX 2.1.1 to configure asterisk. Problem 1) if someone is on the phone already and another call comes in for an already engaged extension I
2006 Jun 08
2
hangup lag causing the answering of already answered calls
I have a TDM-400P with one FXO module. On an incoming call, I have set Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), which is basically the only thing in my dialplan. When the call is answered by the PSTN phone first, or when the ringing call is hung up, Asterisk keeps ringing for 5+ seconds, which causes trouble (the answering of already answered calls). I noticed in the
2006 Jun 25
8
AsteriskPT- Sucessfull routing Skype Calls to my * box. Incoming and Outgoing calls!!!
Asterisk handling My Skype Calls This is for me, once more, Asterisk as the Future of Telephony. Today I've integrated my Skype Account as SIP extension in my * Box. This has been possible using "Uplink Skype to SIP Adapter", available for free at http://www.nch.com.au/skypetosip/index.html . Main features that any one can easily integrate into Asterisk: - Route skype incoming
2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
Greeting, I am trying to setup PLAR signalling in asterisk. I have modified the FXSLS TX bits in dahdi-base.c on line 2580, and I can make calls. .sig_type = DAHDI_SIG_FXSLS, .bits[DAHDI_TXSIG_ONHOOK] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ .bits[DAHDI_TXSIG_OFFHOOK] = (0), /*changed by for PLAR*/ .bits[DAHDI_TXSIG_START] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ When I got to change
2006 Dec 11
2
asterisk PLAR
Does anyone know if asterisk supports PLAR (Private Line Auto Ringdown). The Oreilly (Asterisk: Future of Telephony) book mentions it in passing saying that all you need to enable it is to set immediate=yes in zapata.conf. Has anyone implemented this in brokerage trading environments? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 12
2
transferring calls from ekiga to asterisk
I have ekiga registering to a voip provider (skypho) and receiving external call through the stun server. I want to redirect inconditionally all these calls to my asterisk server, but I can't understand how and what should I configure in asterisk in order to accept the redirected call. In asterisk console I can't see nothing when ekiga passes the call. If I turn asterisk's sip
2006 Mar 10
4
dipura 2002 auto dial or intercom
Guys. Anybody using sipuras 2002 knows if there is a way to make the phones connected to it to autodial an extension when the phone is picked up? For example, if the phone is on a police booth (building entrance) and you want the guys to just pick up the phone and make the phone auto dial the receptionist extension without the guys having to dial anything (ala batphone). Is this possible with
2003 Sep 24
6
Cisco 2600 and ASTERISK
Hello, Could somebody tell me if I can connect CISCO 2600 router with support of H.323 to Asterisk ? If it is possible could somebody tell me how to do it. I would like to document it and put on some website so everyone can see it. Regards, -- bart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Sep 22
18
Linksys PAP2-NA
I receieved my first PAP2-NA yesterday from our distributor(Tech Data). It installed pretty easily and has worked great so I went to order some more of these units today. When I logged into Tech Data this morning, the PAP2-NA was now marked as discontinued and no longer available and only the PAP2 version was available which is the Vonage branded version. :( I saw someone on the list say that
2004 Sep 19
6
new ATA box for sale by Linksys
Fry's Electronics has a new Linksys 2 line ATA box for sale for $59.99 retail. They have a version with a router for $89.99. We picked the non-router version up and it seems to be a rebadged Sipura SPA-2000. The box has a Vonage service package inside as well, but it does work with other services. The box also has a "User Guide" meant for end-users that is very well written [no
2006 Mar 08
4
PAP2 won't make two g729 calls at the same time
I have a Linksys PAP2. Identical setups for the two channels in both the unit and in Asterisk. In particular, both channels enable g729 and set it as the preferred codec, and have disallow=all and allow=g729 in sip.conf. If we make a call on one channel, it works (and uses g729), but if we make a call on the other channel when the first one is still connected, it fails. We have three g729
2005 Feb 01
3
Linksys PAP2 / RT31P2 + multiple G.729 calls
Hi, anyone can confirm if the Linksys's ATA and Router (PAP2-NA and RT31P2-NA) have the same limitation of just one G.729 call like the Cisco ATA 186 ? I'm testing both appliances here and found this issue but could not confirm this anywhere (nothing on the manual, no document or post from any user about this). In my tests they use G.729 only on the first call and G.711 on the
2004 Dec 23
1
Linksys PAP2-NA Config
Hi, I have 3 PAP2 connected to *, they work fine but there are some things which I would like to improve, some of them are: - double ring tone when placing a call (I hear two tones it seems like the PAP2 is generating it's own tone) - some kind of noise (like glitches or something) when I pick up the phone (seems like some polarity thing) - I'd like to keep the tone after
2006 Jan 13
1
linksys pap2 automatically connect on liftinghandset
The best I can do so far (which appears to be a bit of a hack) is (<:0>S0), which says to add a '0' to the start of the string and dial immediately. This gives asterisk an extension dialled of '0', which isn't the 's' that i'd hoped for, but is a good start! (S0) by itself doesn't work, nor does (<:>S0). Any other suggestions? Thanks James >
2006 Mar 08
3
RES: pap2 Dial plan
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3050 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/3396d198/smime.bin
2006 Nov 04
4
SPA3k wired to PAP2 for echo testing
In my seemingly endless search for the cause of echo on my SPA3000, I wired it up in the following configuration: Analogue Handset <--> (FXS)SPA3000(FXO) <--> PAP2 And set the Line1 dialplan on the SPA3k to '(<:@gw0>S0)' which means that as soon as I pick up the handset I get linked straight through to the PAP2, which gives me dialtone. Even in this configuration, with
2006 Mar 07
2
pap2 Dial plan
Hi i am using pap2 phone adaptors as clients to connect to asterisk server i am able to make calls but i cannot access voice mail using phone or start recording while call is in progress and when i place a call to local sip extension there is a long pause ( 15 sec ) before the call gets dialled i assume that the problem would be due to the dial plan in PAP2 if so please help me changing it
2003 Apr 29
3
Can you invoke an app before dialtone?
say I needed to send a broadcast message that I wanted every user to hear when the pick up thier phone? can I "Play,message" on a line just before they get dialtone? or maybe after they dial before ring? how about a "ringdown" to a voicemail box and on end return them to thier line for the dialout? can * do ringdowns? when a user picks up an extension it automagically