similar to: dialed peer number

Displaying 20 results from an estimated 1000 matches similar to: "dialed peer number"

2008 Jan 31
2
How to get called number in featuremap
Hi, I am new to asterisk configuration. I want to get called number in features.conf. I am defining a feature in features.conf and that feature got executed on pressing a particular DTMF key sequence. As I want to execute my own application on pressing that key which will use called number. testfeature => 3,peer,AGI,StoreNumber|<CalledNumber> Here I want to use called number in place
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 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
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 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 Sep 04
1
Asterisk Manager Interface, reliably monitor NewCall for an extension
Hi Everyone, I am writing an open source application that brings desktops widgets to OS X (http://sourceforge.net/projects/astrxtools4osx/), for which I am trying to get my head around the Asterisk Manager Interface. I had been using the Event: NewCallerid to detect a new call which my Asterisk server doesn't seem to send to the socket anymore, because of which I have reverted to using
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.
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
2006 May 12
1
Cell phone dialed digits too short to be recognized by asterisk
I'm having a big problem where digits dialed from certain cell phones are too short to be recognized by my asterisk server. I'm running AAH 2.8. Some cell phones don't allow the caller to hold down the digits and have the tones play as long as they hold them down for. They just play a short tone no matter how long you hold down the digits for. Has anyone run into this before, and if
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
2005 Mar 08
2
Retreiving the called number
Hi all, I've note that the variable DIALEDPEERNUMBER is broken. Now i want to know if exist another method to retreive the called number on *, and, if it's possible, an example ;) Regards.