Problem with text format in From Header

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
mpassaro
Posts: 10
Joined: Fri Nov 13, 2009 11:09 am
Location: Brazil

Problem with text format in From Header

Post by mpassaro »

1. Brekeke Product Name and version:2.3.6.0

2. Java version:1.6.0_02

3. OS type and the version:Slackware Linux 12.1

4. UA (phone), gateway or other hardware/software involved:ASM800

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :Pattern 2

6. Your problem:
My ITSP uses text format in username and from header, Brekeke have some problem to manipulate text in from header. Because my username have a dot and don´t work. In my tests here when don´t have dot its work. Any sugestion?


Thank you,
Marcelo
james
Posts: 501
Joined: Mon Dec 10, 2007 12:56 pm

Post by james »

Let you modify the From header at the DialPlan.

If you don't know how to, write the current From URI here.
mpassaro
Posts: 10
Joined: Fri Nov 13, 2009 11:09 am
Location: Brazil

Post by mpassaro »

Here is my from : sip:pl.tecnologia@ted.ct.tesatelecom.com

I'm using ARS. The itsp uses from to authenticate proxy.
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

if remove the dot in ARS from field and add the dot back in the dial plan, does it work?
mpassaro
Posts: 10
Joined: Fri Nov 13, 2009 11:09 am
Location: Brazil

Post by mpassaro »

I took the test but still not working.,
You can check my dialplan?
follows:

Matching Patterns
$request=^INVITE
To=sip:7(.+)@

Deploy Patterns
From=sip:pl.tecnologia@ted.ct.tesatelecom.com
To=sip:pl.tecnologia@ted.ct.tesatelecom.com
$continue=true

Tanks
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

try with
Matching Pattern
$port=^15062
$localhost=^true
$request=^INVITE
$outbound=^true
To = sip:7(.+)@

deploy:
From=sip:pl.tecnologia@ted.ct.tesatelecom.com
$auth=false
&net.sip.hide.loopback=true
$b2bua=true
X-PBX-Param=

put this dial plan on top of other dial plans

if not work, need your ARS pattern-OUT and what dialing number need to be sent to ted.ct.tesatelecom.com
mpassaro
Posts: 10
Joined: Fri Nov 13, 2009 11:09 am
Location: Brazil

Post by mpassaro »

My ITSP removed the dot from username and it worked.
I believe the brekeke has some bug with users who have dot in username (From).

Thanks,
james
Posts: 501
Joined: Mon Dec 10, 2007 12:56 pm

Post by james »

A DialPlan rule for modifying the From header should be used before the PBX forwards a call...
If so... the ITSP doesn't have to change the username.
A DialPlan rule after the PBX will not effect...

Anyway,, glad to know you solved the issue.
Post Reply