Displaying 2 results from an estimated 2 matches for "parkandannouce".
Did you mean:
parkandannounce
2004 Jul 29
0
ParkAndAnnounce command !!!
Hi everyone
I'm very, very, very, ... very new to Asterisk and I need some help with the
ParkAndAnnounce command.
Here's what I would like to do. I would like to specify an extension in the
extension.conf file which is using the ParkAndAnnouce command (something
like this)
exten => 200,1,Answer
exten =>
200,2,ParkAndAnnounce(PARKED|60|SIP/${EXTEN}|some_context,${EXTEN},1)
exten => 200,3,Hangup
I'm writing an application in JAVA which is using the Manager interface to
manage calls and so on (I have succeeded to hardcode...
2004 Aug 02
0
Help with ParkAndAnnounce command
Hi everyone
I'm very, very, very, ... very new to Asterisk and I
need some help with the ParkAndAnnounce command.
Here's what I would like to do. I would like to
specify an extension in the extension.conf file which
is using the ParkAndAnnouce command (something like
this)
exten => 200,1,Answer
exten =>
200,2,ParkAndAnnounce(PARKED|60|SIP/${EXTEN}|some_context,${EXTEN},1)
exten => 200,3,Hangup
I'm writing an application in JAVA which is using the
Manager interface to manage calls and so on (I have
succeeded to hardcode t...