similar to: Call ID of the second call leg

Displaying 20 results from an estimated 600 matches similar to: "Call ID of the second call leg"

2014 Feb 24
1
Add SIPCALLID of egress leg to CDR
Hey all, I've been fighting with this all morning, and I feel like this should be a relatively simple task, but I just can't get it to work. I currently have a very basic asterisk v11.6 setup with a single extension (a Bria softphone) and a single sip trunk to my carrier. What I'm trying to accomplish is simply adding the asterisk generated SIPCALLID of the leg between asterisk and
2011 Feb 15
1
outbound call leg CALLID
Hello everyone Is there a possibility to catch an outbound callleg ID for the follovong scenario: some carrier -----> ------(asterisk1) --->-----asterisk2 ? I can get inbound callid for asterisk1 with a ${SIPCALLID} in extensions.conf or to look it up in cdrs field (are the same). But how about outbound? I have all calls just forwarded through asterisk1, not answered and for every call I
2010 May 07
2
voipmonitor.org
Hi, checkout new open source voipmonitor.org SIP packet sniffer.?I've developed it for my telco company and I've decided to share it. Testing and contributions are welcome! VoIPmonitor is open source live network packet sniffer which analyze SIP and RTP protocol. It can run as daemon or analyzes already captured pcap files. For each detected VoIP call voipmonitor calculates statistics
2018 Jul 13
2
Withholding Answer Supervision
Hi, Is there any way of telling Asteirsk to withhold answer subversion on a call till I call Answer. My DP looks like this: [incoming] Exten => 18005551212,1,Noop() same => n,Answer same => n,Mset(__uid=${SIPCALLID}) same => n,MixMonitor(/tmp/FROM_CALLER_${uid}-${START}.WAV) same => n,Dial(Local/1 at dial_call_center/n&Local/2 at dial_call_center /n&Local/3 at
2005 Sep 13
2
passing variables to h extension
Is there a way to pass variables/arguments to the h extension ? for example : [default] exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}}, SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN}) exten => _1098933X.,2,SetVar(_PROVA="bla") [lot of stuff, agi, goto, tricks and magic that happens] exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <-
2007 Jun 05
3
Outlook dialing
The bar is getting raised yet again http://www.voipmonitor.net/2007/06/05/New+Features+And+Services+For+Pack et8+Virtual+Office.aspx I personally use Snapanumber $30 or there abouts (after trialing a few other TAPI solutions and finding them sub-par) and think it's a great product but interesting to see how more people are expecting desktop/phone integration applications. Does anyone
2017 Dec 27
3
Answered time on channel
It seems that what ever I set in my answer handler does not show up in the hangup handler. In order to do billing I can't rely on the g option where the caller hangs up the call. Looks like I can either use h or a hangup handler along with the shared function. On Tue, Dec 26, 2017 at 4:40 PM, Eric Wieling <ewieling at nyigc.com> wrote: > Don't use an 'h' extension, use
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
examples of "interesting" information like ICE result and howto make "minimal" configuration of pjproject.conf i.e. forĀ  debugging app_queue.so core set debug 5 app_queue.so for debugging RTP core set debug 10 rtp_engine core set debug 10 res_rtp_asterisk rtp set debug on logger.conf rtp => debug,verbose(5) so i mean in
2005 May 10
2
DISA
We are using DISA with local SIP users. The user enters in a 2 digit code then they get a dialtone and the phone dials out. The problem is that the calls waits 10 seconds after the outgoing number is dialed, no matter what I put for the timeout values. Anyone else using DISA that has run into this? exten => _2X,1,Answer exten => _2X,2,DigitTimeout(2) exten =>
2017 Aug 14
2
VoIP monitor and multiple RTP streams
Hello. Is someone here using VoIPmonitor? I am using just the sniffer and I found some pcap files that contain some odd streams. For example, I have a file with 3 streams, but the weird stuff is that 2 streams are the same (e.g., have the same source address and port and same destination address and port). Example: "Source Address","Source Port","Destination
2014 Feb 12
1
Strange incoming call issue.
Hi all, I've got a customer who's reporting "ghost calls." Essentially, the phone rings, they pick up, and there's no body there. It is NOT one-way audio, and it doesn't happen all the time. We use voipmonitor to watch calls, and this is what we saw for the call in question: | calldate | caller | called | duration | whohanged |
2009 Mar 26
3
Know who's logged in
Hi all, For those of you people that use Agents (with Agentlogin, not AgentCallbackLogin) on a call center, I have this need: when the agent logs in, a channel keeps running all the time that the agent is logged in to receive the incoming calls. How do I know which agent logged in (code)? Right now, if I query the login channel, there is no information about which agent is logged on: #
2015 Mar 25
5
Call Quality Measuring
Hi everyone. We regularly get customers complaining about call quality issues. Most of the time it turns out to be their own broadband. Very occasionally server load. Does anyone have any advice or links to advice on measuring call quality? I?ve been playing around with ?sip show channelstats? but can?t other than measuring the packet loss I don?t really know what I?m supposed to be looking for
2007 Oct 08
3
get egress SIP call Id
Hi, Does anybody know how to get the SIP call ID of a "Dial" command? Thanks in advance. Ray -- Want an e-mail address like mine? Get a free e-mail account today at www.mail.com! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071008/7f27548e/attachment.htm
2013 Dec 02
1
Not able to get remote channel variables containing RTCP values
I am not sure if its just me, but i am able to get only local channel variables containing RTCP QOS values. The Version is 1.8.14. I want to store values of bridged channel in CDR. Phone is Cisco 7941 SIP and with sip show channelstats i see all the relevant information (jitter,packet loss) i want to get. It even calculates packet loss in %. But i am not able to store it to CDR. Asterisk 1.4
2017 May 31
8
OT: Want to capture all SIP messages
I want to capture all SIP messages. I have about 30 hosts in about 6 colos. My first thought was dumpcap, but the output file name format bugs me. What do you use for long term SIP capture? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2008 Apr 03
0
About outdail SIPCALLID
Hi I sent this 3 hours ago, seems not go through, so sent again. I have an asterisk php-agi application. It answer's call , then outdial to another number: $agi->exec_dial("SIP", 12345 at test.com , "20", $options); How can I get a SIPCALLID for this out-dialed call? The SIPCALLID seems the incoming call's SIPCALLID. Thanks. Mike
2010 Aug 27
0
Duplicate channel variables after transfer
Hi all, with an (attended) transfer i see the following happening: 1) A calls B1 2) B2 calls C 3) B2 transfers call to A 4) A talks to C At step 3, the channel A is connected to channel C and B1 and B2 are hung up. In the h extension for channel B2, the channel is renamed to B2<ZOMBIE> and i see that the channel variables of A have been merged into B2<ZOMBIE>. If there were
2006 Feb 08
2
Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Is there a way to retrieve the Call-ID from a call made using the 'Dial' command on a SIP channel without CDRs (i.e. variable) ? Thanks, - Darren
2004 May 16
1
** Asterisk Sunday Morning News: Contribute to the community
Another Asterisk week has gone by. A lot of changes has been submitted into the CVS head, only a few to CVS stable. CVS stable only changes for bug fixes now. * Using MGCP? Please step forward!! ----------------------------------- There are a number of MGCP bugs and fixes in the bug tracker that needs more activity. If you are using the MGCP protocol, please step forward and help us fix this.