similar to: hint status unavailable

Displaying 20 results from an estimated 6000 matches similar to: "hint status unavailable"

2007 Aug 28
1
deadagi and billsec or answeredtime
Hello, I want to create php rate script and I'm using Deadagi. But I allways get billsec 0 , or nothing. Can you help me to solve this problem... My extension.conf: exten => _123,1,DeadAgi(rate.php) exten => _123,2,hangup And my simple test php script rate.php #!/usr/local/bin/php -q <?php include_once (dirname(__FILE__)."/phpagi.php"); $AGI = new AGI();
2008 Apr 13
1
Similar option as promiscredir to use in transfer (REFER)
I made a similar question in a previous thread, but there was no answer, so I think I was not very clear making the question. What I need is some configuration that works like "promiscredir=yes" in sip.conf that enables me to do the same thing with transfer (REFER), letting me transfer a sip call to a non local sip address. Thanks in advance, Thiago Abra sua conta no Yahoo!
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters? I 'm talking about this kind of info in asterisk console. >show queue 600 600 has 0 calls (max unlimited) in 'ringall' strategy (4s holdtime), W:0, C:14, A:8, SL:0.0% within 0s I just say that because I have a queue with strategy "Fewest Calls" working for a couple of mouths, and a new agent has been added this
2007 Dec 14
1
ZRTP + asterisk and Best Security Practice
Hello List I am very interested in developing a research project on security protocol for VoIP, under the GPL. For some time I have been reviewing ZRTP, I would like to know the opinion having regard to whether and under asterisk, but I see that this closed implementations according am Http://bugs.digium.com/view.php?id=10024 Are Zphone and ZRTP the future for the Voip Security? Opinions?
2007 Nov 16
1
channels to destroy
Hello, In a couple of Asterisks, after type "sip show channels" we have a lot of these: IP_PEER dst_number something 00102/00103 unkn No (d) Rx: BYE IP_PEER dst_number2 something2 00102/00103 unkn No (d) Rx: BYE We are using ASterisk 1.2.x When I say "a lot" I mean more than 180, more than 230, etc. Is it normal? How we can remove it? Thank you very much, --
2008 Nov 21
2
Log level of 500 Server Internal Error.
Hi, VERBOSE[6120] logger.c: -- Got SIP response 500 "Server Internal Error" I just noticed that i sometimes get those back from provider. They are currently general SIP message log entries with verbose level 3. I wonder if such SIP fails could generate at least WARNING in log? Currently i'm checking logs for warnings and errors, so i probably have missed those.. It would be
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not
2008 Oct 06
1
AEL and swap from macros to contexts
Hi, according to discussion on asterisk IRC, where people said, that macros will be depracated, I tried to migrate from macros to contexts and Gosub but if I try to use gosub in extensions.ael, ael compiler complains, that I shouln't use Gosub app, but I can't find ael keyword, that will be Gosub equivalent, or can I ignore this ael warnings? thanks PJ LOG: lev:3 file:pval.c
2008 Nov 27
5
Any 1.6 SendFAX example ?
Hi, Do you have any example showing how to use SendFAX ? I can see several examples of ReceiveFAX but not a single one showing SendFAX. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081127/b41ca08b/attachment.htm
2006 May 19
1
Development news :: Smarter medialess calls!
Friends, To update you on recent changes in svn trunk, I can inform you that we now have ever smarter ways to handle media streams in Asterisk than we do in 1.2 for the IAX2 and SIP protocols. * IAX2: Splitting signalling and media apart Starting with the IAX2 protocol, we now have the ability to transfer media streams to go directly between IAX2 servers and keep the signalling path.
2008 Oct 27
11
Fring: Open VPN client to be installed on the mobile, which mobile?
Hi All; I do not know if anyone faced such case in dealing with open vpn (as we need it for fring to be used from the mobile: Which mobile can be used to install the open vpn client on it, so we can use it to do a vpn channel with the server that has open vpn server? Regards Bilal
2008 Mar 11
3
Call tracing - Asterisk 1.4
Hi guys I've just read this about the upcoming release of * 1.6: ?Better reporting through a new call event logging capability in Asterisk 1.6 will allow complete tracking of events that take place during a call. The goal, according to Fleming, is to provide more detail than traditional CDR (Call Detail Recording) features offer and to allow for more granular tracking and auditing.? That
2007 Dec 15
17
Upgrade to Asterisk 1.4 - it's one year's old!
Friends in the Asterisk community, I'm kind of interested in the slow uptake of Asterisk 1.4. Between 1.2 and 1.4 there's been a lot of important development. New code cleanups, optimization, new functions. I realize that 1.4 at release time wasn't ready for release, but we've spent one year polishing it, working hard with bug fixes. The 1.4 that is in distribution now is
2008 Jun 03
8
Queue is sending calls to Agents even when they are in use
Hi, I have an simple queue and agents defines with memeber => SIP/123. If for example Agent "SIP/123" has an call, the queue didnt care and tries to send additional calls to this agents. So Iam loosing time. SIP/123 (In use) has taken no calls yet How to stop this, especially when the device is not able to send an BUSY back. Use LOCAL channels and parse 'show queues' or
2007 Sep 18
2
asterisk crash and core dump
My Asterisk installation crashes frequently. Since it's a random event I am not able to reproduce it so I can't say what is making it crash. Here's a snippet of /var/log/asterisk/full just when it crashes: Sep 18 13:42:51 DEBUG[378] chan_zap.c: disabled echo cancellation on channel 31 Sep 18 13:42:51 VERBOSE[378] logger.c: -- Hungup 'Zap/31-1' Sep 18 13:42:51
2008 Mar 17
6
Handling 3 different call ending causes
Hello List, I'm using a dialstring like the one below. I want to have three different things happening depending on exit cause. Dial(SIP/${phonenumber},20,gL(20000[:5000][:5000])) These 3 things could happen: 1, Caller hangs up 2, Callee hangs up 3, The 20 seconds is up and call is terminated from Asterisk. Is there a way to separate these 3? Thanks, Best regards, Tobias --------------
2007 Mar 08
1
How to handle SIP-Callerid?
Hi, on ISDN there are the numbering plans that indicate if it's an national or an internation number. Is there something similar on SIP? How should i set a callerid to an internation number? complete e164, with, without an intl prefix (ie +, 011, 00 etc)...? How to a national number? Regards, Andreas. _________________________________________________________________ Discover fun and
2008 Jun 16
1
Agents getting "stuck" busy
Having a weird issue with some agents getting stuck busy on my system. Call will come into the queue and the agent will hit DND, or be DND when the call comes in (DND being the button on eyeBeam softphone, not a star code). After the agent comes back from DND they will be "stuck" as busy in the queue and I have to reload chan_agent.so in order to get them available. I'm running
2008 Nov 20
1
Macro conversion in 1.6
I create my sip users using a common macro in 1.4: [internal] exten => 200,1,Macro(phones|200|SIP/200) [macro-phones] exten => s,1,Dial(${ARG2}|45|Tt) etc... But now in 1.6 this fails: -- Executing [200 at handsets:1] Macro("SIP/201-0942b530", "phones|200|SIP/200") in new stack [Nov 20 08:55:55] WARNING[5958]: app_macro.c:201 _macro_exec: No such context
2008 Nov 23
1
Asterisk 1.6 mysql cdr log problem
Hi all! I've installed a new Asterisk 1.6.0.1 with addons and dahdi drivers and tools but my calls aren't logged. I'd enabled mysql log and noticed that asterisk send a 'DESC cdr' so connection is working between asterisk and mysql and I am able to call other phones so Asterisk is working as well. No error messages on startup though. Any idea why is it happen? As I realized