[asterisk-users] Video call recording and mobile push notifications

2018-07-05 Thread Jeremy Renner
Hi, I would like to setup up my SIP server / PBX for my business, likes broadsoft, now we have some candidates: 1. Open source solution: - Asterisk PBX, - Freeswitch PBX - Kamailio -OpenSIPS 2. Business solution: - Brekeke PBX(https://www.brekeke.com - Vodia

Re: [asterisk-users] Looking for better fax handling

2018-05-24 Thread Jeremy Kister
On 5/21/18 1:49 PM, D'Arcy Cain wrote: I am having troubles with sending faxes. I hope someone can help me work out a better method. I have a project that I like to use to send faxes. It might be able to drop into your environment pretty easily. https://github.com/jkister/astelegraph I us

Re: [asterisk-users] Showing CallerID on multiple phones

2017-12-11 Thread Jeremy Vogel
D(name)})    same => n,Dial(SIP/101&SIP/102&SIP/103,22,tTkK) Jeremy - Subject: [asterisk-users] Showing CallerID on multiple phones From: "Tech Support" Date: 12/8/2017 1:17 PM To: "Asterisk Users Mailing List" All;     I have an inte

Re: [asterisk-users] app_swift w/ Asterisk 14

2017-02-06 Thread Jeremy Kister
ith asterisk 14. the project certainly needs more hands on the code. regardless of asterisk14, an important bugfix is at https://github.com/jkister/app_swift but darren has not accepted/rejected the changes. -- Jeremy Kister htt

Re: [asterisk-users] recreating extensions.conf from live dialplan ?

2016-04-13 Thread Jeremy Kister
where it's coming from) and a few contexts confuzzled (missing general/globals and extra parkedcalls - but again I get it) - it seems to be perfect. One for a wiki, somewhere. thanks, -- Jeremy Kister http://jeremy.kister.net/ -- ___

Re: [asterisk-users] recreating extensions.conf from live dialplan ?

2016-04-13 Thread Jeremy Kister
On 4/13/16 11:57 AM, A J Stiles wrote: You could try *CLI> dialplan show Between my older backup and dialplan show, I guess that's my best shot. Thanks :D -- _ -- Bandwidth and Colocation Provided by http://www.api-digital

Re: [asterisk-users] recreating extensions.conf from live dialplan ?

2016-04-13 Thread Jeremy Kister
On 4/13/16 11:37 AM, Steve Edwards wrote: Will 'dialplan save' help? I just tried this one. It writes the dialplan, but without the application arguements. Worthless. right, was a good shot. in my case I have writeprotect=yes in general, so that would have been the first hurdle. but asteri

[asterisk-users] recreating extensions.conf from live dialplan ?

2016-04-13 Thread Jeremy Kister
with the slip of a finger, i destroyed by extensions.conf (grep -i > extensions.conf) I have a backup that is dozens of hours of code old. is there a way i can use the asterisk cli (or some other asterisky method) to recreate that extensions.conf ? -- ___

[asterisk-users] [announce] astelegraph

2016-03-19 Thread Jeremy Kister
com/jkister/astelegraph let me know if you find it useful, -- Jeremy Kister http://jeremy.kister.net/ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory we

[asterisk-users] moving from meetme to confbridge

2016-03-08 Thread Jeremy Kister
my TTS into the confbridge like I could with Page. Is there an easier replacement of app_page ? I'd hate to keep dahdi+meetme just for Page. I would post here what I have so far, but it's so complex it would be a headache to explain what I was thinking.

[asterisk-users] app_swift crash asterisk 11.20.0-rc1

2016-02-27 Thread Jeremy Kister
SPEECH}) exten => s,n,Hangup __EOE__ cat <<__EOS__ > /var/spool/asterisk/tmp/test123 Channel: Local/221@intercom Callerid: "TTS" <0> MaxRetries: 2 WaitTime: 45 Context: tts Extension: s Priority: 1 __EOS__ mv

