Displaying 11 results from an estimated 11 matches for "sipaccounts".
Did you mean:
sipaccount
2009 Aug 30
2
MySQL syntax error : I really don't see where...
Hi list,
I'm stuck for the moment @ the following :
My Query (in a macro) :
exten => s,n,MYSQL(Query resultid ${connid} SELECT\ vakantie_set\
vakantie_data1\ vakantie_data2\ FROM\ AstDB\ where\
SIPACCOUNT="${ARG1}")
Asterisk CLI :
[Aug 30 14:07:42] -- Executing [s at macro-vakantie:2]
MYSQL("IAX2/zoiper-9238", "Query resultid 1 SELECT vakantie_set
2010 Sep 30
2
Intercom with Dial() works, but not with Page()
Hello list,
this works :
exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0")
exten => _*XXX*,n,Dial(SIP/${SIPACCOUNT})
The phone auto-answers the call...
this does not work :
exten => _*XXX*,n,SIPAddHeader("Call-Info:\; answer-after=0")
exten => _*XXX*,n,Page(SIP/${SIPACCOUNT})
The phone rings and does not auto-answer the call...
Can you tell me
2010 Jul 02
1
Transfer fails
Hello list,
this is the dialplan :
<snip>
exten => s,n,Dial(SIP/test1&SIP/test2,,t)
<snip>
exten => 10,1,Dial(SIP/test1)
exten => 20,1,Dial(SIP/test2)
So there is an incoming call that rings SIPaccounts test1 and test2.
Account test1 answers and wants to transfer the call to test2.
Transfer is : #20
This is what the CLI shows :
[Jul 2 10:55:30] -- Executing [20 at from-TEST:1]
Dial("SIP/test1-0000010e", "SIP/test2") in new stack
[Jul 2 10:55:30] WARNING[7604]: app_dial...
2010 Mar 10
1
BLF and realtime SIP buddies
Hello list,
Can I do something like this for BLF functionality :
[test-blf]
exten => _XX,hint,Macro(GetSIPaccount,${EXTEN})
exten => _XX,hint,SIP/${SIPACCOUNT}
GetSIPaccount is a macro that looks at a MySQL-database for the realtime
table sip_buddies where the SIPusername is taken from.
It works great for internal calls... but how about BLF-functionality ??
Feedback is appreciated !
2010 Jun 05
1
Problem with GROUP()
...sion (sub-settings, s, 5) exited
non-zero on 'IAX2/testlocal-2669'
[Jun 5 16:06:26] -- Hungup 'IAX2/testlocal-2669'
So am I using the GROUP()-function the wrong way ??
I'd like to count the number of simultaneous calls of one particular
customer (which may have several SIPaccounts). To identify each group, I
simply use the customerID...
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100605/70f94512/attachment.htm
2011 Feb 01
2
Musiconhold priority
Hello list,
what musiconhold class has priority :
- field "musiconhold" of the SIPaccount and field "musiconhold" of a queue
or
- Set(CHANNEL(musicclass)=)
??
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110201/b27a0534/attachment.htm>
2015 Oct 04
3
pjsip realtime registrations not pulling from ODBC
----------------------------------------
From: "Joshua Colp" <jcolp at digium.com>
Sent: Sunday, October 4, 2015 12:12 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] pjsip realtime registrations not pulling from
ODBC
On 15-10-04 01:09 PM, Bryant Zimmerman wrote:
> --
> Joshua
> Thanks for your reply. It thought the same thing, but when I
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list,
I try to pick up a ringing extension but nothing works.
To be clear, I'm trying to pick up extension 10.
[Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4]
Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] --
2009 Jul 20
0
No subject
...'t know how to implement it in my
example...<br>
<br>
The wiki says :<br>
<br>
</font>exten => 1234,1,Set(__PICKUPMARK=1234)
<br>
<br>
<br>
So how do I do this with my dialplan :<br>
<br>
exten => s,n,Dial(${SIPaccounts},${timeout})<br>
or translated :<br>
exten => s,n,Dial(SIP/testcorp1&SIP/testcorp2)<br>
<br>
Can you give me the exact syntax?? Because I really can not filter this
from the wiki.<br>
<br>
Looking forward to your answer, thx !<br>
<b...
2015 Oct 04
2
pjsip realtime registrations not pulling from ODBC
On 15-10-04 09:54 AM, Bryant Zimmerman wrote:
> I have a pjsip install that is not pulling it's realtime registrations
> from an ODBC database.
> When I have them directly pull from a MySQL database everything seems to
> work.
> I am having trouble finding a requirements document for the pjsip
> realtime registrations.
> Is there some kind of special config that has to be
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi!
> How to do this ??
> To proceed with your answer on PICKUPMARK, where do I put this ???
Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup
Philipp