search for: someextension

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

Did you mean: some_extension
2005 Aug 25
1
Dial DTMF after bridging call
Is there a way to dial DTMF after bridging the call. The current option D() in Dial will dial DTMF before the call is bridged and this doesn't do the job. I need to dial DTMF after the call is bridged and the message is played with "Background" -- #Joseph
2008 Feb 29
7
Moving pagination to the Model
I''m using will_paginate in a Post class method; [code]def self.list(page) paginate :per_page => 10, :page => page, :include => :user end[/code] I can happily use the method on my posts controller index action; [code] class PostsController < ApplicationController def index @posts = Post.list(params[:page]) respond_to do |format|
2004 Feb 02
6
Transfer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, As I've been unable to get app_transfer to work, could someone explain how it is supposed to work? Currently I have two Asterisk boxes. A call comes in via zaptel to ast1. ast1 dials ast2 using iax2 and gets instructed to transfer the call to a different extension. iax2 debug shows that a transfer cmd is sent to ast1, but nothing happens