[asterisk-users] Asterisk 13/PJSIP + registration

2015-04-28 Thread Jeremy Kister
Using Asterisk 13.3.2 on CentOS7 and pjproject 2.4, I can't make asterisk try to send a register. I have configured my pjsip.conf similar to https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples#res_pjsipConfigurationExamples-ASIPtrunktoyourserviceprovider,includingoutboun

[asterisk-users] Allison Smith AMA

2015-01-08 Thread Jeremy Kister
For anyone interested, Allison Smith's AMA (not sure she's still around): http://www.reddit.com/r/IAmA/comments/2rrb7m/iama_professional_telephone_voice_ama/ -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Ban

Re: [asterisk-users] asterisk stun setup , not using public ip returned by stun server

2014-10-13 Thread Jeremy Kister
On 10/14/2014 2:25 AM, chandapure shiva wrote: I have put nat =force_rport,comedia in general section , but still not working . I hate to ask, but did you reload sip afterwards? asterisk -rx 'sip reload' -- Jeremy Kister http://jeremy.

Re: [asterisk-users] asterisk stun setup , not using public ip returned by stun server

2014-10-13 Thread Jeremy Kister
sip.conf ? since you have the 'stun show status' command, i beleive the correct nat statement is nat=force_rport,comedia in the general section. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and

[asterisk-users] new app_swift is live

2014-10-06 Thread Jeremy Kister
e it a try and report back any issues. git clone 'https://github.com/darrensessions/app_swift' cd app_swift configure make make install make reload -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Co

[asterisk-users] Problem with Read() ?

2014-07-17 Thread Jeremy Gault, KD4NED (Senior Engineer)
W, I have also tested NOT using the Local/NXXNXX dialing and actually using a Dial to our upstream carrier, still with the U option, and same results. So, I honestly don't think it is an issue with using Local channels. Any thoughts? Am I just blatantly missing something? Or is somethin

Re: [asterisk-users] Need help troubleshooting Asterisk Auto dial out problem

