Re: [asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-05 Thread Arjan Kroon | Mobillion
Hi,

I don't use a macro.
I stay in the same dialplan (application)

In the h exten I place a test (for example testThis is a test/test)
If I look at the CLI and after I placed the example text in the variable 
CDR(Userfield), I see (with NoOp) that example text is placed in CDR(Userfield).
But if I look in de Master.csv, I see that the example text is not the 
CDR(userfield)

--
Arjan Kroon



-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Tilghman Lesher
Verzonden: 05-04-2011 00:08
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

On Monday 04 April 2011 06:58:23 Arjan Kroon | Mobillion wrote:
 Hi,
 
 Does anybody have a solution to this problem?
 
 Because in this issue the solution is not mentioned.
 https://issues.asterisk.org/view.php?id=18522

The h extension should be in the context from which the Macro
was called, not in the Macro context itself.

-- 
Tilghman

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-05 Thread Arjan Kroon | Mobillion
Hi,

If I try to call out with Queue mechanism and the call is answered then hangup, 
the CDR(userfield) in the h exten is placed in the CDR.
So for now I see that this problem only occurs with a Dial in the dialplan.

--
Arjan Kroon

-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Arjan Kroon | Mobillion
Verzonden: 05-04-2011 08:21
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

Hi,

I don't use a macro.
I stay in the same dialplan (application)

In the h exten I place a test (for example testThis is a test/test)
If I look at the CLI and after I placed the example text in the variable 
CDR(Userfield), I see (with NoOp) that example text is placed in CDR(Userfield).
But if I look in de Master.csv, I see that the example text is not the 
CDR(userfield)

--
Arjan Kroon



-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Tilghman Lesher
Verzonden: 05-04-2011 00:08
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

On Monday 04 April 2011 06:58:23 Arjan Kroon | Mobillion wrote:
 Hi,
 
 Does anybody have a solution to this problem?
 
 Because in this issue the solution is not mentioned.
 https://issues.asterisk.org/view.php?id=18522

The h extension should be in the context from which the Macro
was called, not in the Macro context itself.

-- 
Tilghman

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-05 Thread Arjan Kroon | Mobillion
Hi,

New update.

When I use the option g in a dial then the CDR fields are not updated.
When I perform a dial without the option g, for example rR then the CDR field 
will be written in the h exten.
So therefore I lose the g option in the dial.

--
Arjan Kroon

-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Arjan Kroon | Mobillion
Verzonden: 05-04-2011 09:32
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

Hi,

If I try to call out with Queue mechanism and the call is answered then hangup, 
the CDR(userfield) in the h exten is placed in the CDR.
So for now I see that this problem only occurs with a Dial in the dialplan.

--
Arjan Kroon

-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Arjan Kroon | Mobillion
Verzonden: 05-04-2011 08:21
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

Hi,

I don't use a macro.
I stay in the same dialplan (application)

In the h exten I place a test (for example testThis is a test/test)
If I look at the CLI and after I placed the example text in the variable 
CDR(Userfield), I see (with NoOp) that example text is placed in CDR(Userfield).
But if I look in de Master.csv, I see that the example text is not the 
CDR(userfield)

--
Arjan Kroon



-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Tilghman Lesher
Verzonden: 05-04-2011 00:08
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

On Monday 04 April 2011 06:58:23 Arjan Kroon | Mobillion wrote:
 Hi,
 
 Does anybody have a solution to this problem?
 
 Because in this issue the solution is not mentioned.
 https://issues.asterisk.org/view.php?id=18522

The h extension should be in the context from which the Macro
was called, not in the Macro context itself.

-- 
Tilghman

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


[asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-04 Thread Arjan Kroon | Mobillion
Hi,

Does anybody have a solution to this problem?

Because in this issue the solution is not mentioned.
https://issues.asterisk.org/view.php?id=18522


Arjan Kroon


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-04 Thread Ishfaq Malik
On Mon, 2011-04-04 at 13:58 +0200, Arjan Kroon | Mobillion wrote:
 Hi,
 
  
 
 Does anybody have a solution to this problem?
 
  
 
 Because in this issue the solution is not mentioned.
 
 https://issues.asterisk.org/view.php?id=18522
 
  
 
  
 
 Arjan Kroon
 
  

Hi

Have you set 

endbeforehexten=yes

in your cdr.conf?

Ish

-- 
Ishfaq Malik
Software Developer
PackNet Ltd

Office:   0161 660 3062


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-04 Thread Arjan Kroon | Mobillion
Hi,

I tried both setting (yes and no), both with the same result.

Greeting,

Arjan Kroon

-Oorspronkelijk bericht-
Van: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] Namens Ishfaq Malik
Verzonden: 04-04-2011 15:53
Aan: Asterisk Users Mailing List - Non-Commercial Discussion
Onderwerp: Re: [asterisk-users] CDR fields not being written from h extension 
after Dial command completes.

On Mon, 2011-04-04 at 13:58 +0200, Arjan Kroon | Mobillion wrote:
 Hi,
 
  
 
 Does anybody have a solution to this problem?
 
  
 
 Because in this issue the solution is not mentioned.
 
 https://issues.asterisk.org/view.php?id=18522
 
  
 
  
 
 Arjan Kroon
 
  

Hi

Have you set 

endbeforehexten=yes

in your cdr.conf?

Ish

-- 
Ishfaq Malik
Software Developer
PackNet Ltd

Office:   0161 660 3062


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] CDR fields not being written from h extension after Dial command completes.

2011-04-04 Thread Tilghman Lesher
On Monday 04 April 2011 06:58:23 Arjan Kroon | Mobillion wrote:
 Hi,
 
 Does anybody have a solution to this problem?
 
 Because in this issue the solution is not mentioned.
 https://issues.asterisk.org/view.php?id=18522

The h extension should be in the context from which the Macro
was called, not in the Macro context itself.

-- 
Tilghman

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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