hi, I am new to * and setting up a test system. here my setup : - debian (from knoppix 3.3) - Asterisk 0.7.1 (from the debian package) - AVM Fritz card used with i4l - softphone I use for testing SJphone on windows - I can make great softphone - softphone calls - I can call from an outside line * and get connected to a softphone here my problem: I can not make outbound calls. I place a call from a softphone to 936108823 (assuming 36108823 was the number I want to dial) but then get connected to some other person. Is * setting any prefix before the numbers dialed? Here the relevant entries from my extensions.conf [globals] CONSOLE=Console/dsp ; Console interface for demo IAXINFO=guest ; IAXtel username/password TRUNK=Modem/g1 TRUNKMSD=1 [ext] exten => _9.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) exten => _9.,2,Congestion [local] ignorepat => 9 include => ext [default] include => demo include => local when I place a the call I see the following in the * console: -- Executing Dial("SIP/mysjphone2-7717", "Modem/g1:36108823") in new stack -- Called g1:36108823 -- Modem[i4l]/ttyI1 answered SIP/mysjphone2-7717 now I hear someones fax machine and I hang up -- Hungup 'Modem[i4l]/ttyI1' == Spawn extension (default, 936108823, 1) exited non-zero on 'SIP/mysjphone2-7717' when dialing different number I get different peoples phones, but never the person i am calling Could you give me a hint what I have misconfigured? Thanks Dan
> hi, >for some unexplained reason, I have trouble dialing "2" on certain phones. (it gets picked up as something else sometimes) not sure why this is, and if the phone, channel bank, or software are to blame. I just try to ignore it.> I am new to * and setting up a test system. > here my setup : > - debian (from knoppix 3.3) > - Asterisk 0.7.1 (from the debian package) > - AVM Fritz card used with i4l > - softphone I use for testing SJphone on windows > > - I can make great softphone - softphone calls > - I can call from an outside line * and get connected to a softphone > > here my problem: > I can not make outbound calls. I place a call from a softphone to > 936108823 > (assuming 36108823 was the number I want to dial) > but then get connected to some other person. > > Is * setting any prefix before the numbers dialed? > > Here the relevant entries from my extensions.conf > > > [globals] > CONSOLE=Console/dsp ; Console interface for > demo > IAXINFO=guest ; IAXtel username/password > TRUNK=Modem/g1 > TRUNKMSD=1 > > [ext] > exten => _9.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) > exten => _9.,2,Congestion > > [local] > ignorepat => 9 > include => ext > > [default] > include => demo > include => local > > > when I place a the call I see the following in the * console: > > > -- Executing Dial("SIP/mysjphone2-7717", "Modem/g1:36108823") in new stack > -- Called g1:36108823 > -- Modem[i4l]/ttyI1 answered SIP/mysjphone2-7717 > > now I hear someones fax machine and I hang up > > -- Hungup 'Modem[i4l]/ttyI1' > == Spawn extension (default, 936108823, 1) exited non-zero on > 'SIP/mysjphone2-7717' > > > when dialing different number I get different peoples phones, but never > the > person i am calling > > > Could you give me a hint what I have misconfigured? > > Thanks > > Dan > > _______________________________________________ > 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 >
Do you have a fax extension defined? If so, try taking that out. Every single call I send that has ringing seems to detect itself as a fax on my system, so I would think that if I had a fax extension defined, calls would be "robbed" and sent to the fax... ----- Original Message ----- From: "Dan Beldiman" <listuser@beldiman.net> To: <asterisk-users@lists.digium.com> Sent: Thursday, January 29, 2004 8:33 AM Subject: [Asterisk-Users] dialing wrong numbers> hi, > > I am new to * and setting up a test system. > here my setup : > - debian (from knoppix 3.3) > - Asterisk 0.7.1 (from the debian package) > - AVM Fritz card used with i4l > - softphone I use for testing SJphone on windows > > - I can make great softphone - softphone calls > - I can call from an outside line * and get connected to a softphone > > here my problem: > I can not make outbound calls. I place a call from a softphone to936108823> (assuming 36108823 was the number I want to dial) > but then get connected to some other person. > > Is * setting any prefix before the numbers dialed? > > Here the relevant entries from my extensions.conf > > > [globals] > CONSOLE=Console/dsp ; Console interface fordemo> IAXINFO=guest ; IAXtel username/password > TRUNK=Modem/g1 > TRUNKMSD=1 > > [ext] > exten => _9.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) > exten => _9.,2,Congestion > > [local] > ignorepat => 9 > include => ext > > [default] > include => demo > include => local > > > when I place a the call I see the following in the * console: > > > -- Executing Dial("SIP/mysjphone2-7717", "Modem/g1:36108823") in new stack > -- Called g1:36108823 > -- Modem[i4l]/ttyI1 answered SIP/mysjphone2-7717 > > now I hear someones fax machine and I hang up > > -- Hungup 'Modem[i4l]/ttyI1' > == Spawn extension (default, 936108823, 1) exited non-zero on > 'SIP/mysjphone2-7717' > > > when dialing different number I get different peoples phones, but neverthe> person i am calling > > > Could you give me a hint what I have misconfigured? > > Thanks > > Dan > > _______________________________________________ > 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 >
Jon Pounder wrote:>>hi, >> >> >> > >for some unexplained reason, I have trouble dialing "2" on certain phones. >(it gets picked up as something else sometimes) > >not sure why this is, and if the phone, channel bank, or software are to >blame. I just try to ignore it. > > >If this is a Grandstream phone, you could try if a firmware upgrade helps: http://www.voip-info.org/tiki-index.php?page=Budgetone Kind regards, Geert
Hi, Thanks all for the input! Phillip gave me the helping hint! in the modem.conf I had the entry stripmsd=1 So the first digit was stripped once by the extensions.conf, and then again by modem.conf. now its working fine!! Thanks to all for the help! Dan> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Dan Beldiman > Sent: Thursday, January 29, 2004 3:33 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] dialing wrong numbers > > > hi, > > I am new to * and setting up a test system. > here my setup : > - debian (from knoppix 3.3) > - Asterisk 0.7.1 (from the debian package) > - AVM Fritz card used with i4l > - softphone I use for testing SJphone on windows > > - I can make great softphone - softphone calls > - I can call from an outside line * and get connected to a softphone > > here my problem: > I can not make outbound calls. I place a call from a softphone to > 936108823 > (assuming 36108823 was the number I want to dial) > but then get connected to some other person. > > Is * setting any prefix before the numbers dialed? > > Here the relevant entries from my extensions.conf > > > [globals] > CONSOLE=Console/dsp ; Console > interface for demo > IAXINFO=guest ; IAXtel username/password > TRUNK=Modem/g1 > TRUNKMSD=1 > > [ext] > exten => _9.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) > exten => _9.,2,Congestion > > [local] > ignorepat => 9 > include => ext > > [default] > include => demo > include => local > > > when I place a the call I see the following in the * console: > > > -- Executing Dial("SIP/mysjphone2-7717", "Modem/g1:36108823") in new stack > -- Called g1:36108823 > -- Modem[i4l]/ttyI1 answered SIP/mysjphone2-7717 > > now I hear someones fax machine and I hang up > > -- Hungup 'Modem[i4l]/ttyI1' > == Spawn extension (default, 936108823, 1) exited non-zero on > 'SIP/mysjphone2-7717' > > > when dialing different number I get different peoples phones, but > never the > person i am calling > > > Could you give me a hint what I have misconfigured? > > Thanks > > Dan > > _______________________________________________ > 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 > >