Displaying 4 results from an estimated 4 matches for "immplemented".
Did you mean:
implemented
2005 Aug 16
0
Re: Asterisk-Users Digest, Vol 13, Issue 109
These hardware issues are a joke. Go with Sangoma- they immplement PCI properly and don't have any of these system board issues. One of their sales guys told me that they would take their prodcut back and pay me $500 if I found a PCI system newer than 2 years that they did not work with. Pretty compelling no?
Pat
---------------------------------
Yahoo! Mail for Mobile
Take Yahoo! Mail
2003 Sep 17
1
Re: Asterisk-Users digest, Vol 1 #1279 - 16 msgs
...__--
>
> Message: 7
> Date: Sat, 13 Sep 2003 06:42:03 -0600
> From: Rich Adamson <radamson@routers.com>
> Subject: Re: [Asterisk-Users] asterisk and defunct perl procs
> To: asterisk-users@lists.digium.com
> Reply-To: asterisk-users@lists.digium.com
>
> FWIW, I just immplemented * on a RH9 box using the CVS without any
problems
> whatsoever. The RH9 box was built from CD's as a workstation (with
everything
> installed), up2date ran to bring it reasonably current, etc. I had
installed
> "ser" a few weeks ago and it worked properly as well. Ser was shu...
2003 Sep 12
5
Asterisk using a h323 gateway
Hello:
I am testing Asterisk with oh323.
My question is: can Asterisk route some calls thru a second h323 gateway (a
h323 <-> PSTN gw)?
- Asterisk ip: 192.168.1.10
- h323<->PSTN gw: 192.168.1.20
I've tried:
exten => _9XXXXXXXX,1,Dial(OH323/192.1.1.20)
or
exten => _9XXXXXXXX,1,Dial(OH323/BYEXTENSION@192.1.1.20)
but it does not work at all.
If my h323 client
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...;;
break;
case 0:
std::cout << "len = " << len << '\n';
std::cout << demang << '\n';
std::free(demang);
break;
case 1:
std::cout << "not immplemented\n";
break;
}
std::cout << '\n';
}
#endif
}