[Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread francesco giuliani
Does any boby knows how to manage a 3° incoming call in a BRI ISDN line by chan_modem? ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread Julian J. M.
BRI ISDN is 2 channels, what would you want to do with a 3rd call? Julian On 6/30/06, francesco giuliani [EMAIL PROTECTED] wrote: Does any boby knows how to manage a 3° incoming call in a BRI ISDN line by chan_modem? ___ --Bandwidth and Colocation

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread francesco giuliani
Julian J. M. wrote: BRI ISDN is 2 channels, what would you want to do with a 3rd call? Julian On 6/30/06, francesco giuliani [EMAIL PROTECTED] wrote: Does any boby knows how to manage a 3° incoming call in a BRI ISDN line by chan_modem? ___

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread Marco Mouta
You should handle correctly Dial(...) return value in your dial plan, then playback(your busy channel msg) and then dial through IAX or SIP or whatever you want. If you use Freepbx would be easy to learn how to write your Dialplan Script... On 6/30/06, francesco giuliani [EMAIL PROTECTED]

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread francesco giuliani
Marco Mouta wrote: You should handle correctly Dial(...) return value in your dial plan, then playback(your busy channel msg) and then dial through IAX or SIP or whatever you want. If you use Freepbx would be easy to learn how to write your Dialplan Script... On 6/30/06, francesco

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread Marco Mouta
Incoming you mean arrivin from a SIP trunk or from ISDN? BRI card will be busy if you have already 2 calls running, so the caller party should get busy indication from your Telco... On 6/30/06, francesco giuliani [EMAIL PROTECTED] wrote: Marco Mouta wrote: You should handle correctly

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread Armin Schindler
On Fri, 30 Jun 2006, Marco Mouta wrote: Incoming you mean arrivin from a SIP trunk or from ISDN? BRI card will be busy if you have already 2 calls running, so the caller party should get busy indication from your Telco... No, the third call is signaled as call-waiting without attached to a

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread francesco giuliani
Armin Schindler wrote: On Fri, 30 Jun 2006, Marco Mouta wrote: Incoming you mean arrivin from a SIP trunk or from ISDN? BRI card will be busy if you have already 2 calls running, so the caller party should get busy indication from your Telco... No, the third call is signaled as

Re: [Asterisk-Users] ISDN: 3° incoming call

2006-06-30 Thread Armin Schindler
On Fri, 30 Jun 2006, francesco giuliani wrote: Armin Schindler wrote: On Fri, 30 Jun 2006, Marco Mouta wrote: Incoming you mean arrivin from a SIP trunk or from ISDN? BRI card will be busy if you have already 2 calls running, so the caller party should get busy indication from