Displaying 20 results from an estimated 2000 matches similar to: "Strange incoming call issue."
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
2012 Jul 26
2
Call ID of the second call leg
Hello friends,
I am trying to deeply integrate asterisk cdr with voipmonitor cdr. I can
access the caller Call ID (fbasename field in voipmonitor cdr) looking at
the SIPCALLID variable in asterisk, but how can I access from within
asterisk the Call ID of the second leg of the call (the one originating
from asterisk to the destination peer)? is there a variable holding this
value?
Thank you
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
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
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
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
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
2018 Dec 05
3
Capture SIP all the time
Is there a way to configure the old SIP channel to stay in sip set debug
all the time, without human intervention and also at boot time, by default?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20181205/d0ee9297/attachment.html>
2013 Jan 05
8
Detect Low Quality Calls - Realtime
Hi there,
I support a large number of enterprise users who contractually must connect to
our support center via a 4G VOIP connection.
I simply want to be able to auto detect all poor quality calls in realtme (as
they are being made), play a message and drop the call - without user
intervention. All decent call quality calls will be allowed through - to be
handled by support staff.
Its a
2015 Apr 01
0
Call Quality Measuring
Hi Patrick,
You are welcome to try our tools out for active and passive voice quality
measurement tools. It's waveform analysis (like PESQ or POLQA) and VoIP
metrics analysis (like G.107 E-model and other metrics).
You can read more at http://www.sevana.biz
or older site http://www.sevana.fi
On Tue, Mar 31, 2015 at 1:16 PM, Patrick Beaumont <
p.beaumont at hatsoffsoftware.co.uk>
2013 May 02
2
debug strategy for one-way audio calls
Hello everybody,
from time to time, we get so-called simplex / one-way audio calls, where one party cannot hear the other. The only thing in common is that is does happen with calls via SIP trunk, not ISDN and not internal calls. Nothing strange in verbose and SIP logs. Could even be some weird intermittent firewall issue I guess.
Apart from logging all traffic 24/7 via tcpdump (not really
2004 Mar 06
1
Incoming SIP calls
Hello All
I am trying to answer incoming SIP calls, first, by dialing an
extension, thence into voicemail, which works; and secondly by going
straight into voice mail which does not. The extension.conf that works
is like this;
[incomingSIP]
exten=>_.,1,Dial,Zap/2|1
exten=>_.,2,Voicemail,u5152
exten=>_.,3,Hangup
the extension.conf which does not is like this;
[incomingSIP]
2017 Jul 12
2
Copying received and sent RTP packets due legal obligations
Hi,
I am facing a problem where for legal obligations (LI) I have
to copy/mirror/forward the RTP streams for some selected call
to an external address/port and I have not found a way to do
it with built-in functionality. Do I miss something?
The basic requirements are:
* Raw RTP (no transcoding, header and payload as is)
* Direction (did it arrive at asterisk or was it sent)
* End
2015 Apr 07
2
OpenVZ with asterisk 13
On 04/07/2015 10:48 AM, Johan Wilfer wrote:
> Den 2015-04-07 15:41, Ikka Tirtawidjaja skrev:
>> Dear all,
>>
>> Is anyone has experience making Asterisk server with virtual server
>> OPEN-VZ (in proxmox 3.4 box) ?
>>
>> My boss want to build a production server with it, and it will have +/-
>> 300 sip user (concurrent call maybe < 150 call)
>>
2017 Jun 01
2
OT: Want to capture all SIP messages
In article <alpine.DEB.2.20.1705311339370.15080 at ws.sedwards.com>,
Steve Edwards <asterisk.org at sedwards.com> wrote:
> On Wed, 31 May 2017, Steve Edwards wrote:
>
> > 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.
> >
>
2019 Mar 19
2
Odd one-way audio problem
Hi all,
I have a user who is reporting one-way audio, but only when a call is made to or from
particular PSTN (cell) numbers.
Their phones are behind a NAT router and my server is on the open Internet.
Calls within their office sound fine. Calls to/from most numbers sound fine.
When they took their phones home, those same phone numbers still had problems.
So, I don't think it's
2016 Sep 15
3
Tricking asterisk to think the call has ended, but it was continuing on the other side
I am banging my head over a simple asterisk trick I was seeing on one
asterisk server.
An extension dials an international premium number, the called number
answers, then the extension hangups, but the call continue to run on the
international number side, generating an high profit for the premium number
company and a big loss for the asterisk owner.
I think some sort of "transfer"
2019 Dec 12
2
asterisk pjsip webrtc rtp to private IP
thank you very much. this is exactly whats needed for debug
example output for your info
[Dec 12 15:39:19] DEBUG[2182][C-00000000]: pjproject: <?>:
icess0x7f5d44081e88 .Added new remote candidate from the request:
2.2.2.2:57536
[Dec 12 15:39:19] DEBUG[2182][C-00000000]: pjproject: <?>:
icess0x7f5d44081e88 .New triggered check added: 1
[Dec 12 15:39:19]
2016 Mar 23
3
ODBC crashing asterisk
Hi all,
I've got a new server up, but it's not staying up....
After a day or so, it segfaults with:
[Mar 22 23:17:49] WARNING[12177]: res_odbc.c:1406 _ast_odbc_request_obj2:
SetConnectAttr (Txn isolation) returned an error: HY000: [MySQL][ODBC 5.2(a)
Driver]You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use