Re: [OpenSIPS-Devel] [opensips] siptrace: check protocol without colon (178b0cc)

2015-03-09 Thread satishdotpatel
I test above patch and it works!!! Superb! Many thanks to make it work! 

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/commit/178b0cc26b05a81947de150fe1c2df36d600ccaa#commitcomment-10100787___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] siptrace: check protocol without colon (178b0cc)

2015-03-12 Thread satishdotpatel
Its working but getting following error in logs

ERROR:siptrace:pipport2su: bad protocol
ERROR:siptrace:pipport2su: bad protocol
ERROR:siptrace:pipport2su: bad protocol


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/commit/178b0cc26b05a81947de150fe1c2df36d600ccaa#commitcomment-10123751___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] siptrace: check protocol without colon (178b0cc)

2015-03-12 Thread satishdotpatel
Great, let me give it a shot, will update you soon. 

--
Sent from my iPhone

> On Mar 12, 2015, at 8:32 AM, Bogdan Andrei IANCU  
> wrote:
> 
> Finally, this was fixed, see the f612548 commit or simply pull the latest 
> trunk.
> 
> —
> Reply to this email directly or view it on GitHub.
> 


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/commit/178b0cc26b05a81947de150fe1c2df36d600ccaa#commitcomment-10164750___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Proper WS support in tracing and capturing (Homer) (f612548)

2015-03-12 Thread satishdotpatel
Even after above patch, i am still seeing following error in my logs, 
Everything works but why it is adding following logs in logs file.  I have 
homer running on kamailio. do you think that would be the issue? 

ERROR:siptrace:pipport2su: bad protocol
ERROR:siptrace:pipport2su: bad protocol
ERROR:siptrace:pipport2su: bad protocol

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/commit/f6125489ab42de21230dcca66f8d2041b73df7b9#commitcomment-10172512___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


Re: [OpenSIPS-Devel] [opensips] Verify the dialog mi parameter is not null before passing to dlg_hash (#462)

2015-04-13 Thread satishdotpatel
I have test above patch and it works!! 

[root@sip opensips]# opensipsctl fifo  dlg_list to_uri::
400 Invalid Call-ID specified


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/462#issuecomment-92491628___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] Fix reading password from prompt for PGSQ (#476)

2015-04-22 Thread satishdotpatel
It will read password from shell and store in PGPASSWORD variable
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSIPS/opensips/pull/476

-- Commit Summary --

  * Fix reading password from prompt for PGSQ 

-- File Changes --

M scripts/opensipsdbctl.pgsql (16)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/476.patch
https://github.com/OpenSIPS/opensips/pull/476.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/476
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] Fix reading password from prompt for PGSQ (#477)

2015-04-22 Thread satishdotpatel
root@dopensips:/etc/opensips# opensipsdbctl create
INFO: creating database opensips ...
Password for user postgres:
Password for user postgres:
Password for user postgres:
NOTICE:  CREATE TABLE / UNIQUE will create implicit index "version_t_name_idx" 
for table "version"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "acc_id_seq" for serial 
column "acc.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "acc_pkey" for 
table "acc"
NOTICE:  CREATE TABLE will create implicit sequence "missed_calls_id_seq" for 
serial column "missed_calls.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"missed_calls_pkey" for table "missed_calls"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "domain_id_seq" for serial 
column "domain.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "domain_pkey" 
for table "domain"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index "domain_domain_idx" 
for table "domain"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "grp_id_seq" for serial 
column "grp.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "grp_pkey" for 
table "grp"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"grp_account_group_idx" for table "grp"
NOTICE:  CREATE TABLE will create implicit sequence "re_grp_id_seq" for serial 
column "re_grp.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "re_grp_pkey" 
for table "re_grp"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "address_id_seq" for serial 
column "address.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "address_pkey" 
for table "address"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "aliases_id_seq" for serial 
column "aliases.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "aliases_pkey" 
for table "aliases"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index "aliases_alias_idx" 
for table "aliases"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "location_id_seq" for 
serial column "location.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "location_pkey" 
for table "location"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"location_account_contact_idx" for table "location"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "silo_id_seq" for serial 
column "silo.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "silo_pkey" for 
table "silo"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "dbaliases_id_seq" for 
serial column "dbaliases.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "dbaliases_pkey" 
for table "dbaliases"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index "dbaliases_alias_idx" 
for table "dbaliases"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "uri_id_seq" for serial 
column "uri.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "uri_pkey" for 
table "uri"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index "uri_account_idx" for 
table "uri"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "rtpproxy_sockets_id_seq" 
for serial column "rtpproxy_sockets.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"rtpproxy_sockets_pkey" for table "rtpproxy_sockets"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "speed_dial_id_seq" for 
serial column "speed_dial.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"speed_dial_pkey" for table "speed_dial"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"speed_dial_speed_dial_idx" for table "speed_dial"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "usr_preferences_id_seq" 
for serial column "usr_preferences.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"usr_preferences_pkey" for table "usr_preferences"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "subscriber_id_seq" for 
serial column "subscriber.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"subscriber_pkey" for table "subscriber"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"subscriber_account_idx" for table "subscriber"
Password for user postgres:
NOTICE:  CREATE TABLE will create implicit sequence "pdt_id_seq" for serial 
column "pdt.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "pdt_pkey" for 
table "pdt"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"pdt_sdomain_prefix_idx" for table "pdt"
Password for user postgres:
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "dialog_pkey" 
for table "dialog"
Password for user postgres:
NOTICE:  CREATE TABLE