search for: bbyextension

Displaying 9 results from an estimated 9 matches for "bbyextension".

Did you mean: byextension
2004 Jun 01
2
Syntax for 2 ISDN Cards
...incomingmsn=* controller=1,2 devices=2,2 Is that correct? I also tried "devices=4". When I try to make 3 simultaneous connections from SIP to ISDN the first and second one works, but on the third connection this happens: -- Executing Dial("SIP/gunnar-26ea", "CAPI/7501:7986:bBYEXTENSION") in new stack chan_capi.c:1147 capi_request: didn't find capi device with outgoing msn = 7501. you should check your config! app_dial.c:673 dial_exec: Unable to create channel of type 'CAPI' == Everyone is busy at this time -- Executing Dial("SIP/gunnar-26ea", "CAPI...
2003 Apr 09
0
can't use both controllers...
...e active on controller 2, chan_capi won't use controller 1. this is with AVM C2 roy -- Executing Goto("SIP/torgeir-b476", "capiring|BYEXTENSION|1") in new stack -- Goto (capiring,90044875,1) -- Executing Dial("SIP/torgeir-b476", "CAPI/22545066:bBYEXTENSION|120|Ttr") in new stack == data = 22545066:b90044875 == capi request omsn = 22545066 == found capi with omsn = 22545066 == idest = 22545066:b90044875 timeout = 0 == doB3 = 0x1 dest = 90044875 == creating pipe for PLCI=-1 == sent CONNECT_REQ MN =0xc53d == received CONNECT_CONF PL...
2004 Aug 02
1
avm c4, ptmp
...roup=1 ;deflect=12345678 devices=2 ;mode=immediate isdnmode=p2mp asterisk starts without any complain but i'm unable to send or receive calls; when i receive a call never show up in CLI; when i issue an outside call i get: -- Executing Dial("SIP/sip1-07f4", "CAPI/0721xxxxxx:bBYEXTENSION:1") in new stack -- data = 0721xxxxxx:b0721950396:1 -- capi request omsn = 0721xxxxxx Aug 2 17:53:02 NOTICE[1224547248]: chan_capi.c:1172 capi_request: didn't find capi device with outgoing msn = 0721xxxxxx. you should check your config! any help is apreciated m. - -- Maurizio...
2004 Mar 30
2
CAPI problems when loading chan_capi.so
...ountcode= context=pstn ;echosquelch=1 ;echocancel=yes ;echotail=64 callgroup=1 deflect=91xxxxxxx devices=2 ;PointToPoint (55512-0) ;for outgoing calls use example 5551212 ;and in dialplan you can use callerid like ;exten => _0XXX.,1,StripMSD,1 ;exten => _XXX.,2,Dial,CAPI/55512${CALLERIDNUM}:bBYEXTENSION ;============================================================ mode=immediate ;isdnmode=ptp ;msn=55512 ;controller=2 ;devices=30 --- The messege "CAPI not installed" is weird because CAPI *is* installed: --- pbx:~ # rpm -qa | grep capi avmfritzcapi-1.0-194 capisuite-0.4.3-52 capi4linux-...
2003 Apr 24
0
core dump in capi somewhere
...Console output: *CLI> -- Registered SIP '' at 192.168.16.114 port 12410 expires 1200 -- Executing Goto("SIP/ola-5a9c", "capiring|BYEXTENSION|1") in new stack -- Goto (capiring,81520400,1) -- Executing Dial("SIP/ola-5a9c", "CAPI/22545079:bBYEXTENSION|120|Ttr") in new stack == data = 22545079:b81520400 == capi request omsn = 22545079 == found capi with omsn = 22545079 Segmentation fault (gdb) bt #0 capi_new (i=0x80dc0e8, state=4) at chan_capi.c:785 #1 0x402779a3 in capi_handle_msg (CMSG=0x80dc0e8) at chan_capi.c:1516 #2 0x4027715...
2003 Oct 06
2
ISDN Dialout
Hi, I am having some trouble with ISDN Dialout. Using a Netjet-s PCI Card. When in Minicom, the only way I can dialout is if i issue ATS18=1 First. Otherwise I get a BUSY message. So thats fine. But when I dialout from asterisk, I get an immediate hangup, so my guess is that asterisk is not issuing ATS18=1 to the ttyI device. Here are my configs, any input would be greatly appriciated.
2004 May 25
0
MSN selection when dialout ISDN (ttyI* modem -interface, NOT CAPI)
Hello! How can one select outgoing MSN when dialing out from ttyI-interfaces? I have successfully done this with CAPI e.g... exten => _XXXXX.,2,Dial,CAPI/60:bBYEXTENSION ...in extensions.conf. Currently correponding for my ISDN modem interface is... exten => _XXXXX.,2,Dial(Modem/g1:${EXTEN}) ...but this selects only MSN of outgoing group g1 for dialout MSN number. I also tried to create multiple groups wait different MSNs and same devices in modem.conf, but...
2004 Jul 12
0
Problem with Capi Channel
...username=492 type=friend secret=492 host=dynamic qualify=yes callerid=492 dtmfmode=rfc2833 EXTENSIONS.CONF [general] static=yes writeprotect=no TRUNK=CAPI [globals] [sisge] exten => 492,1,Dial(SIP/492,60,tr) exten => 492,2,Hangup exten => 492,102,Hangup exten => _.,1,Dial,CAPI/460:bBYEXTENSION exten => _.,2,Hangup
2004 Apr 06
1
How to use ZapHFC ?
....conf to enable this room) ; exten => 5555,1,Meetme,5555 ;Mailbox exten => 6666,1,Ringing exten => 6666,2,Wait(2) exten => 6666,3,VoicemailMain exten => 6666,4,Wait(1) exten => 6666,5,Hangup ;externalcalling exten => _9.,1,StripMSD,1 exten => _.,2,Dial,CAPI/${CALLERIDNUM}:bBYEXTENSION [isdn] include => default exten => s,1,Wait,1 ;Dont know exactly what to do here??????? (HELP) exten => s,2,Hangup ; ; CAPI config ; ; [general] nationalprefix=0 internationalprefix=00 rxgain=0.8 txgain=0.8 [interfaces] msn=794,792,793 incomingmsn=* controller=1 softdtmf=1 accountc...