search for: announcemsg

Displaying 13 results from an estimated 13 matches for "announcemsg".

2003 Oct 07
1
[PATCH] allow announcements in app_dial
...-------- --- asterisk/apps/app_dial.c 2003-10-08 00:05:43.000000000 +0200 +++ dial-asterisk/apps/app_dial.c 2003-10-08 00:04:20.000000000 +0200 @@ -337,6 +337,7 @@ struct localuser *u; char info[256], *peers, *timeout, *tech, *number, *rest, *cur; char privdb[256] = "", *s; + char announcemsg[256] = "", *ann; struct localuser *outgoing=NULL, *tmp; struct ast_channel *peer; int to; @@ -344,8 +345,10 @@ int allowredir_out=0; int allowdisconnect=0; int privacy=0; + int announce=0; int resetcdr=0; int clearchannel=0; + int cnt=0; char numsubst[AST_MAX_EXTENSION];...
2004 Jun 10
1
RE: question about prepaid app_prepaid
...367 ---- struct localuser *u; char info[256], *peers, *timeout, *tech, *number, *rest, *cur; char privdb[256] = "", *s; + char szBrdgTO[256] = "", *s2; // CHANGE: buffer to store Bridging Time out. Storm Petersen */ char announcemsg[256] = "", *ann; struct localuser *outgoing=NULL, *tmp; struct ast_channel *peer; *************** *** 380,385 **** --- 382,390 ---- struct varshead *headp, *newheadp; struct ast_var_t *newvar; int go_on=0; + time_t myt; + int iBrd...
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,2,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme(1234) ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. ; -------------- next part -----...
2004 Jun 10
3
FW: question about prepaid app_prepaid
Hi, I have compiled and installed app_prepaid module. But have problem when connect to postgres database. I guess so because after key in card number, it always play prepaid-no-aaa voice file. Anyone succeeded in configuring the app_prepaid for prepaid calling service for asterisk? Please help. Ps: where can I view the log file for this module. Thanks. Tom --------------
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,2,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme(1234) ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. ; -------------- next part -----...
2004 Apr 07
2
error 488 - Not Acceptable Here
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,2,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme,1234 ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. ;
2005 Aug 27
2
Problems with registration
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,n,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme(1234) ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. ; [dialout-fwd1] include => fwd...
2004 Dec 29
0
Channel Zap/4-1 in prering state
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,2,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme(1234) ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. [incoming] exten => s,1,Dial(Za...
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,2,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme(1234) ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. [incoming] exten => s,1,Dial(Za...
2003 Jul 16
8
Call Pickup
Hi, I have been trying to workout how to use the call pickup. So Far, I have the following in zapata.conf [channels] signalling => fxo_ks context => local pickupgroup=1 callgroup=1 channel => 1-3 When I dial *8# all I hear is busy tone. What have I missed? thanks Jay.
2003 May 23
12
Unable to create channel of type 'Zap'
I've just installed an X100P, built the kernel module, and tried to use it to make an outgoing call (via a phone connected to an ATA-186). However, I just get a reorder tone and see this on the console: -- Executing Dial("SIP/ata1-4409", "Zap/1/5551212") in new stack NOTICE[1200825920]: File app_dial.c, Line 481 (dial_exec): Unable to create channel of type
2004 Jul 18
6
PSTN Gateway X101P
...; ;exten => 8500,1,VoicemailMain ;exten => 8500,2,Hangup ; ; Or a conference room (you'll need to edit meetme.conf to enable this room) ; ;exten => 8600,1,Meetme(1234) ; ; Or playing an announcement to the called party, as soon it answers ; ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg)) ; ; For more information on applications, just type "show applications" at your ; friendly Asterisk CLI prompt. ; ; 'show application <command>' will show details of how you ; use that particular application in this file, the dial plan. ;
2005 Jan 05
5
Asterisk with MySQL
You are reading the instructions for the STABLE 1.0 version of asterisk and are using the CVS version. Goto the wiki and read the instructions for RealTime. -Matthew ----- Original Message ----- From: "Muhammad Rizwan Khan" <rizwan@advcomm.net> To: <Asterisk-Dev@lists.digium.com> Sent: Wednesday, January 05, 2005 12:42 PM Subject: [Asterisk-Dev] Asterisk with MySQL >