[Asterisk-Users] Submitting ISDN-MSN from a SIP-Phone

2005-09-22 Thread asterisk-users
Hello,

i wonder why i didn't find a solution for this problem yet, because it
seems very common:

I have an asterisk server with an AVM (Fritz) ISDN-Card (BRI), and some 
SIP-Softphones which i can call from outside by calling the phonenumber of the
Asterisk-Server and then dialing the number of the SIP-Phone.
If I make a call from a SIP-Phone into PSTN, only the MSN of the asterisk-server
is submitted, without the extension of the SIP-Phone.
I tried to give Asterisk several MSNs in capi.conf and to dial in
extension.conf like the following:
exten = _0.,1,Dial(CAPI/@ASTERISK-MSNSIP-EXTENSION:${EXTEN})
This was just for testing, so i used a fix SIP-EXTENSION, but just
the ASTERISK-MSN was submitted.

Is there a way to submit the whole number ? Is it generally possible to do
this with a BRI-Card ?

Kind regards,
Holger
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Submitting ISDN-MSN from a SIP-Phone

2005-09-22 Thread Armin Schindler
On Thu, 22 Sep 2005 [EMAIL PROTECTED] wrote:
 Hello,
 
 i wonder why i didn't find a solution for this problem yet, because it
 seems very common:
 
 I have an asterisk server with an AVM (Fritz) ISDN-Card (BRI), and some 
 SIP-Softphones which i can call from outside by calling the phonenumber of the
 Asterisk-Server and then dialing the number of the SIP-Phone.
 If I make a call from a SIP-Phone into PSTN, only the MSN of the 
 asterisk-server
 is submitted, without the extension of the SIP-Phone.
 I tried to give Asterisk several MSNs in capi.conf and to dial in
 extension.conf like the following:
 exten = _0.,1,Dial(CAPI/@ASTERISK-MSNSIP-EXTENSION:${EXTEN})
 This was just for testing, so i used a fix SIP-EXTENSION, but just
 the ASTERISK-MSN was submitted.
 
 Is there a way to submit the whole number ? Is it generally possible to do
 this with a BRI-Card ?

No, not with a PtMP (MSN based) connection. Only the MSNs given by your 
provider are possible. If you have more MSNs, you can use one MSN per 
SIP-phone.

What you want to do, can be done with a PtP (DID) connection. PtP provides a 
base number like 1234 and extensions, e.g. 1234-11.

Armin

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Submitting ISDN-MSN from a SIP-Phone

2005-09-22 Thread Rene Kluwen
This is a limitation of your PSTN provider.
The telco's don't allow you to set your callerid number when dialing out.
They always change it to the one that is allocated to you.

Rene Kluwen
Chimit

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: donderdag 22 september 2005 8:49
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Submitting ISDN-MSN from a SIP-Phone


Hello,

i wonder why i didn't find a solution for this problem yet, because it
seems very common:

I have an asterisk server with an AVM (Fritz) ISDN-Card (BRI), and some
SIP-Softphones which i can call from outside by calling the phonenumber of
the
Asterisk-Server and then dialing the number of the SIP-Phone.
If I make a call from a SIP-Phone into PSTN, only the MSN of the
asterisk-server
is submitted, without the extension of the SIP-Phone.
I tried to give Asterisk several MSNs in capi.conf and to dial in
extension.conf like the following:
exten = _0.,1,Dial(CAPI/@ASTERISK-MSNSIP-EXTENSION:${EXTEN})
This was just for testing, so i used a fix SIP-EXTENSION, but just
the ASTERISK-MSN was submitted.

Is there a way to submit the whole number ? Is it generally possible to do
this with a BRI-Card ?

Kind regards,
Holger
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Submitting ISDN-MSN from a SIP-Phone

2005-09-22 Thread Rich Adamson
Slight correction... _some_ pstn providers do allow one to set the
callerid number (but not the callerid name). Its an option they can
turn on/off, but depends on the provider's policy.


 This is a limitation of your PSTN provider.
 The telco's don't allow you to set your callerid number when dialing out.
 They always change it to the one that is allocated to you.
 
 Rene Kluwen
 Chimit
 
 -Original Message-
 
 Hello,
 
 i wonder why i didn't find a solution for this problem yet, because it
 seems very common:
 
 I have an asterisk server with an AVM (Fritz) ISDN-Card (BRI), and some
 SIP-Softphones which i can call from outside by calling the phonenumber of
 the
 Asterisk-Server and then dialing the number of the SIP-Phone.
 If I make a call from a SIP-Phone into PSTN, only the MSN of the
 asterisk-server
 is submitted, without the extension of the SIP-Phone.
 I tried to give Asterisk several MSNs in capi.conf and to dial in
 extension.conf like the following:
 exten = _0.,1,Dial(CAPI/@ASTERISK-MSNSIP-EXTENSION:${EXTEN})
 This was just for testing, so i used a fix SIP-EXTENSION, but just
 the ASTERISK-MSN was submitted.
 
 Is there a way to submit the whole number ? Is it generally possible to do
 this with a BRI-Card ?
 
 Kind regards,
 Holger


___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users