[asterisk-users] REALTIME and MACRO

2008-04-10 Thread Davis Sylvester III
Has anyone gotten Realtime and Macros to work with Asterisk? Or is it 
better to run the macros directly from the flat conf file?

I have the macro working without using ARA but as soon as I use ARA it 
fails.

Any assistance or pointing me in the right direction is appreciated.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[Asterisk-Users] RealTime and Macro question?

2004-12-11 Thread Damian Minkov
Is it possible to call a macro, which is defined in extensions.conf from 
a realtime extension configured in Mysql.
Beacuse when i try i receive an error - no such context.

   -- Executing Macro(SIP/1007-2165, dialnumber_wvm,1004,SIP/1004)
Dec 11 12:51:04 WARNING[22551]: app_macro.c:100 macro_exec: No such 
context 'macro-dialnumber_wvm,1004,SIP/1004' for macro 
'dialnumber_wvm,1004,SIP/1004'

Here is what i have in extensions table :
id   context extenpriority   app   appdata
_
1sip-internal   10041Macro  
dialnumber_wvm,1004,SIP/1004

--
   Best Regards,
   Damian Minkov
   COSMOS Software Enterprises, Ltd.
   Tel:(+359-2)   983-32-62
   Mobile: (+359-88)  853-28-25
   E-Mail: [EMAIL PROTECTED]
   http://www.space-comm.com
   Post address:
  P. O. Box 941,
  1000 Sofia,
  Bulgaria
   Office address:
  ap. 9, fl. 4,
  11 August str., No. 43,
  1202 Sofia,
  Bulgaria
___
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] RealTime and Macro question?

2004-12-11 Thread Damian Minkov
I found the problem !
In the for appdata I have - dialnumber_wvm,1004,SIP/1004
it must be - dialnumber_wvm|1004|SIP/1004
Damian Minkov wrote:
Is it possible to call a macro, which is defined in extensions.conf 
from a realtime extension configured in Mysql.
Beacuse when i try i receive an error - no such context.

   -- Executing Macro(SIP/1007-2165, dialnumber_wvm,1004,SIP/1004)
Dec 11 12:51:04 WARNING[22551]: app_macro.c:100 macro_exec: No such 
context 'macro-dialnumber_wvm,1004,SIP/1004' for macro 
'dialnumber_wvm,1004,SIP/1004'

Here is what i have in extensions table :
id   context extenpriority   app   appdata
_
1sip-internal   10041Macro  
dialnumber_wvm,1004,SIP/1004



--
   Best Regards,
   Damian Minkov
   COSMOS Software Enterprises, Ltd.
   Tel:(+359-2)   983-32-62
   Mobile: (+359-88)  853-28-25
   E-Mail: [EMAIL PROTECTED]
   http://www.space-comm.com
   Post address:
  P. O. Box 941,
  1000 Sofia,
  Bulgaria
   Office address:
  ap. 9, fl. 4,
  11 August str., No. 43,
  1202 Sofia,
  Bulgaria
___
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