Hi there, I know this question is kind of stupid. But, I don't know anywhere else to ask. I've received some answers when I asked about the need of having a zaptel interface to make the meetme application work, that said that it was better to have a real hardware then the zaptelrtc software modules. So, my question is, would any of the following cards work with the meetme application? http://www.goods2world.com/product_info.php?cPath=25&products_id=53 http://store.yahoo.com/asteriskpbx/wildcardx100p.html http://www.digitnetworks.com/store/product_info.php?products_id=28&osCsid=a77255f932eb7a247387647e1da6dbb3 http://www.digium.com/index.php?menu=wildcard_x100p http://69.212.249.116/product_info.php?products_id=30&osCsid=d4225af643f710ece118ad93a64347f9 thanks in advance, Pablo Salinas
In article <200406071658.50217.pesb@conexion.com.py>, pesb <pesb@conexion.com.py> wrote:> Hi there, > I know this question is kind of stupid. But, I don't know anywhere > else to ask. I've received some answers when I asked about the need of having > a zaptel interface to make the meetme application work, that said that it was > better to have a real hardware then the zaptelrtc software modules. > So, my question is, would any of the following cards work with the meetme > application? > > http://www.goods2world.com/product_info.php?cPath=25&products_id=53 > http://store.yahoo.com/asteriskpbx/wildcardx100p.html > http://www.digitnetworks.com/store/product_info.php?products_id=28&osCsid=a77255f932eb7a247387647e1da6dbb3 > http://www.digium.com/index.php?menu=wildcard_x100p > http://69.212.249.116/product_info.php?products_id=30&osCsid=d4225af643f710ece118ad93a64347f9They all will. However, by buying from store.yahoo.com or www.digium.com you will be helping to support Digium, who gave Asterisk PBX to the community. This is a Good Thing (TM). The other three are OEM copies of the same card, but do not benefit Digium at all. Cheers, Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
pesb [pesb@conexion.com.py] wrote:> I know this question is kind of stupid. But, I don't know > anywhere else to ask. I've received some answers when I asked about the > need of having a zaptel interface to make the meetme application work, > that said that it was better to have a real hardware then the zaptelrtc > software modules. > So, my question is, would any of the following cards work with the meetme > application? > > [snip: URI list] >Yes - they are all the same card. That card can be freely made by anyone who has the equipment to do so. -- _/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h _/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz _/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
Hi, i ant to configure a conference but im having som problems, in extensions: exten => 22662201,1,Answer exten => 22662201,2,Wait(1) exten => 22662201,3,GotoIf($[${CALLERIDNUM} = ${EXTEN:1}]?5:4) exten => 22662201,4,MeetMe(${EXTEN}|sM) exten => 22662201,5,MeetMe(${EXTEN}|asM) in meet.conf [rooms] ; ; Usage is conf => confno[,pin][,adminpin] ; ;conf => 1234 ;conf => 2345,9938 conf => 22662201,1234 but when i call the extension this is the error: pbx.c:1688 pbx_extension_helper: No application 'MeetMe' for extension i did a normal make, make install, did i miss something?