similar to: CONNECTEDLINE

Displaying 20 results from an estimated 400 matches similar to: "CONNECTEDLINE"

2009 Dec 13
1
Dial with timeout don't end call
Hi! Trying to figure out what I am doing wrong... 1 std SIP phone (0317998975) registered to an Asterisk (SVN-trunk-r234256) 1 Cell phone 00733025975 attached through H323. extensions.conf exten => 975,1,Goto(975-${DEVICE_STATE(SIP/0317998975)},1) exten => 975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs) exten => 975-INUSE,2,Hangup() exten =>
2009 Dec 12
3
DEVICE_STATE
Hi all! I am trying to figure out how DEVICE_STATE is working, no luck so far. sip.conf [0317998975] type=friend regexten=0317998975 secret=???? username=0317998975 callerid="Magnus Benngard" mailbox=0317998975 at inputinterior.se host=dynamic canreinvite=yes dtmfmode=rfc2833 nat=yes disallow=all allow=alaw extensions.conf exten => 0317998975,hint,SIP/0317998975 exten =>
2014 Mar 13
1
CONNECTEDLINE(name) ISDN problem
When I set CONNECTEDLINE() info for an incoming ISDN call, the calling party sees only CONNECTEDLINE(num) and the name does not get displayed. Some time ago I called a number, where I did get back a name and a number and everything was displayed correctly. So I think the calling site should basically be able to handle all connected line info. Looking at a pcap trace of the D-channel data, I
2009 Dec 14
1
Rewrite calling number of incoming call
Hi! Trying to figure out how to rewrite calling number of an incoming call... A cell phone (0733025975) dials a X-Lite (977). X-Lite "shows" 733025975 at the display, but I want it to be 0317998975. I thought i could do something like: exten => 977/733025975,1,Set(CALLERID(number)=0317998975) exten => 977,n,Dial(SIP/0317998977) [Dec 14 19:07:43] NOTICE[20731]: chan_h323.c:2272
2015 Apr 30
1
Asterisk 11 - CONNECTEDLINE and Asterisk applications
Hello, I recently gave CONNECTEDLINE function a try on an Asterisk 11 setup with a couple of SIP phones. When a SIP phone dials an other one, with a CONNECTEDLINE statement in its dialplan, I noticed that Asterisk update caller's information using a Remote-Party-ID header in 180 Ringing message. For instance: Alice ----------------> Asterisk ------------------->Bob ------- INVITE
2016 Dec 12
2
AMI version of CONNECTEDLINE
Hello, Is there any equivalent of the CONNECTEDLINE function which can be called from an application using the AMI? Thanks for any ideas. -- David Cunningham, Voisonics http://voisonics.com/ USA: +1 213 221 1092 Australia: +61 (0) 2 8063 9019 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Oct 30
1
CONNECTEDLINE and ooh323, do it work?
Hello! Just read http://www.voip-info.org/wiki/view/Asterisk+func+CONNECTEDLINE tried on dahdi, it works, i.e. if I call asterisk user from my pbx connected phone I see what I set in Set(CONNECTEDLINE(name)= But if I call the same user over h323 ( no matter is it asterisk with ooh323 or cisco gateway) I don't see this. Could you tell me is it possible? Thank you!
2010 Mar 13
1
adding agent with 2 phones to a queue
Hi! We have alot of users who are having 2 phones, 1 fixed and 1 DECT. I am looking for a way to log them into a queue and let both phone rings. Let me try to explain: 0317998975 is a fixed phone, 0317998985 is a DECT. 0317998989 is a queue. queue add member SIP/0317998975 to 0317998989 works ofc. sip*CLI> queue show 0317998989 0317998989 has 0 calls (max unlimited) in
2009 Dec 13
0
Avaya 9650 SIP phone and dial timeout
Hi! Have a weired problem with Avaya 9650 phones: extensions.conf exten => 0317998975,hint,SIP/0317998975 exten => 0317998975,1,Goto(0317998975-${DEVICE_STATE(SIP/0317998975)},1) exten => 0317998975,2,Hangup() exten => 0317998975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs) exten => 0317998975-INUSE,2,Hangup() exten => 0317998975-NOANSWER,1,VoiceMail(0317998975 at
2013 Nov 18
1
CONNECTEDLINE and panasonic 500
Hello! I have following connections over isdn pri: avaya definity---pri--asterisk--pri-panasonic 500 Just because panasonic 500 can't send user's names. I also want to have reverse callerid for avaya users. But if there is no answer in dial plan: exten => _XXXX,1,Set(CONNECTEDLINE(name)=${DB(names/${EXTEN})}) ;exten => _XXXX,n,Answer exten => _XXXX,n,Dial(DAHDI/g4/${EXTEN})
2011 Feb 20
1
MEMBERINTERFACE and MEMBERNAME questions
Hi! Did play around with queues and need some help. I thought that MEMBERINTERFACE and MEMBERNAME should be set to the ?device? the call was queued to not the device that called the queue, or do i miss something? Running: Asterisk 1.8.2.3 built by root @ sip on a i686 running Linux on 2011-01-31 13:38:23 UTC 0317998985 calls Kinna (0320209030) Tomas Ekman (SIP/0317998972) receives the call but
2009 Nov 22
1
Prevent Dial if any extension is busy
Hi! Part of extensions.conf: exten => 985,1,Dial(SIP/0317998985&H323/00702221448 at Avaya,20) exten => 985,2,Goto(985-${DIALSTATUS},1) exten => 985-BUSY,1,VoiceMail(0317998985 at inputinterior.se,b) exten => 985-BUSY,2,PlayBack(vm-goodbye) exten => 985-BUSY,3,HangUp() exten => 985-NOANSWER,1,VoiceMail(0317998985 at inputinterior.se,u) exten =>
2015 Apr 30
0
Asterisk 11 - CONNECTEDLINE and Asterisk applications [SOLVED]
2015-04-30 17:45 GMT+02:00 Richard Mudgett <rmudgett at digium.com>: > > > On Thu, Apr 30, 2015 at 4:50 AM, Olivier <oza.4h07 at gmail.com> wrote: > >> Hello, >> >> I recently gave CONNECTEDLINE function a try on an Asterisk 11 setup with >> a couple of SIP phones. >> >> When a SIP phone dials an other one, with a CONNECTEDLINE statement
2009 Nov 30
2
No application 'ReceiveFAX'
Hi! Have probably not understand how fax is working in Asterisk 1.6. I did install: ptlib-v1_12_0 h323plus-v1_19_7 dahdi-linux-complete-2.2.0.2+2.2.0 spandsp-0.0.5 asterisk-1.6.2 asterisk-addons-1.6.2 make menuselect in asterisk-1.6.2 source directory shows: [*] app_fax But "core show applications" doesnt show me any "fax applications" and when I try to receive a fax:
2013 Jan 06
1
Get CONNECTEDLINE info from other Asterisk system via IAX2
I have been racking my brain attempting to get the remote callerid information for calls made to extensions on another Asterisk system connected via IAX2 but nothing has worked. To clarify, I would like to display the number AND name on the calling phone when calling extensions on another Asterisk system. I seem to be able to 'send' all the information I want to the system I am calling but
2020 May 28
2
Notification when on the phone
>>> But if you've already got the caller on the phone, then you might consider the CONNECTEDLINE function in Asterisk... And that we don't. It's the third party that would like the notification the the destination phone is currently busy with another call. CONNECTEDLINE only functions after a channel has been answered. I was successful with using CONNECTEDLINE when issuing
2010 Apr 25
0
CONNECTEDLINE(), progressinband=no and 183 before 180 (with latest trunk)
I don't expect my SIP provider to provide useful "Remote-Party-ID" information. Therefore, I am using "CONNECTEDLINE(num)=xxx" AND "CONNECTEDLINE(name)=yyy" to populate remote party information from a local database. I am also using the "I" (upper case "i") option for Dial. Generally I like to see to see the remote party name appear on the
2010 Oct 17
1
samba4 servers with one "master" sam.ldb
Hi all! First of all i would like to say that i am not a Samba4 guru so my question may be "stupid". I have 2 Samba4 servers up and runnning: Server 1: netbios name = PDC workgroup = GBG realm = GBG.INPUTINTERIOR.SE server role = domain controller Server 2: netbios name = PDC workgroup = MLM realm = MLM.INPUTINTERIOR.SE server role = domain controller Here comes my
2009 Dec 01
0
Asterisk - Segmentation fault
Gentlemen, Forgive me if I am posting at the wrong place! I was going to test the "new" chan_ooh323 driver so I did install: debian: Linux sip2 2.6.26-2-686 #1 SMP dahdi-linux-complete-2.2.0.2+2.2.0 Asterisk SVN-trunk-r231692 Did enable chan_ooh323, everything compiled without any problems. Hardware setup: Phone (975) - Avaya CM - H.323 - Asterisk - X-Lite (0317998975) X-Lite can
2010 Jan 24
2
ReceiveFAX and SendFAX questions
Morning, Have some questions regarding receiving and sending faxes... 1:st example: exten => 101,1,Answer() exten => 101,2,Wait(3) exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff > /var/spool/asterisk/tmp/fax.pdf) exten => 101,5,System(mutt -s 'New FAX for you sir' -a