[asterisk-ss7] chan_ss7 with specific prefix with specific E1

Sumon Ahmed asterisk.sumon at gmail.com
Mon Oct 12 02:33:39 CDT 2009


Dear Sir,
Thanks for the reply. Here is my current config for chan_ss7.

ss7.conf
--------------

[linkset-xxx]
enabled => yes
enable_st => no
use_connect => yes
subservice => auto
context => ss7
language => en

[link-L1]
linkset => xxx
channels => 1-15,17-31
schannel => 16
firstcic => 1
enabled => yes

[link-L2]
linkset => xxx
channels => 1-31
schannel =>
firstcic => 33
enabled => yes

[host-abc]
enabled => yes
default_linkset => xxx
opc => 1111
dpc => xxx:222
links => L1:1,L2:2

extensions.conf
-----------------------
[ss7]
exten => _188.,1,Dial(SS7/${EXTEN:3})
exten => _188.,n,Hangup()
I want to dedicated L1  to 188 & L2 to another customer who will send calls
with 288 prefix. Any example!

Thanks,.
Sumon


On Mon, Oct 12, 2009 at 11:36 AM, Goke M Aruna <goksie at gmail.com> wrote:

> for chan_ss7,
> the dial plan always follow the linkset from what was written in the readme
> file
>
> exten => _234.,1,Dial(ss7/linkset/${EXTEN})
>
> but you can try this
>
> exten => _234.,2,Dial(ss7/linkset:cic 1-15/${EXTEN})
>
> Thanks
>
>
> On Mon, Oct 12, 2009 at 1:36 AM, Mohammad Salaque <msalaque at gmail.com>wrote:
>
>> all you need to do grouping in your chan_dahdi.conf and assign E1
>> accordingly . for example:
>>
>> Dial plan for client1  [ Group 1]
>>
>> exten => _110XXXXXX.,n,Dial(DAHDI/*g1*/${EXTEN:2},80,L(3300000))
>> exten => _110XXXXXX.,n,Hangup
>>
>> ; End of 1st E1
>>
>> ; Dial plan for client2  [ Group2]
>>
>> exten => _220XXXXXX.,n,Dial(DAHDI/*g2*/${EXTEN:2},80,L(3300000))
>> exten => _220XXXXXX.,n,Hangup
>>
>>
>> so each client associate  with his/her assign E1.
>>
>>
>> Thanks
>> ----------------------------
>> M. Salaque
>>
>>
>>
>>
>>
>> On Mon, Oct 12, 2009 at 5:10 AM, Sumon Ahmed <asterisk.sumon at gmail.com>
>> wrote:
>> > Dear Sir,
>> > We'll use single signaling channel for this project. Basically we want
>> to
>> > dedicated each E1 to our individual clients. That's why we need this
>> > solution.
>> >
>> > I've checked your blog, that's for 2 client not for 2 separate E1 :)
>> >
>> > Thanks in advance.
>> >
>> > Regards,
>> > Sumon
>> >
>> > On Sun, Oct 11, 2009 at 9:44 PM, Mohammad Salaque <msalaque at gmail.com>
>> > wrote:
>> >>
>> >> discard my last post. that was for libss7.
>> >>
>> >>
>> >> Thanks
>> >> ----------------------------
>> >> M. Salaque
>> >>
>> >>
>> >>
>> >> On Mon, Oct 12, 2009 at 2:43 AM, Mohammad Salaque <msalaque at gmail.com>
>> >> wrote:
>> >> > http://m-salaque.blogspot.com/ <-- has the details example for your
>> >> > question
>> >> >
>> >> >
>> >> > Thanks
>> >> > ----------------------------
>> >> > M. Salaque
>> >> >
>> >> >
>> >> > On Sun, Oct 11, 2009 at 7:17 PM, Sumon Ahmed <
>> asterisk.sumon at gmail.com>
>> >> > wrote:
>> >> >> Dear Sir,
>> >> >> is there any way to configure chan_ss7 to dedicated E1 with specific
>> >> >> prefix.
>> >> >> like,
>> >> >>
>> >> >> 188 prefix will use 1st E1
>> >> >> 288 prefix will use 2nd E1
>> >> >> 388 prefix will use 3rd E1
>> >> >> 488 prefix will use 4th E1
>> >> >>
>> >> >> I'll be grateful if any one can help me out.
>> >> >>
>> >> >> Thanks,
>> >> >> Sumon
>> >> >>
>> >> >> _______________________________________________
>> >> >> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>> >> >>
>> >> >> asterisk-ss7 mailing list
>> >> >> To UNSUBSCRIBE or update options visit:
>> >> >>   http://lists.digium.com/mailman/listinfo/asterisk-ss7
>> >> >>
>> >> >
>> >>
>> >> _______________________________________________
>> >> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>> >>
>> >> asterisk-ss7 mailing list
>> >> To UNSUBSCRIBE or update options visit:
>> >>   http://lists.digium.com/mailman/listinfo/asterisk-ss7
>> >
>> >
>> > _______________________________________________
>> > --Bandwidth and Colocation Provided by http://www.api-digital.com--
>> >
>> > asterisk-ss7 mailing list
>> > To UNSUBSCRIBE or update options visit:
>> >   http://lists.digium.com/mailman/listinfo/asterisk-ss7
>> >
>>
>>
>> _______________________________________________
>> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>>
>> asterisk-ss7 mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-ss7
>>
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-ss7 mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-ss7
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-ss7/attachments/20091012/1edda3d4/attachment-0001.htm 


More information about the asterisk-ss7 mailing list