2014-05-01 Thread Jeremy Kister
being named uniquely ? there are bugs (e.g., jira# 11291) that have to do with files having the same name. my solution was to add .$$ on the end of the filename to ensure it was unique. -- Jeremy Kister http://jeremy.kiste

Re: [asterisk-users] Replying to Posts

2014-03-13 Thread Jeremy Kister
e i hear is that "my MUA doesn't support bottom-posting", which holds no water. i dont care that much, though- i don't waste time on top-posted messages a nor messages that are quoted stupidly. -- Jeremy Kis

Re: [asterisk-users] help with Cepstral 6 and Asterisk 11

2014-01-09 Thread Jeremy Kister
ft code and was working on forking it as an official version. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductor

Re: [asterisk-users] Recurring SIP problem with asterisk 11.6 & 11.7

2013-11-12 Thread Jeremy Kister
On 11/12/2013 8:46 PM, Duncan Turnbull wrote: Any chance DNS is dying about the same time the problem occurs good idea, but I don't use DNS anywhere in Asterisk. well, except for sip.conf:externhost. it's all IP addresses. -- ___

Re: [asterisk-users] Recurring SIP problem with asterisk 11.6 & 11.7

2013-11-12 Thread Jeremy Kister
On 11/12/2013 7:37 PM, Jeremy Kister wrote: any ideas how we can find out what's upset ? more info: when I create a /var/spool/asterisk/outgoing/callfile (with multiple SIP/xxx&SIP/yyy), the extensions ring. but when i answer with the handset the call does not connect and

[asterisk-users] Recurring SIP problem with asterisk 11.6 & 11.7

2013-11-12 Thread Jeremy Kister
I have regularly (once a week, once per few hundred calls?) been having problems with Asterisk's SIP stack not responding to packets from any of my registered devices. In the past, I could not tolerate the outage, so i would restart asterisk to make things happy. My Asterisk server is current

[asterisk-users] asterisk 11.6 nat problem

2013-10-10 Thread Jeremy Kister
the problem. i left 'sip set debug peer vgw1' on the console. but i dont see what's causing the issue.. http://kister.net/tmp/ast-sip.conf http://kister.net/tmp/ast-console.txt can anyone spot the issue?

[asterisk-users] OT: Asterisk loses Oprah on live TV

2013-10-04 Thread Jeremy Kister
just thought this was cute enough to pass along, https://www.youtube.com/watch?feature=player_detailpage&v=GLwct15X_3g#t=135 -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Asterisk 1.8 drop calls after 15 minutes

2013-09-10 Thread Jeremy Kister
section and/or each peer in sip.conf: session-timers=refuse -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

Re: [asterisk-users] Strange issues with newly rebooted machine

2013-08-06 Thread Jeremy Kister
after asterisk is started, perhaps try core set verbose 10, core set debug 10, module unload chan_sip.so, and module load chan_sip.so . if there are any errors loading the module it may be easy to spot them. -- Jeremy Kister http://jeremy.kiste

Re: [asterisk-users] chanstats console errors

2013-05-14 Thread Jeremy Kister
On 5/9/2013 3:13 PM, asterisk...@jeremykister.com wrote: I frequently see on the console: WARNING[7832]: chan_sip.c:19134 show_chanstats_cb: Could not get RTP stats bump. (sorry). -- Jeremy Kister http://jeremy.kister.net

Re: [asterisk-users] qualify=yes: OPTIONS: How to Change?: `From: "asterisk"`

2013-05-09 Thread Jeremy Kister
On 5/9/13 8:21 PM, Brian LaVallee wrote: When qualify is enabled on a trunk, the From line shows "asterisk". See the SIP message below. I had the same annoyance/issue. fixed it in https://issues.asterisk.org/jira/browse/ASTERISK-17616 the patch was included in 1.8.9 rc1.

Re: [asterisk-users] cisco 7940 and asterisk 11

2013-02-14 Thread Jeremy Kister
with call quality whatsoever. i'm running sip image 03-08-12 g711ulaw only. -- Jeremy Kister http://jeremy.kister.net./ -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://ww

Re: [asterisk-users] asterisk 11 AGI

2013-02-11 Thread Jeremy Kister
On 2/11/2013 11:13 PM, Jeremy Kister wrote: > [Feb 11 16:28:45] ERROR[28501][C-0012]: utils.c:1187 > ast_carefulwrite: write() returned error: Connection refused [...] can someone replicate this behavior ? Or is this just my config ? opening issue in jira; this is a bug.

[asterisk-users] asterisk 11 AGI

2013-02-11 Thread Jeremy Kister
P/143-0043' however, my daemon listening on port 4573 never sees activity. so i set up a super-simple server* on port 4573 and saw that Asterisk is not attempting the connection. can someone replicate this behavior ? Or is this just

Re: [asterisk-users] asterisk 11's app_page options

2013-01-26 Thread Jeremy Kister
On 1/26/2013 4:00 PM, Richard Mudgett wrote: features. You have found two bugs in confbridge: Issues created in jira. thanks for your input! -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation

[asterisk-users] asterisk 11's app_page options

2013-01-25 Thread Jeremy Kister
:47 conf_invalid_event_fn: Invalid event for confbridge user '' [Jan 25 23:50:52] ERROR[3745][C-000a]: confbridge/conf_state.c:47 conf_invalid_event_fn: Invalid event for confbridge user '' any way to hush/fix that? Thanks, -- Jeremy Kister h

Re: [asterisk-users] Case-sensitivity of Dialplan variables.

2012-10-01 Thread Jeremy Kister
s SIP_CODEC is unset, regardless of misspellings. I could be convinced to vote up 1s for I, 0s for O, and 3 for E. So SIP_CODEC, S1P_C0D3C, and SiP_cOdEC would all evaluate equally. The next step would be to appease the English spelling reform people by allowing SIP_KODEK too. :p --

Re: [asterisk-users] accept email and make phone call?

2012-09-21 Thread Jeremy Kister
27;t know if it'd be useful out of the box, depending on what you're trying to do. http://jeremy.kister.net/code/asterisk/jkSMS -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided

[asterisk-users] Trouble with call pickup using RPID with Cisco

2012-08-16 Thread Jeremy Kister
ttings. i have replication configs at http://jeremy.kister.net/tmp/ast/ Can someone help me determine if this is a problem with asterisk or ios ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation P

Re: [asterisk-users] asterisk 1.8 on Solaris/sparc

2012-07-19 Thread Jeremy Kister
s/mysound) But it didnt help, still randomish stutter lining up with the disk. this is a great help, at least i can start hacking at things now. Thanks, -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colo

