Re: [OpenSIPS-Users] Intercepting a 302 response and dispatching an INVITE to a new destination set

2017-09-05 Thread Alex Balashov
Yes, failure_route is the answer to all your objectives here. You can intercept the 302, extract what you want from it, create a new branch and fork the call elsewhere. -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) Web:

[OpenSIPS-Users] Intercepting a 302 response and dispatching an INVITE to a new destination set

2017-09-05 Thread Blagovest Buyukliev
Hello, We are using OpenSIPS 2.3.1 as a proxy to dispatch requests between an external network (referred to as "EN") and a few different destination sets of local SIP servers (referred to as "LS1", "LS2", "LS3", etc.). The basic architecture looks like this: EN <-> OSIPS <-> (LS1, LS2, LS3,

Re: [OpenSIPS-Users] ACK bug help needed

2017-09-05 Thread Răzvan Crainea
Hi, Brian! OpenSIPS doesn't need to send an ACK back, it has to relay the 200 OK to the caller, and the caller will send the ACK back. Can you confirm you are doing record_route() on the initial INVITE? Also, can you post somewhere a SIP trace/pcap? Best regards, Răzvan Crainea OpenSIPS

Re: [OpenSIPS-Users] Need some help adding extra column in acc table in oepsnisp-1.11

2017-09-05 Thread Răzvan Crainea
Yes, you need to create the columns in the database. Best regards, Răzvan Crainea OpenSIPS Developer www.opensips-solutions.com On 09/05/2017 12:43 PM, Sasmita Panda wrote: Hi All ,         I am using opensips-1.11 with acc module . Trying to add extra columns in it to store some other data

[OpenSIPS-Users] Need some help adding extra column in acc table in oepsnisp-1.11

2017-09-05 Thread Sasmita Panda
Hi All , I am using opensips-1.11 with acc module . Trying to add extra columns in it to store some other data which is needed for billing . I am trying to add like bellow . modparam("acc", "db_url", "mysql://root:root@x.x.x.x/opensips_1_11") modparam("acc", "db_flag", 2)

[OpenSIPS-Users] ACK bug help needed

2017-09-05 Thread Brian Southworth
Hi All,   I seem to be having issues with outbound calls, the calls go out and the connection is established. But when the asterisk gateway send the 200OK back from the provider to opensips proxy, the proxy doesn’t send the ACK packet back to asterisk it just keeps looping it to itself.