Re: [Asterisk-Users] Using a Dial Statement with option m and t

2004-02-03 Thread John Todd
When I use option t and m together in the same dial statement the 
music on hold doesn't appear to work.



Is this a normal operation?


1) Please don't post with HTML.  Read the archives for several 
lengthy flamewars over this topic.  Comments as to how I suck because 
I don't like HTML will be ignored (this comment not directed at you, 
Matthew.)

2) Please learn to ask complete questions:

  -Include all relevant lines of your extensions.conf file.
  -Include a small clip of the console output that surrounds the 
event where you have difficulty

I suspect I know what lies at the root of your problem, but I don't 
want to spend my time guessing.  We're happy to help here, but you 
need to give more data so we can point out where you are doing 
something wrong, or if you're not doing something wrong, we need to 
see everything so we can determine if this is a bug.

JT
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Using a Dial Statement with option m and t

2004-02-03 Thread Matthew B Marlowe
When using a dial statement of:

exten = _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,m)  

The call is placed with the music on hold and works fine but when I add

exten = _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,t,m)

The music on hold will not work

If I use a statement of 

exten =
_NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,m,A(soundfile))

The music on hold works but the soundfile doesn't get processed

If I use a statement of

exten =
_NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,A(soundfile),m)

The soundfile will get processed but the music on hold does not play and
the caller hears ringing.

I'm sorry for transmitting in HTML.

I hope this is a better explanation.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Todd
Sent: Tuesday, February 03, 2004 10:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Using a Dial Statement with option m and t

When I use option t and m together in the same dial statement the 
music on hold doesn't appear to work.



Is this a normal operation?


1) Please don't post with HTML.  Read the archives for several 
lengthy flamewars over this topic.  Comments as to how I suck because 
I don't like HTML will be ignored (this comment not directed at you, 
Matthew.)

2) Please learn to ask complete questions:

   -Include all relevant lines of your extensions.conf file.
   -Include a small clip of the console output that surrounds the 
event where you have difficulty

I suspect I know what lies at the root of your problem, but I don't 
want to spend my time guessing.  We're happy to help here, but you 
need to give more data so we can point out where you are doing 
something wrong, or if you're not doing something wrong, we need to 
see everything so we can determine if this is a bug.

JT
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Using a Dial Statement with option m and t

2004-02-03 Thread William Waites
On Tue, Feb 03, 2004 at 01:04:27PM -0500, Matthew B Marlowe wrote:
 
 exten = _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,t,m)
 
 The music on hold will not work

I believe you do not want a comma between the t and the m.

-w
-- 
/~\  The ASCII Ribbon Campaign
\ /No HTML/RTF in email
 X No Word docs in email
/ \  Respect for open standards
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Using a Dial Statement with option m and t

2004-02-03 Thread Eric Wieling
You do not put a , between t,m or any of the end parameters.

See show application dial

On Tue, 2004-02-03 at 12:04, Matthew B Marlowe wrote:
 When using a dial statement of:
 
 exten = _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,m)  
 
 The call is placed with the music on hold and works fine but when I add
 
 exten = _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,t,m)
 
 The music on hold will not work
 
 If I use a statement of 
 
 exten =
 _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,m,A(soundfile))
 
 The music on hold works but the soundfile doesn't get processed
 
 If I use a statement of
 
 exten =
 _NXXNXX,6,Dial(SIP/611SIP/612SIP/613SIP/614,30,A(soundfile),m)
 
 The soundfile will get processed but the music on hold does not play and
 the caller hears ringing.
 
 I'm sorry for transmitting in HTML.
 
 I hope this is a better explanation.
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of John Todd
 Sent: Tuesday, February 03, 2004 10:48 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] Using a Dial Statement with option m and t
 
 When I use option t and m together in the same dial statement the 
 music on hold doesn't appear to work.
 
 
 
 Is this a normal operation?
 
 
 1) Please don't post with HTML.  Read the archives for several 
 lengthy flamewars over this topic.  Comments as to how I suck because 
 I don't like HTML will be ignored (this comment not directed at you, 
 Matthew.)
 
 2) Please learn to ask complete questions:
 
-Include all relevant lines of your extensions.conf file.
-Include a small clip of the console output that surrounds the 
 event where you have difficulty
 
 I suspect I know what lies at the root of your problem, but I don't 
 want to spend my time guessing.  We're happy to help here, but you 
 need to give more data so we can point out where you are doing 
 something wrong, or if you're not doing something wrong, we need to 
 see everything so we can determine if this is a bug.
 
 JT
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Go to http://www.digium.com/index.php?menu=documentation and look at
the Unofficial Links section.  This section has links to a wide
variety of 3rd party Asterisk related pages.  My page is the
Asterisk Resource Pages.

BTEL Consulting 504-899-1387 or 850-484-4545 or 877-677-9643

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users