Re: [asterisk-users] asterisk 1.8 on Solaris/sparc

2012-07-18 Thread Jeremy Kister
On 7/18/2012 2:27 AM, Jeremy Kister wrote: I've got the latest asterisk 1.8 running on a Netra X1 with Solaris 10 u10. .. ok, if the system weren't Solaris - let's say it was Debian Linux, what would be on the list of things to check for ? -- Jeremy Kister http://je

[asterisk-users] asterisk 1.8 on Solaris/sparc

2012-07-17 Thread Jeremy Kister
ing more than 3% cpu. Is this behavior indicative of a timing problem? loading res_timing_pthread.so makes things horribly worse. i don't believe any other software timer is available for Solaris/sparc, right ? other thoughts ? Thanks, -- Jeremy Kister http

Re: [asterisk-users] # button behavior

2012-06-27 Thread Jeremy Kister
isk/features.conf ? perhaps to put the caller on hold ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live in

Re: [asterisk-users] app_swift 3 and asterisk 1.8.13.0 fails with undefined symbol: swift_port_close

2012-06-22 Thread Jeremy Kister
On 6/22/2012 10:39 PM, Darren Sessions wrote: both would be appreciated. if you can send me a backtrace, that'd be great http://jeremy.kister.net/tmp/swift/ -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidt

Re: [asterisk-users] app_swift 3 and asterisk 1.8.13.0 fails with undefined symbol: swift_port_close

2012-06-22 Thread Jeremy Kister
nt problem- i just compiled app_swift 3 from the new git repo for asterisk 1.8.13.0 asterisk loads the module fine, but as soon as i try to swift anything, asterisk core dumps. i'll be glad to post the corefile or sample extensions.conf if desired. -- Jeremy Kister http://je

[asterisk-users] NAT problem: "Retransmission timeout reached on transmission … for seqno 2 (Critical Response)"

2012-05-27 Thread Jeremy Malcolm
sn't make any difference, but in case it does, the DID provider is not establishing the call directly to my Asterisk box. It's establishing it to an OpenSIPS box with a permanent public IP, which is performing a 302 redirect to send it to the Asterisk box (which has a static IP only).

Re: [asterisk-users] using Wifi smartphones as SIP clients

2012-05-07 Thread Jeremy Kister
iPhone. They also ahve software for Android, but I cant attest. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

[asterisk-users] Fwd: Re: Authentication: username and password, also to be from the LAN

2012-03-27 Thread Jeremy Kister
type=friend secret=secret host=dynamic deny=0.0.0.0/0 permit=192.168.0.0/24 then asterisk -rx "sip reload" -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.

Re: [asterisk-users] Executing Script after MixMonitor is called

2012-01-26 Thread Jeremy Kister
using ? if it's an older version of 1.8 (< 1.8.4) and you're also recording the call, you may be encountering a known bug. https://issues.asterisk.org/jira/browse/ASTERISK-17346 -- Jeremy Kister http:

Re: [asterisk-users] ConfBridge details

2012-01-24 Thread Jeremy Kister
heads-up. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http

Re: [asterisk-users] ConfBridge details

