Displaying 5 results from an estimated 5 matches for "2b55".
Did you mean:
255
2015 Jul 13
2
RES: RES: How to dial extensions asynchronous-sequentially ?
...01 and 6002. That it, the objective is to see if there is an way to deliver more than one SIP 183 message to the caller, in a kind of ring group implementation.
Any hint will be very helpful!!
Thanks a lot!
RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200<tel:%2B55%2035%203471%209200> RAMAL 979
________________________________________
De: asterisk-users-bounces at lists.digium.com<mailto:asterisk-users-bounces at lists.digium.com> [asterisk-users-bounces at lists.digium.com<mailto:asterisk-users-bounces at lists.digium.com>] em Nome de SamyGo [...
2015 Jul 13
3
RES: How to dial extensions asynchronous-sequentially ?
...same = n,Dial(PJSIP/6001&PJSIP/6002) ?
What I'm asking is if it is possible to call 6001 in an asynchronous way and then call 6002 too. Is it possible?
Any hint will be very helpful!
Best regards.
RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200<tel:%2B55%2035%203471%209200> RAMAL 979
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asteris...
2015 Jul 13
3
How to dial extensions asynchronous-sequentially ?
Hi.
I my dialplan I have :
same = n,Dial(PJSIP/6001,10)
same = n,Dial(PJSIP/6002,30)
same = n,Hangup()
The extension 6002 will not be invited until the called party 6001 hangs up or until 10 seconds if nobody answers the call in 6001.
How to call 6001 and immediately call 6002, having 2 phones ringing at same time, but without doing something like this : same =
2015 Jul 07
4
What database should I use, for simple data storing? SQLite or the buitin one?
Hi.
I was studying about how to use databases in Asterisk, accessing it from the dial plan.
In my project, my dial plan will have to store simple data (ex: IP number, port number, device name, etc) in a persistent way, so that it will be possible to retrieve such information in future moments, still via dial plan.
For this case, I would like to know?
1. What is the best choice for storing and
2011 Jun 27
1
multiple cluster doesn't work
We're trying to setup 3 PRDM partitions (VMware) across 2 nodes. As long as
only one is configured in cluster.conf, there's not problem. As soon as we
try to use 2 or more we get issues.
It looks the same as bug 636:
http://oss.oracle.com/bugzilla/show_bug.cgi?id=636
I posted my cluster.conf and command line results there. I'm including them
here in the hopes that someone on this