-
If i am using asterisk 1.8.13 with realtime configuration and i have for example two sip trunks (foo1, foo2) . And i send
new namiLib.Actions.SipQualifyPeer()
i get :
"[2012-09-19 15:18:39.865] [FA…
-
OK, the time has come. In the subcell integration stuff I'm working I'd like to be able to do
``` c++
SerialMesh my_local_mesh(MPI_COMM_SELF);
```
This is a necessary step for being able to split…
-
# Execute Node conditionally
**NOTE BEFORE DISCUSSION: I am willing to implement this myself.**
However, before starting implementation, I would like to know if this idea has any change of being mer…
-
I've tried to make an "Originate" Action using PAMI using PHP5.3.10, it doesn't work.
I fixed it downgrading my PHP to 5.3.8
Is it me or PAMI isn't compatible with PHP 5.3.10 ?
Thanks
Rafff updated
12 years ago
-
The problem is that on Success response to this action we have "Result will follow", but we don't have followed events list.
In fact we have only one single event:
Event: DBGetResponse
Family: ``
Key:…
-
It seems like the latest update has broken the library, I've posted additional info below.
PHP version:
PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:37)
Copyright (c) 1997-2006 The PHP Group
Zend Engin…
KazW updated
13 years ago
-
@ https://github.com/marcelog/PAMI/blob/master/src/mg/PAMI/Message/Response/ResponseMessage.php#L146
should be get instead of set for a ResponseMessage?
-
and mvc example, with a simple application with event handling
-
PAMI/Message/Event/QueueMemberEvent.php
60c60
< return $this->getKey('Name');
---
> return $this->getKey('MemberName');