2012-01-24 Thread Jeremy Kister
On 1/23/2012 3:53 PM, Jeremy Kister wrote: What I'm trying to do is keep track of conferences that are used. this seems to work: [macro-confbridge-setup] exten => s,1,Set(NUM=$[0${NUM} + 1]); exten => s,n,Set(CONFNO=99${NUM}) exten => s,n,Set(CONFS=${SHELL(asterisk -rx "

[asterisk-users] ConfBridge details

2012-01-23 Thread Jeremy Kister
{NUM}) exten => s,n,GotoIf(${DB_EXISTS(confbridge:${CONFNO})}?1) exten => s,n,Set(DB(confbridge/${CONFNO})=1) [foo] exten => s,1,Macro(confbridge-setup) exten => s,n,ConfBridge(${CONFNO}) exten => s,n,NoOp( ${DB_DELETE(confbridge/${CONFNO})} ) -

Re: [asterisk-users] Asterisk 1.6.2.22 Now Available

2011-12-19 Thread Jeremy Kister
On 12/19/2011 4:08 PM, Asterisk Development Team wrote: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.22 or for the non-404-version: http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ChangeLog-1.6.2.22 ;p -- Jeremy Kister http://jeremy.kister.net

Re: [asterisk-users] Trying to send customer mwi updates

2011-12-08 Thread Jeremy Kister
On 12/9/2011 12:55 AM, Mike Diehl wrote: What am I doing wrong? perhaps try: http://jeremy.kister.net/code/asterisk/mwi.pl -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] t.38 interop with metaswitch

2011-10-11 Thread Jeremy Kister
ne to allow reinvite on s3? or is this something that should go to the tracker ? thanks, -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Jo

[asterisk-users] t.38 interop with metaswitch

2011-10-10 Thread Jeremy Kister
#x27;t38 negotiation failed". fyi, g711/rtp audio detected faxes are working fine. anyone have suggestions on what i can try next? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Pr

Re: [asterisk-users] Maybe slightly OT but..

2011-10-10 Thread Jeremy Kister
On 10/10/2011 10:08 PM, Andres wrote: I would recommend Acrobits. Not free but only a few bucks. It works fine with ATT 3G. +1 only thing i like better is it's big brother, Groundwire -- Jeremy Kister http://jeremy.kiste

Re: [asterisk-users] Asterisk 1.8 not working for me

2011-09-04 Thread Jeremy Kister
ngested at this time (1:0/0/1) can you post the relevant parts of your dialplan and sip.conf ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asteri

Re: [asterisk-users] asterisk needs iLBC fixing [was: any iLBC folks around?]

2011-09-02 Thread Jeremy Kister
On 9/2/2011 8:33 PM, Jeremy Kister wrote: Asterisk is going to need fixing. I'll probably hook something up. https://issues.asterisk.org/jira/browse/ASTERISK-18412 a patch and brief instructions are now available at the above URL. -- Jeremy Kister http://jeremy.kiste

Re: [asterisk-users] asterisk needs iLBC fixing [was: any iLBC folks around?]

2011-09-02 Thread Jeremy Kister
On 9/2/2011 4:15 PM, Jeremy Kister wrote: since www.ilbcfreeware.org is broken, asterisk installs that want ilbc are failing. it appears this was done on purpose since Google bought them. Asterisk is going to need fixing. I'll probably hook something up. http://www.webrtc.org/ilbc-fre

[asterisk-users] any iLBC folks around?

2011-09-02 Thread Jeremy Kister
cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 50898 ;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;ilbcfreeware.org. IN NS ;; Query time: 15 msec ;; SERVER: 205.178.190.42#53(205.178.190.42)

Re: [asterisk-users] Outgoing calls fail in chan_gtalk

2011-08-20 Thread Jeremy Kister
On 8/20/2011 12:46 PM, Paul Belanger wrote: Anybody able to confirm the patch in ASTERISK-18301[1] fixes outbound google voice calls? confirmed on asterisk 1.8.6.0-rc1 pre-patch behavior: ring-no-answer post-patch behavior: expected -- Jeremy Kister http://jeremy.kister.net

