Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
Dialing Plan Goto page Previous  1, 2, 3
Author Message
noiptel
Brekeke Talented


Joined: 22 Feb 2010
Posts: 68
Location: USA

PostPosted: Thu Nov 11, 2010 1:00 pm    Post subject: Reply with quote

Yes, this resolved the issue. We have not seen calls in ACCEPTED state any more.

Thanks to all for your help.
Back to top
View user's profile
taitan
Brekeke Master Guru


Joined: 15 Mar 2008
Posts: 237

PostPosted: Fri Nov 12, 2010 11:49 am    Post subject: Reply with quote

Im glad to know you solved the issue.

I suppose you were using old version of Failover plug-in... it might be the cause of the issue..
Back to top
View user's profile
noiptel
Brekeke Talented


Joined: 22 Feb 2010
Posts: 68
Location: USA

PostPosted: Fri Feb 18, 2011 1:50 pm    Post subject: Reply with quote

I am still having a minor issue to properly get CDRs from this server, for some reason the server does not show the complete dilaed number in the "to:" field in either in the log or the active sessions page, it only shows this: "sip:<This Server_IP>:5060", this does not happen all the time, but on the 80% of the calls.

Interesting is that the proxy server (downstream) properly shows the dialed number for all calls.

The current dialing plan is:
MATCHING
$request=^INVITE
$geturi(To)=sip:2315(52319.+)@(.+)

DEPLOY
$auth=false
$request=INVITE sip:0700%1@<Production_IP> SIP/2.0
$target = <Production_IP>
$session=failover sip:<ProxyServer_IP> sip:<ProxyServer_IP> sip:<This Server_IP>
&failover.pattern.response=404|603|503
&failover.timer.provisional=60
$continue=false

How could we correct this problem ?
Back to top
View user's profile
Haddas
Brekeke Guru


Joined: 17 Jan 2008
Posts: 170

PostPosted: Sat Feb 19, 2011 2:38 am    Post subject: Reply with quote

It seems you don't have any "To" definition in the Deploy Pattern.
You need it if you want to have To-URI in the CDR.

-------------------------------------
MATCHING
$request = ^INVITE
$geturi(To) = sip:2315(52319.+)@(.+)
To = sip:(.+)@

DEPLOY
$auth = false
$request = INVITE sip:0700%1@<Production_IP> SIP/2.0
To = sip:%2@<Production_IP>
$session = failover sip:%2@<ProxyServer_IP> sip:%2@<ProxyServer_IP> sip:%2@<This Server_IP>
&failover.pattern.response = 404|603|503
&failover.timer.provisional = 60
$continue = false
-------------------------------------

I recommend you get some advices from Brekeke or its integrator ..
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Goto page Previous  1, 2, 3
Page 3 of 3