similar to: asterisk behind nat

Displaying 20 results from an estimated 200 matches similar to: "asterisk behind nat"

2004 Jul 02
2
H323 -> IAX
Hi there I am pretty close on giving up on Asterisk :-/ I am (still) trying to make a call from a H323 phone to an Asterisk provider using AIX. But H323 does not route the number to AIX. All it is transmitting is an "s". *CLI> -- Executing Dial("OH323/R27865", "IAX2/demo:demo@gw1.musimi.dk/s") in new stack -- Called demo:demo@gw1.musimi.dk/s Jul 2
2009 Nov 17
3
softphone/debug panel with BLF
Mostly to debug/test BLF, is there a softphone or another app. which can subscribe to hints on Asterisk? Heck, it doesn't even need to be able to do calls :-) Leif
2009 Dec 28
3
cheap ip phone with auto-answer
I want some cheap ip-phones with auto-answer, to work as paging system at dinnertime. Options, please. Leif
2010 Mar 01
3
User on PC?
I'm looking for a way for linux to query a pc if user X is on, and has used the pc recently or the screensaver is not active. If so, I'll route a call for user X to the phone near that PC. Ideas, anyone? Leif
2009 Dec 01
2
Patch for app_dial.c: exit when just one ext is busy.
I made a patch to app_dial.c to make Dial(ext1&ext2&ext3,tumeout,B) return busy when just one extension is busy. http://www.neland.dk/app_dial.c.diff It works, but... I can't figure out setting/reading an option. It looks fairly easy, but the flag is always set. *** app_dial.c.org 2009-11-04 22:15:50.000000000 +0100 --- app_dial.c 2009-12-01 09:29:19.000000000 +0100
2007 Mar 18
2
camp on off-line phone
When phone A registers, I want phone B to ring, when picked up, it should call phone A and connect the phones. Translated: When GF in Mexico powers up laptop where soft iax-phone registers automatically, I want to talk to her asap :-) How to? Leif
2009 Nov 23
3
Please some enlightment on ENUM !!
Hello all you Gurus out there! Please could you explain something to me: Currently I try to get ENUMLOOKUP() working. Naturally I do all the testing with my own number. I registered my number at e164.org I paid for registration of my number at a registration agent for e164.arpa (I know, I don't need both. I just did the .arpa registration first and later discoverd the free .org service....)
2009 Sep 29
1
Who am xxx talking to.agi
In relation to our CRM-system I'd like to send a query to asterisk who is extension xxx talking to. When the operator enters the page with customer data, the crm should send a query to asterisk, to get the cli of the call the operator is having. If the number is matching the customers number in crm, a record will be made, if it is not, a popup "Are you talking with this customer
2010 Jan 28
2
911, location
Hi there, I am running a PBX under asterisk 1.6. I have few FXO analogue lines connecting to PSTN. These lines are in a hunt group. I trying to make my extensions to dial 91, but this is a bit scary, I mean if somebody make an emergency call after hours and without completing call is not able to tell his/her location. How can I make 911 call center to know the exact location of my extension. I
2011 Feb 22
3
Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4 Now Available
The Asterisk Development Team has announced security releases for Asterisk branches 1.4, 1.6.1, 1.6.2, and 1.8. The available security releases are released as versions 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases The releases of Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and
2011 Feb 22
3
Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4 Now Available
The Asterisk Development Team has announced security releases for Asterisk branches 1.4, 1.6.1, 1.6.2, and 1.8. The available security releases are released as versions 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and 1.8.2.4. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases The releases of Asterisk 1.4.39.2, 1.6.1.22, 1.6.2.16.2, and
2010 Jan 10
2
app_swift 1.6.2 DTMF issue
With app_swift 1.6.2 + asterisk 1.6.1.12, I've found that if you enter DTMF during cepstral playback, the first digit of ${SWIFT_DTMF} is [un]set in an odd way. for example consider: 999,1,Swift(some long message that you dont want to wait for|5000|5) 999,n,NoOp(DTMF: ${SWIFT_DTMF}) if while I am listening to the playback, i interrupt and dial: - "12345", SWIFT_DTMF is set to
2012 Sep 20
6
accept email and make phone call?
Any ideas on how asterisk could accept an email (such as an email to SMS or "number at mybox.org" sort of thing) and make a phone call to a specific number and make an announcement? I imagine the first part is the big question. joe a.
2010 Nov 13
2
asterisk 1.8 fax woes
I upgraded from a perfectly working 1.6.2 asterisk installation (including fax via app_fax_digium) to 1.8.0 this evening. All my custom modules (including swift <thanks darren!>) are working fine except for fax. When a caller connects, asterisk switches to the fax context and hangs up the call. i've captured with: core set verbose 10 core set debug 10 fax set debug on sip
2012 Jan 23
1
ConfBridge details
running Asterisk 1.8.9.0-rc2, what are the ways to interface with ConfBridge ? I see the CLI command 'confbridge' documented for asterisk 10, but i dont see how to interface with confbridge on 1.8 What I'm trying to do is keep track of conferences that are used. I tried something like the below, but not only does Confbridge not return, but i'd need something that erases the
2012 Jul 18
4
asterisk 1.8 on Solaris/sparc
I've got the latest asterisk 1.8 running on a Netra X1 with Solaris 10 u10. The system itself is happy and phone calls (between two parties) seem fine. Unfortunately, when a caller listens to a Playback recording, there seems to be moments of stutter - perhaps 1 second of stutter for every 10 seconds of Playback. The stutter is not consistent at the same point of the playback file. To
2011 Apr 15
3
sip error logging
I recently noticed that asterisk is not logging unknown sip connections. I'm not sure if I've broken something or if asterisk itself has been broken. the last entry I have is: /var/log/asterisk/messages.9:[Feb 10 23:58:48] NOTICE[9868] chan_sip.c: Registration from '<sip:22942 at 10.0.0.3>' failed for '10.0.0.228:5060' - No matching peer found my logger.conf
2011 Mar 29
1
wrong from URI in options message
I recently configured a SIP peer which i must specify my fromuser as my ten digit "DID". I send calls to this peer, but whenever Asterisk sends an options message, the fromuser is "asterisk". Is this a bug? Or is there some other config I must make ? register = 2155551941:123456 at 10.0.138.226/2155551941~600 [peer](!) type=peer context=inbound qualify=yes
2013 Sep 10
3
Asterisk 1.8 drop calls after 15 minutes
Hi all, I face the subject strange behavior: calls arre dropped after 15 minutes on an asterisk 1.8.15.0. Only phones (SNOM300) connected to the Asterisk through OpenVPN seems to have the problem. From CDR, I see for 3 calls from this morning I'm aware of, that asterisk hangup after respectively 899s 894s 898s In logs I see WARNING[8213] chan_sip.c: Retransmission timeout reached on
2010 Aug 29
1
evil disconnect of call with cisco 1760
I have asterisk 1.6.2.11 talking to a cisco 1760 running ipvoicek9-mz.124-25b. whenever a call goes through the 1760's FXO or FXS (in or out) there is a 915 second maximum call time due to asterisk hanging up the call because of a "critical packet" being missed. I read doc/sip-retransmit.txt and I don't see anything there that is helpful to my situation - the asterisk box is