Re: [asterisk-ss7] No idle circuit found

2007-03-16 Thread Anton
0.8.4 has the same problem. On 8 March 2007 15:27, Anton wrote: > Just looked through the mailing list - Nico > [EMAIL PROTECTED] reported that a while ago - > Confirming - I met the same situation - chan_ss7 or > asterisk (atleast up to 1.2.12.1) have the channel > allocation problem. Later aster

Re: [asterisk-ss7] question

2007-03-16 Thread umar tarar
then you(Vernier Umali) can also do the same what I suggested earlier to Pawel Ratajewski i.e. >you can logically avoid this problem by giving something > (e.g. a constant number/digit/alphabet) in callerid On 3/16/07, Pawel Ratajewski (Forweb) <[EMAIL PROTECTED]> wrote: Is that some way to s

Re: [asterisk-ss7] question

2007-03-16 Thread Jakub Klausa
On Thu, Mar 15, 2007 at 02:03:04PM +0100, Pawel Ratajewski (Forweb) wrote: => hi, => => I have some problem with outgoing calls without callerid. If I don't set => caller id (callerid is empty) call is droped. => Message I get form asterisk: => => chan_ss7.c:3523 monitor_main: ISUP decoding erro

Re: [asterisk-ss7] question

2007-03-16 Thread Pawel Ratajewski \(Forweb\)
Is that some way to set default callerid (eg. if I send empty) in sip.conf? or I have to do by dial plan eg: exten => X.,1,SetCallerId(${CALLERID}) exten => _X.,n,GoToIf($["${CALLERIDNUM}" = " "]?4) exten => _X.,n,SetCallerID(some number) exten => _X,n,Dial(${TRUNK_SS7}${EXTEN} Pozdrawiam / Rega

Re: [asterisk-ss7] question

2007-03-16 Thread Vernier Umali
You can set a default caller ID for all calls going through that link. On 3/16/07, Wasim Baig <[EMAIL PROTECTED]> wrote: As umar said, the simplest solution to this is to set a dummy callerid. You can check for existence or validity of callerid in the dialplan, else set(${CALLERID(number)=234234

Re: [asterisk-ss7] question

2007-03-16 Thread Wasim Baig
As umar said, the simplest solution to this is to set a dummy callerid. You can check for existence or validity of callerid in the dialplan, else set(${CALLERID(number)=2342342) etc or whatever your switch will accept. -wasim with top posting madness On 3/16/07, Vernier Umali <[EMAIL PROTECTED]>

Re: [asterisk-ss7] question

2007-03-16 Thread Vernier Umali
That has happened to me also. Reply from engineer is that the switch has to have a value in callerid. On 3/16/07, Anton <[EMAIL PROTECTED]> wrote: Your telco may not allow calls with no callerid - ask them On 16 March 2007 11:52, umar tarar wrote: > you can logically avoid this problem by givin

Re: [asterisk-ss7] question

2007-03-16 Thread Anton
Your telco may not allow calls with no callerid - ask them On 16 March 2007 11:52, umar tarar wrote: > you can logically avoid this problem by giving something > (e.g. a constant number/digit/alphabet) in callerid > > On 3/15/07, Pawel Ratajewski (Forweb) <[EMAIL PROTECTED]> wrote: > > hi, > > >