similar to: Scheduling destruction of SIP dialog

Displaying 20 results from an estimated 1000 matches similar to: "Scheduling destruction of SIP dialog"

2009 Jul 20
0
No subject
have problems with outgoing calls. When I tried this, the same way you did, I could make calles externally but had no audio each way reguardless of what I tried to pass to the sip provider. Best bet is to use what your sip provider can use or find another provider that that can do g722. That's what I did when I wanted to use g726. my2cents On Tue, Jun 29, 2010 at 2:42 PM, Mindaugas Kezys
2008 Dec 29
0
Background stress test
Hello, We did small test with sipp to test Asterisk Background command capability. Our goal was 700 sim. calls on HP Proliant DL160 G5 E5405 1 x Quad Core Xeon 2Ghz 2 Gb RAM Asterisk 1.4.18.1 Centos 5.2 We reached more then 1000 when our network (100mbps) become a bottleneck. As we achieved our goal - no further testing was performed. As conclusion - we are very
2007 Jul 12
0
No subject
managed without Realtime and I see no way how to put AEL into DB. Maybe it's possible? We are storing "exact-match" info into DB and all _X., etc stuff we have in extensions.conf. So no speed issues with large systems. Also: Any reason to "not" use extensions.conf? What AEL can do better then extensions.conf? Many people still use vi. Because it can do everything what
2007 Jul 12
0
No subject
with newest Asterisk version.=20 When holidays will end more and more people will start to complain about = this. Regards, Mindaugas Kezys http://www.kolmisoft.com MOR - Advanced Billing for Asterisk PBX -----Original Message----- From: asterisk-users-bounces at lists.digium.com = [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Anthony = Messina Sent: Sunday, December 30, 2007
2009 Mar 19
2
Script to softly restart Asterisk each midnight to clean locked channels
As Asterisk has inner problems and channels very often locks we have such script to restart Asterisk each midnight. We (our clients) mostly use v1.4.18.1. We can't upgrade to newer versions because there are too much changes which would brake our system (realtime/sip/iax2/cdr/etc/etc). Script soft hangups all alive channels in dirty way then kills Asterisk and starts it up. Hope
2009 Jul 20
0
No subject
suite our billing needs. That was on 1.4.xx, we are not using 1.6+ Regards, Mindaugas Kezys Kolmisoft UAB VoIP Billing Solutions e-mail: info at kolmisoft.com URL: http://www.kolmisoft.com Find us on Facebook -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Nikhil Sent: Monday, November 22, 2010 7:20
2008 Jun 27
2
How to pass variable between 2 Asterisk servers over IAX2
Hello, Anybody can advice how to pass variable between 2 Asterisk servers over IAX2? With SIP I can use SipAddHeader. How do to the same with IAX2? Thank you. Regards, Mindaugas Kezys http://www.kolmisoft.com
2008 Dec 02
0
New release of billing and routing software MOR
Hello, We are glad to announce new release of our advanced billing and routing package for Asterisk - MOR v0.7 It is complete solution for VoIP billing and routing for advanced and start-up telecoms, carriers, voip calling card operators and ISPs. Demo available online, as LiveCD or as InstallCD. Contact us for more details. More info: http://www.kolmisoft.com What is new in
2009 Jul 20
0
No subject
And after reload ALL your phones are unreachable for 2 minutes! Imagine you have several thousands devices unreachable for 2 minutes. How much calls will fail during that time? Regards, Mindaugas Kezys Kolmisoft UAB=20 VoIP Billing Solutions e-mail: info at kolmisoft.com URL: http://www.kolmisoft.com -----Original Message----- From: asterisk-users-bounces at lists.digium.com =
2008 Mar 25
1
How to obtain SIPCHANINFO variables within custom application?
Hello, How can I get peerip, recvip, from, uri, useragent, peername, t38passthrough variables in (within) my custom Asterisk application? I can't use chan_sip.c internal structures (such as sip_pvt) in my custom application, because there's no chan_sip.h and I can't include it into my application (maybe there's other way?). I can do like this: exten =>
2007 Jul 12
0
No subject
1. http://bugs.digium.com/view.php?id=12362 2. http://bugs.digium.com/view.php?id=12925 3. http://bugs.digium.com/view.php?id=12921 Also how do you go about changing details for device in DB and not using "sip realtime prune PEER" + 'sip reload'? Without that your changes to devices are not active. Good luck! Regards, Mindaugas Kezys http://www.kolmisoft.com >
2008 Jan 31
0
Realtime device update weirdness
Hello, We use Asterisk Realtime for our billing software. 200+ installations of Asterisk with Realtime, but I see this for the first time. Asterisk 1.4.17, Addons 1.4.5, No patches, no NAT - just plain simple installation. With debug I can see: [Jan 30 22:38:21] DEBUG[27885]: res_config_mysql.c:662 mysql_reconnect: MySQL RealTime: Everything is fine. [Jan 30 22:38:21] DEBUG[27885]:
2009 Dec 11
0
How to get LEG B channel info?
Hello, How can I go to the Leg B channel in Asterisk Dialplan _after_ call ends? I can use Dial G option to go to Leb B channel when call is answered, but how to go here when call ends? Is here any option/function in Dial Plan? Or should I use ast_bridged_channel(chan) to get bridged channel and try to retrieve data I need from internal structures using custom c module and Asterisk API?
2007 Dec 19
3
Realtime logic in Asterisk 1.4.16.1
Hello, I have configured one provider in Asterisk Realtime DB without username and password, only host=<providers_IP> and ipaddress=<providers_IP> Now when I'm trying to send call using this provider I'm using following string: Dial(SIP/NUMBER at Provider) In Asterisk 1.4.15 debug I see that Realtime engine is using query: [Dec 20 00:02:15] DEBUG[14634]:
2008 Mar 07
3
Silencing VoiceMail() app in * 1.4.10
Hi there, Googling through the archives it looks like I'm the ferst person to want this... My aim is to set up a voicemail application with a custom greeting before *AND AFTER* the punter has left the message. Right now the relevant section of my dialplan is like this: exten => 2,1,Playback(/media/asterisk/answerphone-en) exten => 2,n,VoiceMail(2000,s) exten =>
2006 Apr 02
1
morcdr v0.1 released
CDR Stats Analyzer and Report generator It's a rework of famous Asterisk Stats written by Areski. The main goal for this project is to concentrate more on PDF reports (managers love them!). Later more functions will be added. Please test it and send suggestions how to improve it. Licence: GPL Examples, demo and more info on homepage: http://www.paskambink.lt/mcc Regards,
2006 Jun 21
1
Calling same queue member all the time
Hello, I'm trying to setup a queue where call goes from agent to agent in strictly set order. I have queue (roundrobin): Agent1 penalty 1 Agent2 penalty 2 Agent3 penalty 3 When I call to this queue Agent1 rings. If this agent does not take the call, after set timeout same Agent1 is dialed again. The call never goes to Agent2 (only when Agent1
2005 Jan 04
0
cid_num with Asterisk CVS 1.0.12
Hello, How can I access caller's number with Asterisk CVS 1.0.12? In new version there are structure cid with field cid_num. And in 1.0.12 only callerid field which is equal to cid_name. I also tried to get it from chan->cdr->src but this is also the same as cid_name or callerid. Mindaugas Kezys -------------- next part -------------- An HTML attachment was
2011 Aug 30
1
FREE webinar video about Auto-Dialer Business Model (Telemarketing)
Hello, We would like to share our webinar about Auto-Dialer Business Model (Telemarketing). It is educational video which we made for our clients and now we are sharing it with you. http://www.kolmisoft.com/how-to-start-a-VoIP-business/webinars/ Enjoy. NOTE: This is not attempt to sell you anything. No product or service is sold/marketed in the video. Regards, Kolmisoft Team
2014 Apr 29
0
Destruction of SIP dialog for OPTIONS requests
Hi all, I'd like to verify whether an Asterisk behaviour is expected or not, and ask for advice for the best solution. I have Asterisk 1.8.17.0 on debian wheezy, listening on UDP and TCP 5060, and TLS 5061. Asterisk is part of a dispatcher set in Kamailio (4.1.3), and is marked as AP (Active Probing): this means that Kamailio sends an OPTIONS request every N seconds to verify Asterisk is