search for: numtocall

Displaying 3 results from an estimated 3 matches for "numtocall".

2004 May 18
1
Dial and MeetMe on the same channel
...ible to run Dial and MeetMe commands simultaneoously on the same channel. I am using a C AGI as below but it seems to me that only the first command that is called in the agi is executed. ........... // Pr?paration de la commande pour l'appel du client fprintf(stderr,"%s%s",numtocall," is the number to call\n"); strcpy(cmd,"EXEC Dial "); strcat(cmd,numtocall); //numtocall is a variable quote from teh database strcat(cmd," 60"); // Ex?cution de la commande et lib?ration du buffer fprintf(stderr,"%s\n",cmd); printf(&...
2003 Aug 05
0
WipeOut - gateway access with pin solution
...Channel: OH323/4324324324 #dial the access way MaxRetries: 3 RetryTime: 60 WaitTime: 30 Context: test-context #after connected to access gateway, proceed to context 'test-contet' in extension.conf Extension: 1 Priority: 1 # set var to be used in extension.conf SetVar: PINNO=1234 SerVar: NUMTOCALL=123123213123 # actual dest number My extension(test-extension) is: (in extension.conf) exten => 1,1,SendDTMF(${PINNO}) exten => 1,2, Wait, 3 exten => 1,3,SendDTMF(${NUMTOCALL}) However, this might not suitable for you, if your user dial in manually. My situation works fine cause ev...
2003 Dec 16
2
AT&T access code entry by Asterisk
I have a dialplan that requires that we use * to send the long distance access code to AT&T. I have found in the list that the `w` command can be used to inject a pause, I have tried the following: exten => _91NXXXXXXXXX,1,Dial(ZAP/g1/${EXTEN}www5555555,70) There `5555555` is the ld access code. I tried various quantities of `w`s but I never got * to dial the ld access code. Allof the