Quantcast
Channel: VOIP-info.org Page Changes
Viewing all articles
Browse latest Browse all 2667

Asterisk config features.conf

$
0
0
Diff from version 61 to 62 (current)

@@ -134,7 +134,16 @@

 ;
 
 ~/pp~
-
+Note that for pauseMonitor or unpauseMonitor, you may need to change the channel on which the application is activated on. For example, if you used the Monitor() application on the inbound calling channel, but you want the callee to be able to pause the recording, use:
+~pp~
+pauseMonitor => #1,peer/callee,Pausemonitor
+unpauseMonitor => #3,peer/callee,UnPauseMonitor
+~/pp~
+You should also change the blindxfer code (or else # will initiate a transfer instead of pausing the recording) by using:
+~pp~
+blindxfer => ##
+~/pp~
+And you should use the t and/or the T parameter in the Dial() application to allow callers or callees to initiate in-call features.
 
 Note that multiple application arguments need to be separated by | and not a comma!
 Use the CLI command "show features" to verify the currently active application map.

@@ -272,4 +281,3 @@

 * AstQueueIcon: Alternative free queue solution utilizing the call parking feature instead of the queue application. As the queue app stays out of the media path, features like call forwarding will not be denied for the agents.
 ----
 Go back to ((Asterisk))
-
UserCommentTimeVersion
sverre2013-06-20 05:2762

Viewing all articles
Browse latest Browse all 2667

Trending Articles