Greetings,

I have a currently working and routing opensips-1.7 with opensip-cp-4.0. I have been tasked with adding the ability to change caller id based on the prefix of a call.

I have found the code in opensips.cfg of

 # Set the callerid for the user from an AVP
          if (avp_db_load("$from/username", "s:callerid")) {
                subst('/^From: (.*)>(.*)$/From: $avp(callerid)>\2/ig');
          };

I would like to use the opensips control panel to update the database.

My question is,
what paramaters do I need to load.

What part of the opensips-cp would control this.

What do I need to load to opensips.cfg to enable this feature.

If needed I can put up a link to my current opensips.cfg

Any help would be greatly appreciated.

Thanks
Mike

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to