Hello Bogdan,

The change that you did is now causing things to work. I have attached a snippet of the log file and I have listed the output from the extra debug lines from your patch within the email:

May 23 09:31:28 OpenSips[23458]: [ID 197553 local1.error] SAVING THE SUBSCRIBER INTO THE LOCATION TABLE, test with extra debug ....................................... May 23 09:31:28 OpenSips[23458]: [ID 795617 local1.debug] DBG:registrar:save_aux: xXx - flags param is 10038f8a0 May 23 09:31:28 OpenSips[23458]: [ID 956053 local1.debug] DBG:registrar:save_aux: xXx - flags string is <p0> May 23 09:31:28 OpenSips[23458]: [ID 154992 local1.debug] DBG:registrar:save_aux: xXx - flags bitmask is <20> May 23 09:31:28 OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=ffffffffffffffff
.
.
May 23 09:31:28 OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=8000000 May 23 09:31:28 OpenSips[23458]: [ID 269964 local1.debug] DBG:registrar:pack_ci: xXx - flags are 20 May 23 09:31:28 OpenSips[23458]: [ID 692724 local1.debug] DBG:registrar:pack_ci: xXx - saving path into usrloc May 23 09:31:28 OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=ffffffffffffffff

Thanks

Nathaniel L Keeling

On 5/23/13 4:44 AM, Bogdan-Andrei Iancu wrote:
Hello Nathaniel,

My test was just to see if your opensips hits the fixup function for the flags - and it seems it does (the value I gave you is bogus, so it ended up with error).

Could you try this new patch (remove old one) ? (of course, put back the "p0" param ).

Thanks and regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05/23/2013 01:43 AM, Nathaniel L Keeling III wrote:
Hello Bogdan,

I am using opensips v1.8.3. I was using v1.8.2 earlier but I upgraded thinking it might fix my issue. When I changed the script to the save("location", "$((ff))") I get this config error when starting opensips:

May 22 17:39:11 [14757] ERROR:core:pv_parse_spec: pvar ""(inner_name) not found May 22 17:39:11 [14757] ERROR:core:pv_parse_spec: wrong char [f/102] in [$((ff))] at [3 (2)]
May 22 17:39:11 [14757] ERROR:core:fixup_spve: wrong format[$((ff))]
May 22 17:39:11 [14757] ERROR:core:fix_actions: fixing failed (code=-1) at cfg line 767
May 22 17:39:11 [14757] CRITICAL:core:fix_expr: fix_actions error
May 22 17:39:11 [14757] ERROR:core:main: failed to fix configuration with err code -1

Thanks

Nathaniel L Keeling

On 5/22/13 11:46 AM, Bogdan-Andrei Iancu wrote:
Could you try : save("location","$((ff))") ?
Do you get any error ?

What is your opensips version ?

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05/22/2013 05:49 PM, Nathaniel L Keeling III wrote:
Hello Bogdan,

I have validated the script and that i am passing a parameter. I also changed the debug log statement that I displayed right before the save() and I still get the same output. Here is the code that I use in the script:


xlog("SAVING THE SUBSCRIBER INTO THE LOCATION TABLE, test with extra debug .......................................");
    if (!save("location", "p1"))
    {
xlog("L_ERR", "ERR:callerid:$ci|end|System error trying to save Register's request location");
        sl_reply_error();
    }

xlog("L_INFO", "INFO:callerid:$ci|end|The subscriber has successfully registered with Akan Voice");
    exit;

Is there a better way to validate? I am not sure of what else to check.

Thanks

Nathaniel L Keeling

On 5/22/13 6:02 AM, Bogdan-Andrei Iancu wrote:
Hi Nathaniel,

Well, the logs shows that save() does not receive any flags as params...everything indicates that you do not have the params or you are using the wrong config file.

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05/22/2013 08:22 AM, Nathaniel L Keeling III wrote:
Hello Bogdan,

Here is the output from the opensips log. I have also attached a snippet from the log file.

May 21 23:39:15 OpenSips[14397]: [ID 257313 local1.debug] DBG:registrar:save_aux: xXx - flags param is May 21 23:39:15 OpenSips[14397]: [ID 154992 local1.debug] DBG:registrar:save_aux: xXx - flags bitmask is <0>

May 21 23:39:15 OpenSips[14397]: [ID 269964 local1.debug] DBG:registrar:pack_ci: xXx - flags are 0

Thanks

Nathaniel L Keeling

