add to iax.conf on server1
register => username:[EMAIL PROTECTED]

on server1
lets say extension 1001 on server1 will transfer the call to extension 1002 on server2

exten => 1001,1,Dial(IAX2/[EMAIL PROTECTED]) ; replace server2 with ip/domain of server2

on server 2 extension 1002 will join a meetme conference room 999

exten => 1002,1,Meetme(999)

to choose a dynamic generated room

exten => 1002,1,Meetme(|d)


Hope that helps

Diyanat


From: "Steven Langley" <[EMAIL PROTECTED]>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion<[email protected]>
To: <[email protected]>
Subject: [Asterisk-Users] Transfer to meetme on different server
Date: Wed, 11 Jan 2006 11:31:54 +0200
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 11 Jan 2006 09:36:19.0107 (UTC) FILETIME=[79CBBF30:01C61692]

Hi there

I am using IAX2 based phones and am wondering if the following is possible:

1.      User registers with Server 1
2.      User dials an extension on Server 1
3.      Extension transfers call to an extension on Server 2, which
transfers the call to a Meetme conference.

If this is possible, would anyone be able to give me an idea how this can be
done?

Many thanks

Steven


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to