[SR-Users] Problem with parallel forking of aliases

2012-05-09 Thread x-kamailio
Greetings, I'm having trouble getting parallel forking to work with aliasdb. I'm running kamailio 3.2 with the standard kamailio.cfg script. I have found that if an alias points to a set of addresses that all reference local devices that are registered with the server, kamailio sends an

[SR-Users] NAT fixups not applied for voicemail

2012-05-09 Thread x-kamailio
Greetings, Here's another problem I'm having with kamailio 3.2 and the standard kamailio.cfg script. If the calling device is NATed, everything works fine if the original call gets connected. That is, the INVITE sent to the called device has the correct NAT fixups applied. But if the called

[SR-Users] testing the value of $si

2012-04-27 Thread x-kamailio
How do I compare $si to a particular IP address value? This doesn't seem to work: if( $si == 123.123.123.123) ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] Consulting needed

2011-02-28 Thread x-kamailio
I need similar assistance. Drop me an email, too! -- Mark Sidell Partner Forte, Inc. 919-942-7068 fax 919-969-2844 www.forteinc.com ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

[SR-Users] how to combine alias_db_lookup() with lookup()

2011-02-26 Thread x-kamailio
I'm trying to use the db_alias module as a way to define generic addresses that map to a set of actual phones. For example, I'd like the alias h...@foo.bar to map to kitc...@foo.bar and off...@foo.bar, so that both phones ring when a call comes in to home. I have set the append_branches param to

[SR-Users] how to forward on busy

2011-02-23 Thread x-kamailio
Is there an example somewhere that shows how to do forward-on-busy, starting with the kamailio.cfg from version 3.1? Ultimately, I want to use a per-user AVP to obtain the forwarding URI, but just an example that shows how to forward to a fixed URI from the failure route would be great. -- Mark