similar to: ignore this test

Displaying 20 results from an estimated 60000 matches similar to: "ignore this test"

2012 Mar 09
2
dreaded one-way audio with nat=yes
I'm trying to move the asterisk server to an Amazon Web instance. We have teliax for our sip provider. I'd like for our DID lines to be connected to a users cell phone. Seems simple enough, but I'm getting the dreaded one-way audio, even with nat=yes everyplace I can think of. The dialplan is real easy: [from-teliax-sip] exten => _j.,1,NoOp("From teliax sip with exten
2014 Dec 02
3
On Fedora, kernel update resets /var/run/asterisk owner to root.root
On Fedora 20, every time the kernel updates, /var/run/asterisk owner is set to root.root. I'm running asterisk under user asterisk. Is there any way to keep /var/run/asterisk as asterisk.asterisk. Or do I find a new place to put asterisk.pid? sean
2011 Dec 26
5
how to listen on different sip port for a device?
I'm trying to allow access to the office from home. But the ip provider (cablevision) blocks udp 5060. I can see the register packets leaving on wireshark, but nothing received by office. Changed to port to 6111 and now the packets show up. In the server I've set port=6111 in the device in sip.conf, but * is NOT listening for 6111: netstat -an | grep 5060 tcp 0 0
2010 Jun 18
6
Why asterisk down when inet server down?
We have a 10.10.0.0 internal network. The asterisk server - 10.10.10.180 - has a PRI connection to a T-1. Another server is the router to the internet. All phones in the office and the workstations are on the network. Most of the internal phones are aastra 9133i's. Here the network config from a phone: Network Settings Basic Network Settings DHCP [ ]
2016 Mar 27
2
asterisk a "less secure app" on google ??
To connect to google voice with xmpp, I've had to turn on the "less secure apps" switch. > You recently changed your security settings so that your Google Account xxxxxxx at gmail.com is no longer protected by modern security standards. > > Please be aware that it is now easier for an attacker to break into your account. My xmpp.conf : type=client
2015 Jun 16
4
howto copy a voicemail message to another machine ?
My asterisk server is in the cloud. Figuring out how to send an email is too much brain damage. So i can't use the email feature that's built into voicemail. What I want to do is execute a remote command with the voicemail as an argument. The remote machine command would email the message. I'm thinking of: same =>n,VoiceMail(vm,u) same =>n,System(ssh myserver "emailVM
2015 Nov 01
5
no ringing tone with Dial option r
I'm not getting any ringing when I use option r with Dial: Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in new stack Otherwise all works. The call goes through, good audio. sean
2014 Dec 20
2
11.5.0: blindxfer problems
On 12/19/2014 09:42 AM, Rusty Newton wrote: > On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: >> I've got a confbridge set up which works if dialed locally: >> >> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack >> -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1",
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
I'd like to transfer all my pesky telemarketing calls to Jolly Roger . http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html In the middle of a call I'd hit some DTMF sequence, which would dial Jolly Roger and transfer the call after Jolly Roger answers. But blindtransfer requires an extension after you hear "transfer". And I don't
2010 Oct 23
3
Why such high latency on internal lan?
My internal lan is small, 100mb, all wired. aastra phones. sip show peers ....... 142/... 10.10.10.42 D A 5060 OK (136 ms) 144/... 10.10.10.44 D A 5060 OK (138 ms) 145/... 10.10.10.45 D A 5060 OK (133 ms) But pings are < 1ms: ping 10.10.10.42 ........ rtt min/avg/max/mdev = 0.479/0.483/0.497/0.021 ms Why are the sip latencies so
2014 Apr 26
2
asterisk servers down ?
I can't reach digium.com or asterisk.org. Did I miss the memo? sean
2011 Nov 11
3
1.8.7.0 crashing : Can't send 10 type frames with SIP write
With asterisk 1.8.7.0 has been running ok for months. Now, this morning, it's crashing. I can restart it, but it crashes after 10+ minutes. It dies like this -- Executing [s at macro-stdexten:2] Dial("SIP/teliax-00000019", "SIP/176,18,rtT") in new stack == Using UDPTL TOS bits 184 == Using UDPTL CoS mark 5 == Using SIP RTP TOS bits 184 == Using SIP RTP
2013 Mar 07
2
11.3: how to hang up on google voice
Some calls I get from google voice, I just send myself an email about the call and want to hangup. But I can't seem to make gv know I've hung up. extensions.conf: same => n,GoToIf($["${CALLERID(num)}"="office"]?email) ................. same => n(email),System(/usr/local/bin/emailme........) same => n,Answer() ; also tried without this same =>
2010 May 02
1
working example of t38 fax w/ 1.6.2?
I can't get a test T.38 fax between 2 1.6.2 machines, using app _fax and spandsp pre17 and 20100501. The machines can't seem to get connected. send side extensions.conf: [fax-tx-test] exten=>s,1,NoOp(Context fax-tx-test) exten=>s,n,SendFAX(${FaxFile}.tif) exten=>s,n,HangUp() exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXMODE: ${FAXMODE})
2010 Oct 24
1
How to have failover sip interface?
My asterisk machine has 2 nic's. One nic (ETH0) is connected to a cable modem. The other nic (ETH1) is connected to an internal lan. The internal lan also has access to the internet. The cable service, Time-Warner RoadRunner, is great when up, but is not reliable. And sip connections are excellent. The connection through the internal lan (Verizon DSL) is reliable but lousy. Sigh. When the
2010 Dec 21
1
MeetMe -> ConfBridge: hint not working
I'm trying to migrate from MeetMe to ConfBridge: [conferences] exten=>_8[1-9],1,Answer() ;;exten=>_8[1-9],1,Meetme(${EXTEN},1Ms,1234) exten=>_8[1-9],2,ConfBridge(${EXTEN},1Ms) exten=>_8[1-9],n,Hangup And that works. Also changed the hints: ;;exten => 81,hint,MeetMe:81 exten => 81,hint,ConfBridge:81 ;;exten => 82,hint,MeetMe:82 exten => 82,hint,ConfBridge:82 ;;exten
2016 Apr 03
2
opus : patches for FEC and PLC useful ?
In a fork of seanbright's opus patch for 13 there are further patches for Forward Error Correction and Package Loss Concealment, both of which ought to very useful in voip: https://github.com/traud/asterisk-opus Anybody used these patches ? Puzzled why they weren't committed to the main patch. sean
2016 Mar 31
4
PJProject Bundled Update
As you know, the ability to use a bundled version of pjproject was introduced with Asterisk 13.8.0. More info on the Asterisk Wiki <https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject#BuildingandInstallingpjproject-bundled> and in this email thread <http://lists.digium.com/pipermail/asterisk-users/2016-March/288685.html>. Since then I've fixed a few
2011 Nov 25
1
android won't play wav49: how to change format
android email will not play wav49 file attachments. See: http://code.google.com/p/android/issues/detail?id=1712 Now I'm getting a lot of pressure to change the format used in voicemail. Here's what I've got: format = wav49|gsm I'd like to change it to format = gsm|wav49, but the voicemail.conf.sample says "Don't Change the Format Unless You REALLY Know What
2014 Apr 14
1
how to configure callcentric peer
On 11.9, trying to set up a callcentric peer: sip debug: > <--- SIP read from UDP:204.11.192.161:5060 ---> > INVITE sip:1777<myccid>@10.10.11.180:5060 SIP/2.0 > v: SIP/2.0/UDP 204.11.192.161:5060;branch=z9hG4bK-6104e46aaaaef4249814d16a2ffb990d > f: <sip:<calling number>@66.193.176.35>;tag=3606475083-968127 > t: