Topic: SIP Trunk callerid missing [Comments: 7]
lvejar

Mon, 07/26/2010 - 05:31 | SIP Trunk callerid missing

Hi all:

I configured a SIP Trunk to be uses as outbound/inbound route, the sip.conf entrance is:

[tenant-tenant]
qualify=yes
nat=yes
secret=blahblah
;=description=SIP Trunk Tenant
host=xxx.xxx.xxx.xxx ;
username=tenant-tenant
dtmfmode=rfc2833
context=from-inside-tenant
type=friend
canreinvite=no
disallow=all
allow=g729
allow=ulaw
allow=alaw

As i see in the CLI is that the the incomming callerid is being replaced by the assigned callerid and sent to the other asterisk in this way.

Does anybody know how to fix this issue?
Thanks in advance
LVG

eeman

Mon, 07/26/2010 - 23:15 | please illustrate or diagram

please illustrate or diagram with ascii the flow of traffic for the calls. you shouldnt really try to use MTE as a switch.. its a crude substitute for building an asterisk box without bells/whistles that has a much cleaner and much simpler dialplan.

Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com

lvejar

Wed, 08/04/2010 - 13:06 | Call flow

[PSTN]---(correct callerid)--->[Softswitch]---(correct callerid)--->[PBX manager]---(wrong callerid)--------->[Cust.PBX].

I know that's better to use a raw, simple and old fashioned Asterisk, but, i did not make my company's policies.

eeman

Wed, 08/04/2010 - 18:33 | well i see how the call is

well i see how the call is getting to pbxmanager, the missing piece is how you chose to deliver the call to the customer PBX.

Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com

lvejar

Wed, 08/04/2010 - 19:29 | script used to send calls

using the inbound route menu, selectin one of the assigned DID and then, using the tl-dialout-1-trunk, pointing to the trunk SIP/tenant-tenant

eeman

Wed, 08/04/2010 - 19:40 | well there's your problem,

well there's your problem, tl-dialout-1-trunk sets callerid of the calling party.

do you have a recent pbxmanager?

try tl-dialout-1-trunk-passthrough

Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com

lvejar

Wed, 08/04/2010 - 22:04 | tried that

i Tried to use that script, but the call did not reach the customer's PBX.
Should i other type than friend in the customer's trunk config?

lvejar

Fri, 08/06/2010 - 15:04 | Passthrough script

How should i use the passthrough script?
Im trying yo change the script used by outbound router (DID) and the call is not being sent to the destinations PBX.