[Sipp-users] Unable to connect a TCP socket -- Error 99: Cannot assign requested address

2022-04-14 Thread Jeannot Langlois via Sipp-users
' for details, errno = 99 (Cannot assign requested address) " "Cannot assign requested address" -- what does this means exactly? Any pointers on how I could find out? Thanks! -- Jeannot Langlois Software Developer SIP Inspector RFC Lawyer Refactoring Expert MiVoice Border

Re: [Sipp-users] Unexpected BYE after ACK to INVITE with Broadworks server (fixed)

2020-04-17 Thread Jeannot Langlois
a hint with a failure response to the INVITE, not a BYE). -- Jeannot Langlois Software Developer SIP Inspector RFC Lawyer MiVoice Border Gateway Development Mitel Networks 4000 Innovation Drive Kanata (Ontario) K2K 3K1 http://www.mitel.com jeannot.langl...@mitel.com "No matter how far you

Re: [Sipp-users] How to send push notification in Asterisk

2020-01-04 Thread Jeannot Langlois
implemented by SIPP (?). -- Jeannot Langlois Software Developer MiVoice Border Gateway Development Mitel Networks 4000 Innovation Drive Kanata (Ontario) K2K 3K1 http://www.mitel.com<http://www.mitel.com/> “ It’s not over until I win. “ -- Leslie Brown From: kumar uppu Sent: Friday, December 27

[Sipp-users] Solved: Failing to build SIPP v2.0.1 with 'ossl' option on Linux

2007-10-31 Thread Jeannot Langlois
Jeannot Langlois wrote: > Hello all, > > I'm getting the following failure when trying to build SIPP v2.0.1 with > pcapplay and ossl support: > > > [EMAIL PROTECTED] sipp-2.0.1.src]$ make pcapplay ossl > I just tried to start from scratch and used "make pcap

[Sipp-users] Failing to build SIPP v2.0.1 with 'ossl' option on Linux

2007-10-31 Thread Jeannot Langlois
/lib/libssl.so /usr/lib/libssl.a /lib/libssl.so.0.9.7f /lib/libssl.so.5 [EMAIL PROTECTED] sipp-2.0.1.src]$ locate libcrypto /usr/lib/libcrypto.a /usr/lib/libcrypto.so /lib/libcrypto.so.0.9.7f /lib/libcrypto.so.5 Any ideas? -- Jeannot Langlois - Software Developer (Ottawa) o: 613.739.

[Sipp-users] SOLVED: Regexp matching not working: negated character classes

2007-05-14 Thread Jeannot Langlois
Jeannot Langlois wrote: > Now using the following piece of code: > > assign_to="3"/> > > And I see $3 being printed as: > > > Rather than what I was expecting: > > sip:[EMAIL PROTECTED] > > > This appears to be a bug. Is there any way to w

Re: [Sipp-users] Regexp matching not working: negated character classes

2007-05-14 Thread Jeannot Langlois
Olivier Jacques wrote: > Hello Jeannot, > > Try > for > and < for < > It's undocumented (sigh), but it works. > > Olivier. > Thanks for the tip. However this doesn't solve my problem entirely. I get the same problem that was described by Einat Avikser after I made my last post. I am scanning th

Re: [Sipp-users] Regexp matching not working: negated character classes

2007-05-11 Thread Jeannot Langlois
Hmm... Looks like HTML formatting messed up the regexp I was highlighting. Here's the right one: Jeannot Langlois wrote: > >check_it="false" assign_to="3"/> > > -- Jeannot Langlois Software Developer / Programmeur-Analyste aka &

[Sipp-users] Regexp matching not working: negated character classes

2007-05-11 Thread Jeannot Langlois
? I'm running a somewhat older SIPP version ( SIPp v1.1-PCAP, version 20061124, built Jan 17 2007, 15:14:09. ) -- could have this been fixed in a more recent version? -- Jeannot Langlois Software Developer / Programmeur-Analyste aka "SIP Phone Doctor" and "SIP PUBLISH/PR

Re: [Sipp-users] Ran "make pcapplay" but still getting "play_pcap_audio requires pcap support! Please recompile SIPp" -- SOLVED

2007-01-19 Thread Jeannot Langlois
Olivier Jacques wrote: Jeannot Langlois wrote: Problem solved: 1. It seems that SIPp is not buffering messages it receives while executing a "pause", and for this reason it aborts processing as it did above because it is not expecting messages to come in during a "pause&

Re: [Sipp-users] Ran "make pcapplay" but still getting "play_pcap_audio requires pcap support! Please recompile SIPp" -- SOLVED

2007-01-18 Thread Jeannot Langlois
Jeannot Langlois wrote: >Hmm - please ignore the last paragraph - while I can now successfully >run "sipp" with pcap support with the above commands, RTP streaming is >NOT working. I mistakenly connected to something else than SIPP, >leading me to think that RTP

Re: [Sipp-users] Ran "make pcapplay" but still getting "play_pcap_audio requires pcap support! Please recompile SIPp"

2007-01-17 Thread Jeannot Langlois
Jeannot Langlois wrote: > > > Juan Antonio Alvarez wrote: > >> As far as I know, you don't have to make all and then make pcapplay. >> Now try running >> >> make clean >> make pcapplay >> >> Then try run sipp again. >> >>

[Sipp-users] Ran "make pcapplay" but still getting "play_pcap_audio requires pcap support! Please recompile SIPp"

2007-01-17 Thread Jeannot Langlois
.o stat.o actions.o variables.o -ldl -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib -L /usr/lib64 -lpcap make[1]: Leaving directory `/home/jeannot/sipp.2007-01-16' [EMAIL PROTECTED] sipp.2007-01-16]$ -- Jeannot Langlois Software Developer / Programmeur-Analyste aka "SIP Ph