Re: [asterisk-users] Multiple Asterisk Sessions on same machine

2011-07-19 Thread Jeremy Kister
rt to 5060. http://www.cyberciti.biz/faq/linux-port-redirection-with-iptables/ remember UDP vs TCP. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Aste

Re: [asterisk-users] SoftHangup on asterisk 1.8.2.3

2011-07-07 Thread Jeremy Kister
newline was attached to the $CHAN variable. adding | tr -d '\n' to the end of the command fixed it right up. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-d

[asterisk-users] issues/jira

2011-06-23 Thread Jeremy Kister
anyone from digium around ? https://issues.asterisk.org/jira/ Oops - an error has occurred System Error Cause: java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.xfire.util.STAXUtils -- Jeremy Kister http://jeremy.kister.net

[asterisk-users] asterisk + stun

2011-06-14 Thread Jeremy Kister
.conf ? will duplicate queries be sent ? * Does asterisk provide some call (through AMI, console, etc.) that shows the status of the stun interoperability? like 'stun show status'? -- Jeremy Kister http://je

Re: [asterisk-users] issues.asterisk.org

2011-06-05 Thread Jeremy Kister
On 6/6/2011 1:08 AM, Jeremy Kister wrote: similarly, are tickets that I reported in mantis going to show as me being the reporter in jira? or are the tickets going to stay in mantis until they are resolved and never make it into jira ? after some more clicking, i see the answer to this one

[asterisk-users] issues.asterisk.org

2011-06-05 Thread Jeremy Kister
n jira ? similarly, are tickets that I reported in mantis going to show as me being the reporter in jira? or are the tickets going to stay in mantis until they are resolved and never make it into jira ? -- Jeremy Kister http://jeremy.kister.net./ -- _

Re: [asterisk-users] iptables for Asterisk - Any good guides out there?

2011-05-14 Thread Jeremy Kister
On 5/14/2011 9:45 PM, Jeremy Kister wrote: http://jeremy.kister.net/code/asterisk/iptables.init oops, that's: http://jeremy.kister.net/code/iptables/iptables.init -- Jeremy Kister http://jeremy.kiste

Re: [asterisk-users] iptables for Asterisk - Any good guides out there?

2011-05-14 Thread Jeremy Kister
/code/asterisk/iptables.init modify RTPRANGE and the trusterd array at the top, add in your DID providers to the siprtp array at the top, that should get you near there. -- Jeremy Kister http://jeremy.kister.net

Re: [asterisk-users] asterisk 1.8 + google voice

2011-05-12 Thread Jeremy Kister
On 5/12/2011 11:08 PM, Jeremy Kister wrote: [May 12 22:47:18] NOTICE[13835]: chan_gtalk.c:1977 gtalk_parser: Remote peer reported an error, trying to establish the call anyway I found the problem, and I am sending in a bug report :) if anyone is interested, the issue is 19286 (i'

[asterisk-users] asterisk 1.8 + google voice

2011-05-12 Thread Jeremy Kister
2 22:47:18] NOTICE[13835]: chan_gtalk.c:1977 gtalk_parser: Remote peer reported an error, trying to establish the call anyway the calling side just hears ringing. i have plenty of debug info, but nothing too interesting. anyone else having this problem ? or is it time for bug report ? -- Jer

Re: [asterisk-users] Asterisk 1.8.4 Now Available

2011-05-11 Thread Jeremy Kister
sk.org/view.php?id=18382 https://issues.asterisk.org/view.php?id=18742 didnt make it into this 1.8.4 release ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New t

Re: [asterisk-users] The new ConfBridge application is now in Asterisk Trunk!

2011-04-25 Thread Jeremy Kister
ow to use ConfBridge with app_page ? then i could disable meetme & dahdi_dummy all together. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk?

Re: [asterisk-users] sip error logging

