sip trunk to voip providers

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
achachej
Posts: 9
Joined: Thu Jan 03, 2008 7:58 pm

sip trunk to voip providers

Post by achachej »

new in the forum

i need to have devices register into the sip server and when those devices dial a number, the call need to be router to a voip provider

how do i setup this ? i want my calls to be router thru link2voip and voiptrading.

i have no idea so far on where i input the destination gateway.

thanks
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

How about the dialplan below??
-----------
[Matching Pattern:]
$request = ^INVITE
To = sip:(.+)@

[Deploy Pattern:]
To = sip:%1@<voip_provider_address>
-----------

if you dial a number, the call will be routed to the provider.
achachej
Posts: 9
Joined: Thu Jan 03, 2008 7:58 pm

Post by achachej »

THANKS FOR YOUR response
however, i understood that i need the pbx to be able to route calls

scenario is as follow:

i want users to register on sip server with uid and pwd i give them.
wehn they dial in, the call should go to my voip provider ....

the trick is, for the call to go thru, it needs to be authentified. would it support

sip:user:passord@voipsipprovider ?

my otherissue is that devices do not register..do not know why
voipwell.com
Posts: 528
Joined: Tue Sep 20, 2005 9:10 am
Location: Tannersville, Pennsylvania

Post by voipwell.com »

What devices are you trying to register? How have you set them up. Is the sip server behind a firewall, if so is the firewall ports open for the sip server.

Have you read this document carefully and followed the directions.

http://www.brekeke.com/products/product ... simple.php
achachej
Posts: 9
Joined: Thu Jan 03, 2008 7:58 pm

Post by achachej »

yes i did setup port forwarding for that server...

the server is behind nat router. all udp ports are forwarded and opened in firewall

registering is random BUT my main issue is how to setup a sip trunk

i want that the device that registers dial for ex 16467051314 and that the call is routed to my sip trunk provider (voiptrading)

there is no option for this as i need to have the sip trunk account authentified. how do i do this ?
Post Reply