similar to: Asterisk Manager Interface, reliably monitor NewCall for an extension

Displaying 20 results from an estimated 1000 matches similar to: "Asterisk Manager Interface, reliably monitor NewCall for an extension"

2006 Mar 28
1
Asterisk Tools for OSX
Hello Asterisk Users, I am an Objective-C enthusiast and have been writing some clever tools to integrate Asterisk functionality with Mac OS X applications. Please find my project on http://www.sf.net/projects/astrxtools4osx/ The objectives of my project are as follows 1. Implement an Objective-C framework to communicate effectively with the Asterisk Management Interface 2. Address Book
2007 Sep 12
2
Callback for unanswered transfers...
Hi, Does anybody know if there is a way for a call goes back to transferer if unanswered ? Thanks Luis A P Barbosa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070912/1e356013/attachment.htm
2007 Sep 11
3
Prevent multiple sip registrations
Hi all, Is there anyway i can prevent multiple sip registrations from different IPs using single username in asterisk. Does asterisk provide any aid in this respect? As far as my knowledge is concerned i dont think there is any support for this in asterisk, so i think i'll have to makeup a script which sniffs sip packets coming for asterisk and detect for multiple register requests coming from
2007 Sep 14
2
Prompt for extension with standard dial-tone.
Hi, What i want to do - is to give ability for answered call to hear regular dial tone and be able to enter phone number - that i would dial later. I tried to look at WaitExten and PlayTones, but they seem to not work together - WaitExten doesn't interrupt going on PlayTones. Is there any way how i could do that - so that it looks really natural? It would be silly to create long-long-long
2005 Mar 10
3
SetCallerID({$NEWCALLERID})
I am trying to SetCallerID to a variable I have defined. This obviously is wrong. It actually sets the caller ID to $NEWCALLERID. I have search through the examples on wiki but wasn't able to find something similar to see what I was doing wrong. Could someone tell me the correct way to SetCallerID to a defined variable? exten => 2125551212,5,SetCallerID({$NEWCALLERID}) exten =>
2007 Aug 29
2
Best text-to-speech
Hi! I need to use text to speech, what is the best application? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070829/bc69eb9d/attachment.htm
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();
2007 Aug 30
1
dialed peer number
I am trying to retrieve the "dialed peer number" but it seems that ${DIALEDPEERNUMBER} is "broken". Also, I know that I could extract the dialed number from the ${CHANNEL} variable but this only works for SIP and maybe IAX (untested). However, it doesn't work for ZAP. All I get when using ZAP is something like "Zap/1-1" (for SIP I would get
2007 Aug 22
1
How do I configure asterisk?
Hi: Which one is better and easier for configure asterisk,directly or by GUI ? I'd appreciate any idea. Regards. --------------------------------- Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 26
1
Calling Clients or Tele Marketing
Hello, Let's say I have a Database of my clients about 50 clients, I want to announce a new product or service to them, can asterisk do it for me? It is something like a appointment reminder for doctors. I want to know is there any software for this or I should Write a program for it using AGI or ruby on Rails. Thank you all, AA -------------- next part -------------- An HTML attachment
2007 Aug 29
2
understanding queues
Hello, I feel like I understand how the dial plan works pretty well with one exception. It seems like queues are using the stdexen macro to ring the agents/extensions. Is this normal? Is there anyway to configure this differently? I realize this is a newbie question, but I have searched google/archives and haven't been able to find the answer. Thanks, Elliot --------------
2007 Sep 05
1
Dialplan regexp
Hi, Can anyone tell me why the below dialplan doesn't filter off dialed numbers for 01793520158, and jump to "local",priority1 If I change it to : exten => 01793520158,1,Goto(local,${EXTEN:-3},1) .... then it works fine (but that's too specific)... exten => _017935201[56][0-9],1,Goto(local,${EXTEN:-3},1) exten =>
2007 Sep 07
1
Asterisk + Realtime + Manager reload = crash
I have several installations of Asterisk (several versions) where we have our own web interface that uses Mysql and Realtime. When we do modifications to Mysql we use a Manager connection in order to reload the configuration (we use Realtime static for extensions) sometimes Asterisk will crash. Not every time and not every X times we reload. Sometimes it takes ten reloads and other just one
2007 Sep 10
5
Asterisk Manager API - Originate command
Hi all, Just ran into some issue with the originate AMI command. It seems that there is a limit of around 120 calls I can place with the originate command simutanously. By that I mean sending Asterisk a lot of originate command very fast. Anyone know if there is a limitation? Thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 24
3
Keeping queue counters after restarting
Hello, Every queue has some status counters (completed, abandoned, hold time...) that are very useful for statistics. The problem is that those counters are reset every time Asterisk restarts. Is there a way to keep those counters, maybe in astdb? Also, is there a way to reset the counters through a cli command? Thanks. -- MARLON DUTRA Propus GnuPG ID: 0x3E2060AC pgp.mit.edu
2007 Aug 30
2
Unknown connection error: (2006) MySQL server has gone away
Hi, I get the following after a call has finished: ERROR[6862]:mysql_log: cdr_mysql: Unknown connection error: (2006) MySQL server has gone away Does this error message only appear when asterisk makes a new connection to mysql, because the old connection was stale (and dropped) ? If so, is there a way to get asterisk to stop reporting this as an error seeing it seems to write the CDR to
2007 Sep 03
1
Dificult macro, please advise
Hi, BRIEF RESUME: Is there any other way to obtain the same result but being easier to configure?? Thanks! EXTENDED RESUME: i've configured a, rather difficult, macro that even for me without being documented is difficult. I ask for the help of the experts to know if the functionality it apports can be achieved better in another way. What i'm trying is to enable call a channel (e.g.
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
I edited the calleridname.agi patch to only overwrite the name if it is missing. The asteridex option still overwrites the name since it is our master list for known numbers. -- Steven calleridname.agi.patch: --- C:\Documents and Settings\steveb\Desktop\calleridname.agi-orig Tue Jun 13 14:37:09 2006 +++ C:\Documents and Settings\steveb\Desktop\calleridname.agi Tue Jun 13 14:37:09 2006 @@ -16,6
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
Hi all, I'm new in the list, and I have a problem upgrading from asterisk 1.2 to asterisk 1.4: There is a diference from asterisk1.2 to asterisk1.4 in AMI events. When I do a call to a queue (with the same extensions.conf dial plan) with ast1.2 and ast1.4, in ast1.2 apper 3 newcallerid event in ast1.4 apper only 2. It is normal? anyone knows it? what is the reason? I
2007 Aug 20
3
Queues with Dynanic Users (BUG?)
I am running r79979 of Asterisk Trunk, and I am having problems trying to use app_queue.so. I want to use the extension 510 to be a line where users can call technical support. Extensions 511 and 512 are used by the operators to dynamically make themselves a Queue Member or not. So, operators call 511, and they should get added to the Queue as a Queue member. When users call 510 then, it