search for: pri2

Displaying 10 results from an estimated 10 matches for "pri2".

Did you mean: pri
2003 May 22
2
libpri and zap lib
...ztcfg to configure the modules 4. run my program My program will do the followings: 1. open D-channel /dev/zap/16 , /dev/zap/48 and run pri routine on it: dfd1 = open("/dev/zap/16", O_RDWR); dfd2 = open("/dev/zap/48", O_RDWR); pri1 = pri_new(dfd1, node, swtype); pri2 = pri_new(dfd2, node, swtype); /* check and handle the ISDN events on pri1, pri2 as shown in pritest.c*/ 2.detect DTMF, play audio file, bridge channels, disconnect channels with zap functions: zap_getdtmf(); /* check DTMF*/ zap_playf(); /* play audio file*/ zap_conf...
2006 Apr 04
2
Fax over 2 bridged TE110P channels
...internationalprefix= resetinterval=300 context=pri1 group=1 channel => 1-15 channel => 17-31 ;pbx signalling=pri_net pridialplan=international switchtype=euroisdn priindication=outofband echocancel=no overlapdial=yes immediate=no nationalprefix= internationalprefix= resetinterval=300 context=pri2 group=2 channel => 32-46 channel => 48-62 pri1 context exten=>_X.,1,Dial(Zap/g2/${EXTEN}||j) exten=>_X.,2,Congestion() exten=>_X.,102,Busy() pri2 context exten=>_X.,1,Dial(Zap/g1/${EXTEN}||j) exten=>_X.,2,Congestion() exten=>_X.,102,Busy() cat /proc/interrupts...
2005 Sep 22
0
priindication passthru TE410P EuroISDN?
Hi all, I have to asterisk-1.0.9BRIstuffed-0.2.0n boxes each equipped with a TE410P. Box A is connected with pri1 to the PSTN. Box B is connected with pri1 (cpe) to the Box A at pri2 (net). Now I want Box B to dial out to the PSTN tunneled thru Box A and have it get all ISDN indications in case of call failure, eg. unallocated destination number etc. But currently Box B always gets only "normal clearing". Interestingly on Box A the NoOp Output of PRI_CAUSE and CAUSE...
2005 Jul 01
3
pattern matching based on callerid, not working
...er)=2814444445) exten => _9./3006,n,Set(CALLERID(number)=2814444446) exten => _9.,n,Dial(SIP/${EXTEN:1}@mycarrier,30,wt) and have the correct calleridnum's set for each extension based on their current calleridnum. Basically, priority 1 will execute only if callerid is currently 3003. pri2 will only execute if callerid is 3004, etc.. however, attempts to do this all fail with auto-fallthru BUSY. Im using most recent CVS-HEAD. Any ideas? -Matthew
2019 Aug 31
1
[PATCH libnbd] Add bindings for Rust language
Still not working, but I took the latest patch and: - rebased it against libnbd 1.0 - fixed it so it handles new args and cbargs The generator now runs without warnings. This patch doesn't handle optargs at all. In C these are converted to non-optional parameter. Rust doesn't (AFAIK) have optional or labelled arguments unfortunately. Rich.
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
...ter a few calls my machine is completly freezed! So that i have to restart my machine. Here're my extension.conf, zapata.conf and zaptel.conf: ---->extension.conf: [pri1] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(15) exten => _X.,4,Hangup [pri2] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(15) exten => _X.,4,Hangup [pri3] exten => _X.,1,SetAccount(pritest) exten => _X.,2,Answer exten => _X.,3,Wait(60) exten => _X.,4,Hangup [pri4] exten => _X.,1,SetAccount(pritest) exten => _...
2019 Jul 07
2
[libnbd PATCH] RFC: Add bindings for Rust language
...4655,302 @@ let generate_ocaml_nbd_c () = List.iter print_ocaml_binding handle_calls +let rec pr_indent = function + | 0 -> () + | n -> pr " "; pr_indent (n - 1) + +let rec print_rust_ffi_arg_list ?(handle = false) indent args = + let pri () = pr_indent indent in + let pri2 () = pr_indent (indent + 1) in + pr "(\n"; + if handle then ( + pri (); pr "h: *mut nbd_handle,\n"; + ); + List.iter ( + fun arg -> + (match arg with + | ArrayAndLen (UInt32 n, len) -> + pri (); pr "%s: *mut u32,\n" n; + pri...
2005 Aug 23
1
Asterisk 1.0.9: TE411P replacement for TE410P 1stgen causes crashes
...w callerid on callwaitingcalls echotraining=no echocancel=yes echocancelwhenbridged=no overlapdial=yes immediate=no callerid=asreceived language=de rxgain=0.0 txgain=0.0 group=1 signalling=pri_cpe context=pri1 ;channel => 25-39,41-55 channel => 1-15,17-31 group=2 signalling=pri_cpe context=pri2 channel =>32-46,48-62 group=3 signalling=pri_net context=pri3 channel => 63-77,79-93 group=4 signalling=pri_net context=pri4 channel => 94-108,110-124 -- TIA, Bruno at ic3s dot de
2005 Jun 28
0
BRIstuff/OctoBRI problem: Ring requested on unconfigured channel 255/255 span 5
...w callerid on callwaitingcalls echotraining=no echocancel=yes echocancelwhenbridged=no overlapdial=yes immediate=no callerid=asreceived language=de rxgain=0.0 txgain=0.0 group=1 signalling=pri_cpe context=pri1 ;channel => 25-39,41-55 channel => 1-15,17-31 group=2 signalling=pri_cpe context=pri2 channel =>32-46,48-62 group=3 signalling=pri_net context=pri3 channel => 63-77,79-93 group=4 signalling=pri_net context=pri4 channel => 94-108,110-124 ;------------------------------------------------------------------- ; octoBRI #1 S0 #1: p2p NT mode group = 11 signalling=bri_net_ptmp...
2006 Jan 24
13
Nortel Meridian Opt 81C and PRI
We've been trying unsuccessfully to connect our Meridian Option 81C to a TE110P via PRI. We've followed the directions in asterisk-meridian-a1.pdf (link on http://www.voip-info.org/wiki/view/Asterisk+legacy+integration), but it doesn't seem to work on our 81C (even though many, many users report it works very well on Option 11's). Has anyone had any success in getting the above