Re: Extracting values from capturing groups in regex Programming Software Development by AndreRet … will attempt to match as many characters as possible. The asterisk (*), plus (+), question mark (?), and curly braces ({}) metacharacters exhibit 'repetitious' behavior… asterisk db Hardware and Software Networking by DarkMonarch hey guys, i need to create a link between the DIDs showed in the freepbx and the custom app. i have at work. now the DIDs showed in the freepbx are in the asterisk DB or the asteriskcdrdb DB and which table? the setup im working with is centos/asterisk-now thx Asterisk Triangle Programming Software Development by marc.orocay …, I need a program that makes a triangle out of asterisk but it doesnt use "for" loop it only… like a triangle instead it jsut display a line of asterisk. #include<stdio.h> #include<conio.h>… Asterisk Program.....please help Programming Software Development by hlmjohnson1981 … it with asterisks between each letter. Do not include an asterisk in the beginning nor the end. For example, Sharon would… Asterisk Pattern Using Looping Statement Programming Software Development by samurai14 I just want to know how Can I display an asterisk pattern like if the user selects on the combobox.additem = … Re: Asterisk pattern Programming Software Development by pspwxp fan … loop which loops no_of_asterisks number of times and prints a asterisk in every loop. 4)After step (3) go to…; int main(){ int lines = 0; int ast = 2; const char asterisk = '*'; for(lines = 1; lines <= 6; lines++){ for(int …i = 1; i <= ast; i++){ cout<<asterisk; } cout<<endl; ast = ast + 2; } return 0; } [/… Re: Asterisk pattern Programming Software Development by csurfer … loop which loops no_of_asterisks number of times and prints a asterisk in every loop. 4)After step (3) go to a… Re: asterisk right triangle Programming Software Development by Dani You need two loops: An outer loop to keep track of the rows, and an inner loop to keep track of the number of asterisks per row. Right now, you have an outer loop that is keeping track of the rows. But you need to replace that cout line with an inner loop to not just print one asterisk, but to loop through printing a variable number of asterisks. wrap last word and asterisk inside a span Programming Web Development by Violet_82 …isAsterisk); if(isAsterisk){//if there are asterisks var $asterisk = $(".row .control-label").find("…;.mandatory");//find the asterisk var words = $asterisk.parents(".control-label").text().…there are asterisks. Span selected are " + $asterisk.length + ", words are "+ words + … URGEN HELP : Digiums Asterisk with visual basic Programming Software Development by duliprb … company. I found one module collection called asterisk .net. [URL="http://sourceforge.net/projects/asterisk-dotnet/"]http://sourceforge.net/projects… simple code to connect with digium's asterisk manager interface and the can execute asterisk cli commands to get caller id.If… Return values from Perl to asterisk Programming Software Development by padmaja_3 … with how to pass the return value to asterisk. That is, a value has to be …passed from perl script to asterisk. The variable returned in Perl has to be… passed to asterisk, where if the return value is 1 from…; condition, how can i get that value to asterisk? Pls suggest me how to proceed. Thanks in … Re: Return values from Perl to asterisk Programming Software Development by trudge … with how to pass the return value to asterisk. That is, a value has to be …passed from perl script to asterisk. The variable returned in Perl has to be… passed to asterisk, where if the return value is 1 from…; condition, how can i get that value to asterisk? Pls suggest me how to proceed. Thanks in … need help parsing output for Asterisk Manager's Interface Programming Software Development by iamtuxmeister …was recently asked to pursue a listener to the Asterisk Manager Interface that will be able to pull out…a basic telnet listener that will login to the asterisk box on the managers interface and supply the …to protect the innocent. [code=cpp] /* ** client.cpp -- Asterisk Manager Interface monitor client */ #include <unistd.h> #include… Ubuntu server 9, asterisk with B410P card Hardware and Software Linux and Unix by shido641 … 9.04 2) Install Apache, mysql, Php 3) Install Asterisk and make it work with the B410P card Ok so…understanding and instructions from the net on how to install Asterisk on Ubuntu. However i want to know if anyone …had experience with this card. Has anyone had problems installing Asterisk on ubuntu server? What should i lookout for? The … Re: Help with VB.NET asterisk bar chart Programming Software Development by Teme64 …input Const intASTERISK As Integer = 100 ' One asterisk per $100 in sales Dim intTotalAsterisk As Integer…< 0, SET EMPTY STRING I.E. NO ASTERISK (USER CAN ENTER A NEGATIVE VALUE!!!) strAsterisks = "…' IF SALES >= 200 USE FIXED 20 ASTERISK FOR ALL VALUES ABOVE 200 strAsterisks = New String… Voxzone X100P Card - Asterisk Hardware and Software Hardware by voxzone … Voxzone X100P is a single FXO interface for connecting the Asterisk PBX server to the PSTN (Public Switched Telephone Network). Voxzone…% compatible with the Digium X100P and the Asterisk PBX . Using Voxzone X100P and the Asterisk PBX, one can easily such services like… Mysql C API and Asterisk AGI Programming Software Development by ContactaCall Hello. I'm currently developing an IVR system under Asterisk through the Asterisk Gateway Interface (AGI), connecting to a Mysql server using the… "Thirteen Thousand" The problem is this: on the Asterisk debug console I can see that the Stream File ("… How to make a hidden asterisk visible using java script? Programming Web Development by Whilliam … anything (the text field is empty) and clicks submit, an asterisk will be displayed at the right side of the text… field. The asterisk is only temporary. If the user clicks the text field… or refreshes the page, the asterisk at will disappear. I've googled it already and I… displaying asterisk Programming Software Development by aabbccbryanmark public class asterisk { public static void main(String[] args) { int row, col, spc=… displays.. * ** *** **** but how do this display with just using one asterisk each.. you see i have diff. count of… Hide value to asterisk Programming Databases by Lethugs …there another way of hiding or formating column value in asterisk in select statement? im using the command replace SELECT…do this? Instead of replacing/forcing the value to display asterisk, i just need if possible the same value (of… price) only masked to asterisk because i need to add the total in crystal report… Re: Mysql C API and Asterisk AGI Programming Software Development by ContactaCall Well, to anyone interested in this particular issue, I was able to solve it. I simply changed the Stream File command to Exec Playback, which is essentially the same in Asterisk, but control goes over to Asterisk instead of the AGI script, if i recall correctly. Cheers. Re: Mysql C API and Asterisk AGI Programming Software Development by ContactaCall … is, as well as AGI and applications within Asterisk then you'll know what this is about. I'm … Re: Voxzone X100P Card - Asterisk Hardware and Software Hardware by knowledgelover … it enable me to initiate outbound calls!! I have trixBox , asterisk PBX, and I want to enable calls from inside the… Help with VB.NET asterisk bar chart Programming Software Development by bustersox … is made up of asterisks in a list box. Each asterisk ' represents $100 in sales. Public Class Form1 Private Sub btnDisplayChart_Click… get the user input Const intASTERISK As Integer = 100 ' One asterisk per $100 in sales Dim intTotalAsterisk As Integer ' The number… Help- - asterisk Programming Software Development by mike888 Hello, I am new i vb .I need to . Each asterisk represents $100 in sales by using for next loop. also … sales using a row of asterisks (*) in a listbox. Each asterisk represents $100 in sales. Display the total of all the… Problem with asterisk. Programming Software Development by naz1234 … appear ? I think i got problem at the looping for asterisk.. actually my output should be like this : the graph such…; asteriskcounter<array[loopcounter]/2; asteriskcounter++)// loop to output each asterisk { printf ("*"); } printf (" %c\n", array2[loopcounter… Re: displaying asterisk Programming Software Development by stultuske … separate loop. you can deduct all the info (space or asterisk) from the nr of the second iteration, and based on… Re: Hide value to asterisk Programming Databases by Lethugs Thanks for the idea but how will i do it in crystal report? Ifound the suppress in field property by how will i the column value to asterisk? thanks again Re: Help- - asterisk Programming Software Development by mike888 … another Q. do u know how can I do ( Each asterisk represents $100 in sales. ) with for next loop Thank you… Damn Asterisk Wont go down X.x Programming Software Development by codeforfun Ok, this Program was supposed to make the [U]asterisk go down a line every 1 second[/U] and to …