Re: [OpenSIPS-Users] event subscribe forever?

2017-09-13 Thread xiaofeng
use of this e-mail is prohibited. > > Thank you for your compliance. > -- > > ___ > Users mailing list > Users@lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > -- xiaofen

Re: [OpenSIPS-Users] Rtpproxy and IPV4 IPV6 interworking

2016-11-19 Thread xiaofeng
Hi, Robert, Does rtpproxy _autobridge work? http://www.opensips.org/html/docs/modules/1.11.x/rtpproxy#id293590 Regards, xiaofeng ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] $ai transformation

2016-11-19 Thread xiaofeng
>> I’ve got opensips with two Ethernet adapters, eth1 as a private and another one eth0 as public. Opensips works fine when the call is coming on the public eth0 and leaves opensips through the same public adapter. (All the GWs are behind that public eth0 instead of one ). The problem happens when

Re: [OpenSIPS-Users] How to save avp-values to singal attribute name in cache_store?

2016-09-22 Thread xiaofeng
On Thu, Sep 22, 2016 at 1:08 AM, wrote: > > You could probably also built a JSON array from looping through the avp and store that as the value in the cache store. Does that mean I need the json module? I didn't include the json module, maybe I can try it the next time. Regards

Re: [OpenSIPS-Users] Fwd: How to save avp-values to singal attribute name in cache_store?

2016-09-21 Thread xiaofeng
cache_store("local", "domain_$var(id)", "$(avp(domains)[$var(id)])"); > > By doing that, you add one key for each domain value. > > Then you can iterate and fetch from cache the domain_$var(id) until nothing is returned anymore. > Ah, yes, that should wor

Re: [OpenSIPS-Users] Fwd: How to save avp-values to singal attribute name in cache_store?

2016-09-21 Thread xiaofeng
want all values bind to the same key. And that's the problem, I think. > > The second "while" loop has no sense, as a key (in cache) has only one value (cannot be multiple). Regards, xiaofeng ___ Users mailing list Users@lists.opens

[OpenSIPS-Users] Fwd: How to save avp-values to singal attribute name in cache_store?

2016-09-21 Thread xiaofeng
pensips.org/Documentation/Script-CoreFunctions-2-2#toc4 Regards, xiaofeng -- gpg key fingerprint: 2048R/5E63005B C84F 671F 70B7 7330 4726 5EC8 02BC CBA2 5E63 005B -- ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/

[OpenSIPS-Users] How to save avp-values to singal attribute name in cache_store?

2016-09-18 Thread xiaofeng
Hi there, I want to save several avp_db_query-values to one attribute use cache_store at startup, how to do that? Thanks. -- xiaofeng -- gpg key fingerprint: 2048R/5E63005B C84F 671F 70B7 7330 4726 5EC8 02BC CBA2 5E63 005B -- trans-zh_cn mailing list trans-zh...@lists.fedoraproject.org https

Re: [OpenSIPS-Users] opensip proxy behind firwall

2016-07-15 Thread xiaofeng
>> I am able to make SIP call to the device (192.168.v.w(LAN) in below picture) which I have registered to my opensip proxy/registrar server ((LAN) 192.168.x.y), from an UAC located somewhere in the internet. >> >> But the problem is while forwarding the SDP using “rtpproxy_offer()” my proxy serv

Re: [OpenSIPS-Users] NAT problem

2015-06-30 Thread xiaofeng
ork with WIFI behind one level NAT, not test 3G/4G. -- xiaofeng -- gpg key fingerprint: 2048R/5E63005B C84F 671F 70B7 7330 4726 5EC8 02BC CBA2 5E63 005B Distribution: Fedora 17 (Beefy Miracle) Fedora Project <https://fedoraproject.org/> -- trans-zh_cn mailing list trans-zh...@lists.f

[OpenSIPS-Users] NAT problem

2015-06-19 Thread xiaofeng
7;ACK' to 192.168.1.x, which still has problems. 2. The RTP cannot send properly, try rtpproxy with no luck. (The rtpproxy and OpenSIPS run ont the same machine.) The opensips.cfg is some like the nathelper.cfg which is in the OpenSIPS/examples/ directory. Any one can help? Thanks in advance