On 5/20/13 11:56 AM, Bogdan-Andrei Iancu wrote:
Hello Nathaniel,

See the attached patch - it logs more from the part where the params are handled .

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05/18/2013 09:33 AM, Nathaniel L Keeling III wrote:
Hello Bogdan,

Here are snippets from my script. I only have one place where I execute the save function. Just wondering, could it be truncating a byte?

modparam("usrloc", "nat_bflag", 10)
modparam("usrloc", "use_domain", 1)
modparam("usrloc", "db_mode", 3)
modparam("usrloc", "db_url",
"postgres://opensips:opensip...@ama.akan.net/opensips181t")
modparam("registrar", "tcp_persistent_flag", 7)
modparam("registrar", "received_avp", "$avp(received_nh)")


xlog("SAVING THE SUBSCRIBER INTO THE LOCATION TABLE ....................................................");
    if (!save("location","p1"))
    {
xlog("L_ERR", "ERR:callerid:$ci|end|System error trying to save Register's request location");
        sl_reply_error();
    }

xlog("L_NOTICE", "NOTICE:callerid:$ci|end|The subscriber has successfully registered with Akan Voice");
    exit;

Thanks

Nathaniel

On 5/17/13 6:07 AM, Bogdan-Andrei Iancu wrote:
Hello Nathaniel,

That is odd.....it's like you do not set the "p1" flag ....

I tested and I with "p1" flag I get:
May 17 14:05:03 [7944] DBG:registrar:pack_ci: xXx - flags are 10

Are you sure your script gets to the right save() ??

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05/17/2013 09:37 AM, Nathaniel L Keeling III wrote:
Hello Bogdan,

I added the patch and here is what I found: "OpenSips[4378]: [ID 269964 local1.debug] DBG:registrar:pack_ci: xXx - flags are 0". I have also included the log file.

Thanks

Nathaniel Keeling

On 5/16/13 3:47 AM, Bogdan-Andrei Iancu wrote:
Hello Nathaniel,

Attached is an extended patch - remove the old one and apply this one. Again look for any xXx logs .

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05/14/2013 02:47 PM, Nathaniel L Keeling III wrote:
Hello Bogdan,

here is the output from opensips's og file of the save() with the patch and the code snippet from the opensips.cfg. I did not see any ant logs with "xXx". Also,I have usrloc's db_mode set to 3.

xlog("SAVING THE SUBSCRIBER INTO THE LOCATION TABLE ....................................................");
    if (!save("location","p1"))
    {
xlog("L_ERR", "ERR:callerid:$ci|end|System error trying to save Register's request location");
        sl_reply_error();
    }
xlog("L_NOTICE", "NOTICE:callerid:$ci|end|The subscriber has successfully registered with Akan Voice"); exit;


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users