2011-04-17 Thread Jeremy Kister
and i also tried with verbose 10/debug 10 before posting. no dice. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live in

Re: [asterisk-users] bayardo.sanchez probably doesnt know he is autoresponding to lists

2011-04-16 Thread Jeremy Kister
On 4/16/2011 8:20 PM, bayardo.sanc...@gmail.com wrote: I listened to your email using DriveCarefully and will respond as soon as I can. Download DriveCarefully for free at www.drivecarefully.com stop it. -- Jeremy Kister http://jeremy.kister.net

[asterisk-users] sip error logging

2011-04-16 Thread Jeremy Kister
logger.conf [general] [logfiles] console => notice,warning,error,dtmf messages => notice,warning,error,verbose,dtmf,fax if i send 'options' or 'register' from a non-configured sip peer, i dont see anything in the log. am I missing something ? * i can repl

Re: [asterisk-users] sip error logging

2011-04-15 Thread Jeremy Kister
On 4/15/2011 3:39 AM, Jeremy Kister wrote: 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. forgot to mention that I can replicate this behavior on 1.8.2.3 and 1.8.3.2 -- Jer

[asterisk-users] sip error logging

2011-04-15 Thread Jeremy Kister
egister' from a non-configured sip peer, i dont see anything in the log. am I missing something ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Ne

Re: [asterisk-users] securing sip with iptables [was: asterisk and fail2ban]

2011-03-30 Thread Jeremy Kister
ot;if [ $THROTTLE ]" section. if not, just: # make-non-na.pl # vi iptables ## change the MYLAN=10.0.0.0 to whatever you use ## change the RTPRANGE to whatever you have in rtp.conf # mv iptables.init /etc/init.d/iptables # /etc/init.d/iptables start -- Jeremy Kister http://jeremy.

Re: [asterisk-users] wrong from URI in options message

2011-03-29 Thread Jeremy Kister
d the devs. https://issues.asterisk.org/view.php?id=19036 -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory web

Re: [asterisk-users] wrong from URI in options message

2011-03-29 Thread Jeremy Kister
contain the user you want uhm, didn't I ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar

[asterisk-users] wrong from URI in options message

2011-03-29 Thread Jeremy Kister
0.245.83.61:5060;received=10.0.83.61;branch=z9hG4bK6abb74e3;rport=5060 From: "asterisk" ;tag=as7444eb08 To: ;tag=metaswitch+1+0+e288612a Call-ID: 20afd7e40fb31362355eae245dae1fd6@10.0.83.61:5060 CSeq: 102 OPTIONS Server: DC-SIP/2.0 Organization:

Re: [asterisk-users] Notify me when the call is answered

2011-03-17 Thread Jeremy Kister
nd(m...@example.com,m...@example.net,${ARG1}) -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

Re: [asterisk-users] Some errors

2011-03-15 Thread Jeremy Kister
On 3/15/2011 11:18 AM, Paul Belanger wrote: Theses are leftover issue with the IPv6 conversion for Asterisk 1.8. Collect a complete debug log[1] and open a new issue on the tracker. I believe one was entered a few months ago- https://issues.asterisk.org/view.php?id=18514 -- Jeremy Kister

Re: [asterisk-users] can anyone tell me how to set asterisk to record all phonecall

2011-03-04 Thread Jeremy Kister
y legal issues you might have to work around, recording the fact that you declared the message is being recorded. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api

[asterisk-users] [announce] jkSMS

