Displaying 6 results from an estimated 6 matches for "mariazeta".
2007 Feb 20
2
Mask the caller-ID
Dear All :
I need to mask the caller ID and pretend to make a transfer call from
another extension :
exten => 558,1,Answer
exten => 558,2,Playback(soundclip)
exten => 558,3,Dial(SIP/472@callman)
The scenario is like this :
Someone is calling 558 at my company - he will hear a soundclip voice
message then I will direct it to extension 472
I need 472 to not see the extension of
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I
execute AGI in java which plays few wav files depending on external
parameters.
Can I have a dial plan inside my AGI? If not, how do I accomodate user
who needs to reach extension 2 from my agi? I have tried stream file and
get data but the two commands did not work at all.
2007 Feb 14
2
Macro Usage
Hello,
I have the following simple application...
1. Call is answered, and Dial() function is used with a macro to dial
out to a number.
2. 'Called' party answers the phone, and hears a message (this is a
function of the macro)
At this point I'd like for the 'Called' Party to be able to make a
decision and press 1 or 2 to hear some additional information before
2007 Feb 20
2
Asterisk CDR MySQL
I'm attempting to setup Asterisk 1.4.0 CDRs to use MySQL.
Modules show like cdr_mysql.so tells me it is loaded.
Reload cdr with MySQL started or stopped makes no difference in the errors.
Ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070220/55700f37/attachment.htm
2007 Feb 15
2
Asterisk Queues Problem
Help!
I'm (still) having issues with Asterisk Queues.
I want to implement a queue so that callers get the 'all our staff are
busy at the moment, your call has been placed in a queue and will be
answered by the first available operator. You may press 1 at any time
to leave a voicemail' announcement, then they can press 1 and leave a
voicemail.
Documentation with * 1.2.x (I'm
2007 Feb 25
7
Sending Email From the dialplan
I have looked around with no luck.
Does anyone know of a way to send an email from the dialplan.
The system that I am working on has none thing to do with VoiceMail.
This is something like the SMS command but using sending email
I am working on a prepaid alarm dispatch program for Asterisk if anyone
has any input please let me know.
I will be more than happy to write the code as Open Source