{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf510
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww21340\viewh14540\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural

\f0\fs24 \cf0 May 23 09:31:28   OpenSips[23458]: [ID 197553 local1.error] SAVING THE SUBSCRIBER INTO THE LOCATION TABLE, test with extra debug .......................................\
May 23 09:31:28   OpenSips[23458]: [ID 795617 local1.debug] 
\b DBG:registrar:save_aux: xXx - flags param is 10038f8a0
\b0  \
May 23 09:31:28   OpenSips[23458]: [ID 956053 local1.debug] 
\b DBG:registrar:save_aux: xXx - flags string is <p0>
\b0  \
May 23 09:31:28   OpenSips[23458]: [ID 154992 local1.debug] 
\b DBG:registrar:save_aux: xXx - flags bitmask is <20> 
\b0 \
May 23 09:31:28   OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=ffffffffffffffff\
May 23 09:31:28   OpenSips[23458]: [ID 421386 local1.debug] DBG:core:parse_uri: parsed uri:\
May 23 09:31:28    type=1 user=<nkeeling>(8)\
May 23 09:31:28    passwd=<>(0)\
May 23 09:31:28    host=<akanvoice.com>(13)\
May 23 09:31:28    port=<>(0): 0\
May 23 09:31:28    params=<>(0)\
May 23 09:31:28    headers=<>(0)\
May 23 09:31:28   OpenSips[23458]: [ID 883594 local1.debug] DBG:core:parse_uri:  uri params:\
May 23 09:31:28      transport=<>, val=<>, proto=0\
May 23 09:31:28   OpenSips[23458]: [ID 996803 local1.debug] DBG:core:parse_uri:    user-param=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 784403 local1.debug] DBG:core:parse_uri:    method=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 185236 local1.debug] DBG:core:parse_uri:    ttl=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 628781 local1.debug] DBG:core:parse_uri:    maddr=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 949013 local1.debug] DBG:core:parse_uri:    lr=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 595631 local1.debug] DBG:core:parse_uri:    r2=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 8 chars, out: 8 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 13 chars, out: 13 chars\
May 23 09:31:28   OpenSips[23458]: [ID 181770 local1.debug] DBG:db_postgres:db_postgres_submit_query: 100391220 PQsendQuery(select contact,expires,q,callid,cseq,flags,cflags,user_agent,received,path,socket,methods,last_modified,sip_instance from location where username='nkeeling' AND domain='akanvoice.com' order by q)\
May 23 09:31:28   OpenSips[23458]: [ID 529718 local1.debug] DBG:core:db_new_result: allocate 48 bytes for result set at 1003960d0\
May 23 09:31:28   OpenSips[23458]: [ID 911073 local1.debug] DBG:db_postgres:db_postgres_store_result: 100391220 PQresultStatus(PGRES_TUPLES_OK) PQgetResult(100782900)\
May 23 09:31:28   OpenSips[23458]: [ID 460951 local1.debug] DBG:db_postgres:db_postgres_get_columns: 14 columns returned from the query\
May 23 09:31:28   OpenSips[23458]: [ID 586195 local1.debug] DBG:core:db_allocate_columns: allocate 392 bytes for result columns at 100396358\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(1003963c8)[0]=[contact]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(1003963d8)[1]=[expires]\
May 23 09:31:28   OpenSips[23458]: [ID 588722 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_DATETIME result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(1003963e8)[2]=[q]\
May 23 09:31:28   OpenSips[23458]: [ID 656759 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_DOUBLE result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(1003963f8)[3]=[callid]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396408)[4]=[cseq]\
May 23 09:31:28   OpenSips[23458]: [ID 499560 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_INT result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396418)[5]=[flags]\
May 23 09:31:28   OpenSips[23458]: [ID 499560 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_INT result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396428)[6]=[cflags]\
May 23 09:31:28   OpenSips[23458]: [ID 499560 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_INT result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396438)[7]=[user_agent]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396448)[8]=[received]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396458)[9]=[path]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396468)[10]=[socket]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396478)[11]=[methods]\
May 23 09:31:28   OpenSips[23458]: [ID 499560 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_INT result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396488)[12]=[last_modified]\
May 23 09:31:28   OpenSips[23458]: [ID 588722 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_DATETIME result type\
May 23 09:31:28   OpenSips[23458]: [ID 412218 local1.debug] DBG:db_postgres:db_postgres_get_columns: RES_NAMES(100396498)[13]=[sip_instance]\
May 23 09:31:28   OpenSips[23458]: [ID 995569 local1.debug] DBG:db_postgres:db_postgres_get_columns: use DB_STRING result type\
May 23 09:31:28   OpenSips[23458]: [ID 991251 local1.debug] DBG:db_postgres:db_postgres_convert_rows: no rows returned from the query\
May 23 09:31:28   OpenSips[23458]: [ID 198008 local1.debug] DBG:db_postgres:free_query: PQclear(100782900) result set\
May 23 09:31:28   OpenSips[23458]: [ID 333765 local1.debug] DBG:usrloc:db_load_urecord: aor nkeel...@akanvoice.com not found in table location\
May 23 09:31:28   OpenSips[23458]: [ID 321192 local1.debug] DBG:core:db_free_columns: freeing result columns at 100396358\
May 23 09:31:28   OpenSips[23458]: [ID 670447 local1.debug] DBG:core:db_free_rows: freeing 0 rows\
May 23 09:31:28   OpenSips[23458]: [ID 921065 local1.debug] DBG:core:db_free_result: freeing result set at 1003960d0\
May 23 09:31:28   OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=8000000\
May 23 09:31:28   OpenSips[23458]: [ID 269964 local1.debug] 
\b DBG:registrar:pack_ci: xXx - flags are 20
\b0  \
May 23 09:31:28   OpenSips[23458]: [ID 692724 local1.debug] 
\b DBG:registrar:pack_ci: xXx - saving path into usrloc 
\b0 \
May 23 09:31:28   OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=ffffffffffffffff\
May 23 09:31:28   OpenSips[23458]: [ID 421386 local1.debug] DBG:core:parse_uri: parsed uri:\
May 23 09:31:28    type=1 user=<>(0)\
May 23 09:31:28    passwd=<>(0)\
May 23 09:31:28    host=<209.252.110.38>(14)\
May 23 09:31:28    port=<>(0): 0\
May 23 09:31:28    params=<lr;received=sip:208.54.44.205:58671>(35)\
May 23 09:31:28    headers=<>(0)\
May 23 09:31:28   OpenSips[23458]: [ID 883594 local1.debug] DBG:core:parse_uri:  uri params:\
May 23 09:31:28      transport=<>, val=<>, proto=0\
May 23 09:31:28   OpenSips[23458]: [ID 996803 local1.debug] DBG:core:parse_uri:    user-param=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 784403 local1.debug] DBG:core:parse_uri:    method=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 185236 local1.debug] DBG:core:parse_uri:    ttl=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 628781 local1.debug] DBG:core:parse_uri:    maddr=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 949013 local1.debug] DBG:core:parse_uri:    lr=<lr>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 595631 local1.debug] DBG:core:parse_uri:    r2=<>, val=<>\
May 23 09:31:28   OpenSips[23458]: [ID 102399 local1.debug] DBG:core:parse_uri: uname=[ffffffff7a31d19f]-><received> uval=[ffffffff7a31d1a8]-><sip:208.54.44.205:58671>\
May 23 09:31:28   OpenSips[23458]: [ID 720835 local1.debug] DBG:registrar:pack_ci: xXx - path is <<sip:209.252.110.38;lr;received=sip:208.54.44.205:58671>>(56)\
May 23 09:31:28   OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=ffffffffffffffff\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 8 chars, out: 8 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 48 chars, out: 48 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 28 chars, out: 28 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 25 chars, out: 25 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 23 chars, out: 23 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 56 chars, out: 56 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 23 chars, out: 23 chars\
May 23 09:31:28   OpenSips[23458]: [ID 323951 local1.debug] DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 13 chars, out: 13 chars\
May 23 09:31:28   OpenSips[23458]: [ID 181770 local1.debug] DBG:db_postgres:db_postgres_submit_query: 100391220 PQsendQuery(insert into location (username,contact,expires,q,callid,cseq,flags,cflags,user_agent,received,path,socket,methods,last_modified,sip_instance,domain ) values ('nkeeling','sip:nkeeling@100.228.192.160:44721;transport=udp','2013-05-23 10:31:28',-1.00     ,'168227250668@100.228.192.160',2,0,0,'Sipdroid/3.0 beta/LG-P999','sip:208.54.44.205:58671','<sip:209.252.110.38;lr;received=sip:208.54.44.205:58671>','udp:209.252.110.48:5060',NULL,'2013-05-23 09:31:28',NULL,'akanvoice.com'))\
May 23 09:31:28   OpenSips[23458]: [ID 529718 local1.debug] DBG:core:db_new_result: allocate 48 bytes for result set at 100396038\
May 23 09:31:28   OpenSips[23458]: [ID 911073 local1.debug] DBG:db_postgres:db_postgres_store_result: 100391220 PQresultStatus(PGRES_COMMAND_OK) PQgetResult(100782a10)\
May 23 09:31:28   OpenSips[23458]: [ID 198008 local1.debug] DBG:db_postgres:free_query: PQclear(100782a10) result set\
May 23 09:31:28   OpenSips[23458]: [ID 670447 local1.debug] DBG:core:db_free_rows: freeing 0 rows\
May 23 09:31:28   OpenSips[23458]: [ID 921065 local1.debug] DBG:core:db_free_result: freeing result set at 100396038\
May 23 09:31:28   OpenSips[23458]: [ID 866151 local1.debug] DBG:registrar:build_contact: created Contact HF: Contact: <sip:nkeeling@100.228.192.160:44721;transport=udp>;expires=3600;received="sip:208.54.44.205:58671"^M\
May 23 09:31:28   OpenSips[23458]: [ID 497291 local1.debug] DBG:core:parse_headers: flags=ffffffffffffffff\
May 23 09:31:28   OpenSips[23458]: [ID 153352 local1.debug] DBG:core:pv_printf: final buffer length 105\
May 23 09:31:28   OpenSips[23458]: [ID 197553 local1.info] INFO:callerid:168227250668@100.228.192.160|end|The subscriber has successfully registered with Akan Voice\
}
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to