2011-03-04 Thread Jeremy Kister
ours, but haven't found any issues. it's not for the faint-of-heart and might require a bit of hacking (really minimal though) if you're not running the same tools that i'm running (like editing the code's DSN if you dont have sqlite installed) http://jeremy.kister.n

Re: [asterisk-users] asterisk behind nat

2011-03-02 Thread Jeremy Kister
ers=refuse -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk

Re: [asterisk-users] Hide the plain text password

2011-02-14 Thread Jeremy Kister
k+sip+md5secret -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.ast

[asterisk-users] SoftHangup on asterisk 1.8.2.3

2011-02-04 Thread Jeremy Kister
/vgw1-00a2 is still active. If I use 'channel request hangup SIP/vgw1-00a2', the call is dropped instantly. Am I using SoftHangup incorrectly? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and C

Re: [asterisk-users] Asterisk 1.8.2.3 Now Available

2011-01-26 Thread Jeremy Kister
On 1/26/2011 3:18 PM, Asterisk Development Team wrote: * Reimplemented fax session reservation to reverse the ABI breakage introduced in r297486. (Reported by Jeremy Kister on the asterisk-users mailing list. Patched by mnicholson) I can confirm that this resolves the issue

Re: [asterisk-users] res_fax_digium.so crashing

2011-01-16 Thread Jeremy Kister
onsole and retried a fax. that certainly changed the behavior. the fax was received in it's entirety - but then asterisk immediately crashed. new backtrace is at http://jeremy.kister.net/tmp/fax/backtrace-verbose0.txt -- Jeremy Kister http://je

Re: [asterisk-users] res_fax_digium.so crashing

2011-01-16 Thread Jeremy Kister
the fax context. But moments after ReceiveFax is called, asterisk crashes, with no tif written where I've directed it to. I have several files including backtraces and config files at http://jeremy.kister.net/tmp/fax/ --

[asterisk-users] res_fax_digium.so crashing

2011-01-16 Thread Jeremy Kister
Since digium is apparently blind to users of their Free Fax for Asterisk, does anyone have advice on how to report a crashing problem with res_fax_digium and Asterisk 1.8.2 ? I have detailed logs/reports and a backtrace ready, but I have no idea who can help. -- Jeremy Kister http

Re: [asterisk-users] Base memory usage

2010-12-31 Thread Jeremy Kister
ue: https://issues.asterisk.org/view.php?id=18194 -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory web

Re: [asterisk-users] Base memory usage

2010-12-30 Thread Jeremy Kister
ested to see my modules.conf, it's temporarily at http://jeremy.kister.net/tmp/modules.conf -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk?

Re: [asterisk-users] MeetMe -> ConfBridge: hint not working

2010-12-21 Thread Jeremy Betts
What version are you running? I believe device state tracking for ConfBridge was recently added. On Tue, Dec 21, 2010 at 3:39 AM, sean darcy wrote: > 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) > e

Re: [asterisk-users] Asterisk 1.8 - Dial problem if SIP friend is UNREACHABLE.

2010-12-20 Thread Jeremy Kister
e the same issue. Just add it to the list of things to fix in 1.8.. Do you want to add it to http://issues.asterisk.org ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://ww

Re: [asterisk-users] Wireless Desktop VoIP Phone?

2010-12-17 Thread Jeremy Betts
Cisco also make a wireless adapter for the 500 series phones. On Fri, Dec 17, 2010 at 7:40 AM, Matt wrote: > I'm looking for a wireless desktop VoIP phone. Does any exist? > > -- > _ > -- Bandwidth and Colocation Provided by ht

Re: [asterisk-users] Firewalling and Asterisk

2010-11-29 Thread Jeremy Kister
'll block hosts based on X authentication attempts (good OR bad) (fail2ban only counts bad attempts) * this cannot detect encrypted attempts (SIPS), fail2ban can -- Jeremy Kister http://jeremy.kister.net./ -- _ --

Re: [asterisk-users] Firewalling and Asterisk

2010-11-28 Thread Jeremy Kister
le" section is important. if not, the iptables.init script can likely drop in place. if you only need north-american ip addresses to talk to your asterisk box, i suggest you also run the make-non-na.pl from cron every week. -- Jeremy Kister http://j

[asterisk-users] SIP calls destroyed after 1:20

2010-11-15 Thread Jeremy Kister
deal with this? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http

  1   2   3   4   5   6   7   8   9   10   >